#EECEA1

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

Shades of Dairy Cream #EECEA1

Tints of Dairy Cream #EECEA1

Color information

#EECEA1 (or 0xEECEA1) is unknown color: approx Dairy Cream. HEX triplet: EE, CE and A1. RGB value is (238,206,161). Sum of RGB (Red+Green+Blue) = 238+206+161=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 161 (63.28% from 255 or 26.61% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EECEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECEA1 is #11315E. Grayscale: #D2D2D2. Windows color (decimal): -1126751 or 10604270. OLE color: 10604270.

HSL color Cylindrical-coordinate representation of color #EECEA1: hue angle of 35.06º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EECEA1 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB238206161-
CMYK00.130.320.07
HSL35.06º69.37%78.24%-
HSV(B)35.06º32.35%93.33%-
XYZ63.7664.8942.88-
YUV210.44100.1147.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.34%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 161 (63.28% from 255) = 26.61%
R=39.34%
G=34.05%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820616100.130.320.0735.0669.3778.24
HexEECEA10D20723454e
Octal35631624101540743105116
Binary1110111011001110101000010110110000011110001110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECEA1; }

 p { color: rgb(238,206,161); }

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

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

 a { background-color: rgb(238,206,161); }

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

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

 span { border-color: rgb(238,206,161); }

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