#EDD09F

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

Shades of Dairy Cream #EDD09F

Tints of Dairy Cream #EDD09F

Color information

#EDD09F (or 0xEDD09F) is unknown color: approx Dairy Cream. HEX triplet: ED, D0 and 9F. RGB value is (237,208,159). Sum of RGB (Red+Green+Blue) = 237+208+159=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 159 (62.5% from 255 or 26.32% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD09F is #122F60. Grayscale: #D3D3D3. Windows color (decimal): -1191777 or 10473709. OLE color: 10473709.

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

Color convert

RGB237208159-
CMYK00.120.330.07
HSL37.69º68.42%77.65%-
HSV(B)37.69º32.91%92.94%-
XYZ63.7465.6242.11-
YUV211.0898.61146.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.24%
GREEN value IS 208 (81.64% from 255) = 34.44%
BLUE value IS 159 (62.5% from 255) = 26.32%
R=39.24%
G=34.44%
B=26.32%

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
Decimal23720815900.120.330.0737.6968.4277.65
HexEDD09F0C21726444e
Octal35532023701441746104116
Binary1110110111010000100111110110010000111110011010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD09F; }

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

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

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

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

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

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

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

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