#EED29F

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

Shades of Dairy Cream #EED29F

Tints of Dairy Cream #EED29F

Color information

#EED29F (or 0xEED29F) is unknown color: approx Dairy Cream. HEX triplet: EE, D2 and 9F. RGB value is (238,210,159). Sum of RGB (Red+Green+Blue) = 238+210+159=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 159 (62.5% from 255 or 26.19% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EED29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED29F is #112D60. Grayscale: #D4D4D4. Windows color (decimal): -1125729 or 10474222. OLE color: 10474222.

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

Color convert

RGB238210159-
CMYK00.120.330.07
HSL38.73º69.91%77.84%-
HSV(B)38.73º33.19%93.33%-
XYZ64.5666.7742.29-
YUV212.5697.78146.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.21%
GREEN value IS 210 (82.42% from 255) = 34.60%
BLUE value IS 159 (62.5% from 255) = 26.19%
R=39.21%
G=34.60%
B=26.19%

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
Decimal23821015900.120.330.0738.7369.9177.84
HexEED29F0C21727464e
Octal35632223701441747106116
Binary1110111011010010100111110110010000111110011110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED29F; }

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

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

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

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

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

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

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

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