#EADFB5

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

Shades of Coconut Cream #EADFB5

Tints of Coconut Cream #EADFB5

Color information

#EADFB5 (or 0xEADFB5) is unknown color: approx Coconut Cream. HEX triplet: EA, DF and B5. RGB value is (234,223,181). Sum of RGB (Red+Green+Blue) = 234+223+181=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 181 (71.09% from 255 or 28.37% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADFB5 is #15204A. Grayscale: #DDDDDD. Windows color (decimal): -1384523 or 11919338. OLE color: 11919338.

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

Color convert

RGB234223181-
CMYK00.050.230.08
HSL47.55º55.79%81.37%-
HSV(B)47.55º22.65%91.76%-
XYZ68.6673.654.3-
YUV221.5105.14136.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.68%
GREEN value IS 223 (87.5% from 255) = 34.95%
BLUE value IS 181 (71.09% from 255) = 28.37%
R=36.68%
G=34.95%
B=28.37%

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
Decimal23422318100.050.230.0847.5555.7981.37
HexEADFB505178303851
Octal3523372650527106070121
Binary11101010110111111011010101011011110001100001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFB5; }

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

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

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

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

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

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

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

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