#EECF9F

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

Shades of Dairy Cream #EECF9F

Tints of Dairy Cream #EECF9F

Color information

#EECF9F (or 0xEECF9F) is unknown color: approx Dairy Cream. HEX triplet: EE, CF and 9F. RGB value is (238,207,159). Sum of RGB (Red+Green+Blue) = 238+207+159=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 159 (62.5% from 255 or 26.32% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECF9F is #113060. Grayscale: #D3D3D3. Windows color (decimal): -1126497 or 10473454. OLE color: 10473454.

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

Color convert

RGB238207159-
CMYK00.130.330.07
HSL36.46º69.91%77.84%-
HSV(B)36.46º33.19%93.33%-
XYZ63.8365.3142.04-
YUV210.898.77147.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.40%
GREEN value IS 207 (81.25% from 255) = 34.27%
BLUE value IS 159 (62.5% from 255) = 26.32%
R=39.40%
G=34.27%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820715900.130.330.0736.4669.9177.84
HexEECF9F0D21724464e
Octal35631723701541744106116
Binary1110111011001111100111110110110000111110010010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECF9F; }

 p { color: rgb(238,207,159); }

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

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

 a { background-color: rgb(238,207,159); }

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

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

 span { border-color: rgb(238,207,159); }

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