#e0c5a1 Color Hex Fortune Cookie

Information about Fortune Cookie Color | #0000FF

#e0c5a1 color RGB value is (224,197,161). #e0c5a1 color name is Fortune Cookie color.

#e0c5a1 hex color red value is 224 , green value is 197 and the blue value of its RGB is 161 . Cylindrical-coordinate representations (also known as HSL) of color #e0c5a1 hue: 34 , saturation: 50 and the lightness value of #e0c5a1 is 75

The process color (four color CMYK) of #e0c5a1 color hex is 0 , 5 ,11, 5 .

#e0c5a1

~Fortune Cookie

Color Converions

HEX
#e0c5a1
RGB
224,197,161
LAB
81,6,22
CMYK
0,12,28,12
LCH
81,23,75
XYZ
57,58,42
HSV
34,28,88
HSL
34,50,75

Base Numbers

Base Red Green Blue
Binary 11100000 11000101 10100001
Octal 340 305 241
Decimal 224 197 161
Hex e0 c5 a1

RGB Percentages of Color #e0c5a1

88%
77%
63%

CMYK Percentages of Color #e0c5a1

0%
11%
5%
5%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #e0c5a1

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#e0c5a1
20%
#cab191
30%
#b39e81
40%
#9d8a71
50%
#867661
60%
#706251
70%
#5a4f40
80%
#433b30
90%
#2d2720
100%
#161410

Tints of #e0c5a1

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#e0c5a1
20%
#e3cbaa
30%
#e6d1b4
40%
#e9d6bd
50%
#ecdcc7
60%
#f0e2d0
70%
#f3e8d9
80%
#f6eee3
90%
#f9f3ec
100%
#fcf9f6

Tones of #e0c5a1

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#e0c5a1
20%
#d6be9e
30%
#cdb79a
40%
#c3b097
50%
#b9a994
60%
#b0a290
70%
#a69b8d
80%
#9c948a
90%
#938d86
100%
#898683

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#e0c5a1
#e0aca1
#e0b8a1
#e0c5a1
#e0d2a1
#e0dea1

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#e0c5a1
#a1bce0

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#e0c5a1
#afe0a1
#aca1e0

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#e0c5a1
#a1e0c5
#c5a1e0

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#e0c5a1
#a1e0a5
#a1bce0
#e0a1db

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#e0c5a1
#0b0a08
#362f27
#605545
#8b7a64
#b5a082

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#e0c5a1

protanopia

#d4c7a1

deuteranopia

#eac0a1

tritanopia

#e5bdcc

achromatopsia

#c8c8c8

protanomaly

#d9c6a1

deuteranomaly

#e6c2a1

achromatopsia

#c8c8c8

tritanomaly

#e3c0bc

achromatomaly

#d1c7ba

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 13/21
Hello World !

#e0c5a1 Color CSS Codes

.bgcolor {background-color:#e0c5a1; } 
.forecolor {color:#e0c5a1; }
.bordercolor {border:3px solid #e0c5a1; }
            

#e0c5a1 Text Font Color

<div style="color:#e0c5a1">
Div content here</div>

This sample text font color is #e0c5a1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#e0c5a1 Background Color

<div style="background-color:#e0c5a1">
Div content here</div>
Div content here

#e0c5a1 Border Color

<div style="border:3px solid #e0c5a1">
Div here</div>

This div border color is #e0c5a1

#e0c5a1 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #e0c5a1; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0c5a1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0c5a1;
  -webkit-box-shadow: 1px 1px 3px 2px #e0c5a1;
  box-shadow: 1px 1px 3px 2px #e0c5a1; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e0c5a1">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e0c5a1;
              -webkit-box-shadow: 1px 1px 3px 2px #e0c5a1;
              box-shadow:         1px 1px 3px 2px #e0c5a1#e0c5a1">
Div content here</div>

This div box has shadow with color #e0c5a1

More Colors

Cantaloupe
#ffd479
Petticoat
#fecdac
Dried Plantain
#e5cea9
Earth Rose
#b57770
Nuit Blanche
#1e488f
Bay of Hope
#bfc9d0
Mamey
#eba180
Confection
#f4ecda
Emergency
#911911
Ice Cream Parlour
#f7d3ad
Indian Mesa
#d5a193
Kamut
#cca483
Nadeshiko Pink
#f6adc6
Dark Sanctuary
#3f012c
Jalapeño Bouquet
#576648
Hesperide Apple Gold
#ffe296
Ancient Planks
#774411
Cosmic Bit Flip
#001000
Aquarius Mood Indigo
#4d5af3
Nightingale Grey
#baaea3
Fresh Lime
#d8f1cb
Fall Chill
#e1dddb
Country Dairy
#f1e9d2
Lazy Lavender
#a3a0b3
Pistachio Shell
#d7cfbb
Acorn Spice
#b87439
Fēi Hóng Scarlet
#fe420f
Blue Lava
#2e5169
Moon Glow
#f5f3ce
Goblin Blue
#5f7278
Orange Quench
#febc61
Comfrey
#5b7961
Fair Pink
#f3e5dc
Delicate Truffle
#aa9c8b
Aloe Tip
#8a9480
Asian Jute
#d4b78f
Baby Burro
#8c665c
Blue Mercury
#67a6ac
Firecracker Salmon
#f36363
Pink Clay
#ffd5d1
rating-img
Rate this tool
NaN/5   0 votes