#ECCF9F

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

Shades of Dairy Cream #ECCF9F

Tints of Dairy Cream #ECCF9F

Color information

#ECCF9F (or 0xECCF9F) is unknown color: approx Dairy Cream. HEX triplet: EC, CF and 9F. RGB value is (236,207,159). Sum of RGB (Red+Green+Blue) = 236+207+159=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 159 (62.5% from 255 or 26.41% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCF9F is #133060. Grayscale: #D2D2D2. Windows color (decimal): -1257569 or 10473452. OLE color: 10473452.

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

Color convert

RGB236207159-
CMYK00.120.330.07
HSL37.4º66.96%77.45%-
HSV(B)37.4º32.63%92.55%-
XYZ63.1664.9642.01-
YUV210.299.11146.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.20%
GREEN value IS 207 (81.25% from 255) = 34.39%
BLUE value IS 159 (62.5% from 255) = 26.41%
R=39.20%
G=34.39%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620715900.120.330.0737.466.9677.45
HexECCF9F0C21725434d
Octal35431723701441745103115
Binary1110110011001111100111110110010000111110010110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCF9F; }

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

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

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

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

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

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

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

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