#EAE1B5

Color #EAE1B5 Coconut Cream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coconut Cream #EAE1B5

Tints of Coconut Cream #EAE1B5

Color information

#EAE1B5 (or 0xEAE1B5) is unknown color: approx Coconut Cream. HEX triplet: EA, E1 and B5. RGB value is (234,225,181). Sum of RGB (Red+Green+Blue) = 234+225+181=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 181 (71.09% from 255 or 28.28% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE1B5 is #151E4A. Grayscale: #DEDEDE. Windows color (decimal): -1384011 or 11919850. OLE color: 11919850.

HSL color Cylindrical-coordinate representation of color #EAE1B5: hue angle of 49.81º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAE1B5 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB234225181-
CMYK00.040.230.08
HSL49.81º55.79%81.37%-
HSV(B)49.81º22.65%91.76%-
XYZ69.274.6854.48-
YUV222.68104.48136.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 225 (88.28% from 255) = 35.16%
BLUE value IS 181 (71.09% from 255) = 28.28%
R=36.56%
G=35.16%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422518100.040.230.0849.8155.7981.37
HexEAE1B504178323851
Octal3523412650427106270121
Binary11101010111000011011010101001011110001100101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE1B5; }

 p { color: rgb(234,225,181); }

 H1.HeaderClassName
 {
   color: #EAE1B5;
 }
 .AnyTagClassName
 {
   color: #EAE1B5;
 }
</style>
background-color css

<style>
 a { background-color: #EAE1B5; }

 a { background-color: rgb(234,225,181); }

 div.DivClassName
 {
   background-color: #EAE1B5;
 }
 .BgClassName
 {
   background-color: #EAE1B5;
 }
</style>
border-color css

<style>
 span { border-color: #EAE1B5; }

 span { border-color: rgb(234,225,181); }

 td.TdClassName
 {
   border-color: #EAE1B5;
 }
 .TagClassName
 {
   border-color: #EAE1B5;
 }
</style>