#EAE0B4

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

Shades of Coconut Cream #EAE0B4

Tints of Coconut Cream #EAE0B4

Color information

#EAE0B4 (or 0xEAE0B4) is unknown color: approx Coconut Cream. HEX triplet: EA, E0 and B4. RGB value is (234,224,180). Sum of RGB (Red+Green+Blue) = 234+224+180=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 180 (70.70% from 255 or 28.21% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE0B4 is #151F4B. Grayscale: #DEDEDE. Windows color (decimal): -1384268 or 11854058. OLE color: 11854058.

HSL color Cylindrical-coordinate representation of color #EAE0B4: hue angle of 48.89º 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 #EAE0B4 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB234224180-
CMYK00.040.230.08
HSL48.89º56.25%81.18%-
HSV(B)48.89º23.08%91.76%-
XYZ68.8374.153.86-
YUV221.97104.31136.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.68%
GREEN value IS 224 (87.89% from 255) = 35.11%
BLUE value IS 180 (70.70% from 255) = 28.21%
R=36.68%
G=35.11%
B=28.21%

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
Decimal23422418000.040.230.0848.8956.2581.18
HexEAE0B404178313851
Octal3523402640427106170121
Binary11101010111000001011010001001011110001100011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE0B4; }

 p { color: rgb(234,224,180); }

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

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

 a { background-color: rgb(234,224,180); }

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

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

 span { border-color: rgb(234,224,180); }

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