#EDCE9F

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

Shades of Dairy Cream #EDCE9F

Tints of Dairy Cream #EDCE9F

Color information

#EDCE9F (or 0xEDCE9F) is unknown color: approx Dairy Cream. HEX triplet: ED, CE and 9F. RGB value is (237,206,159). Sum of RGB (Red+Green+Blue) = 237+206+159=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 159 (62.5% from 255 or 26.41% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCE9F is #123160. Grayscale: #D2D2D2. Windows color (decimal): -1192289 or 10473197. OLE color: 10473197.

HSL color Cylindrical-coordinate representation of color #EDCE9F: hue angle of 36.15º degrees, saturation: 0.68, 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 #EDCE9F is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB237206159-
CMYK00.130.330.07
HSL36.15º68.42%77.65%-
HSV(B)36.15º32.91%92.94%-
XYZ63.2564.6541.95-
YUV209.9199.27147.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.37%
GREEN value IS 206 (80.86% from 255) = 34.22%
BLUE value IS 159 (62.5% from 255) = 26.41%
R=39.37%
G=34.22%
B=26.41%

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
Decimal23720615900.130.330.0736.1568.4277.65
HexEDCE9F0D21724444e
Octal35531623701541744104116
Binary1110110111001110100111110110110000111110010010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCE9F; }

 p { color: rgb(237,206,159); }

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

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

 a { background-color: rgb(237,206,159); }

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

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

 span { border-color: rgb(237,206,159); }

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