#EADFB4

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

Shades of Coconut Cream #EADFB4

Tints of Coconut Cream #EADFB4

Color information

#EADFB4 (or 0xEADFB4) is unknown color: approx Coconut Cream. HEX triplet: EA, DF and B4. RGB value is (234,223,180). Sum of RGB (Red+Green+Blue) = 234+223+180=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 180 (70.70% from 255 or 28.26% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADFB4 is #15204B. Grayscale: #DDDDDD. Windows color (decimal): -1384524 or 11853802. OLE color: 11853802.

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

Color convert

RGB234223180-
CMYK00.050.230.08
HSL47.78º56.25%81.18%-
HSV(B)47.78º23.08%91.76%-
XYZ68.5673.5653.77-
YUV221.39104.64137-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 223 (87.5% from 255) = 35.01%
BLUE value IS 180 (70.70% from 255) = 28.26%
R=36.73%
G=35.01%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422318000.050.230.0847.7856.2581.18
HexEADFB405178303851
Octal3523372640527106070121
Binary11101010110111111011010001011011110001100001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFB4; }

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

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

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

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

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

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

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

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