#EED09D

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

Shades of Dairy Cream #EED09D

Tints of Dairy Cream #EED09D

Color information

#EED09D (or 0xEED09D) is unknown color: approx Dairy Cream. HEX triplet: EE, D0 and 9D. RGB value is (238,208,157). Sum of RGB (Red+Green+Blue) = 238+208+157=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 157 (61.72% from 255 or 26.04% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EED09D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED09D is #112F62. Grayscale: #D3D3D3. Windows color (decimal): -1126243 or 10342638. OLE color: 10342638.

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

Color convert

RGB238208157-
CMYK00.130.340.07
HSL37.78º70.43%77.45%-
HSV(B)37.78º34.03%93.33%-
XYZ63.965.7241.22-
YUV211.1697.44147.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.47%
GREEN value IS 208 (81.64% from 255) = 34.49%
BLUE value IS 157 (61.72% from 255) = 26.04%
R=39.47%
G=34.49%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820815700.130.340.0737.7870.4377.45
HexEED09D0D22726464d
Octal35632023501542746106115
Binary1110111011010000100111010110110001011110011010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED09D; }

 p { color: rgb(238,208,157); }

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

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

 a { background-color: rgb(238,208,157); }

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

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

 span { border-color: rgb(238,208,157); }

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