#EED19F

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

Shades of Dairy Cream #EED19F

Tints of Dairy Cream #EED19F

Color information

#EED19F (or 0xEED19F) is unknown color: approx Dairy Cream. HEX triplet: EE, D1 and 9F. RGB value is (238,209,159). Sum of RGB (Red+Green+Blue) = 238+209+159=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 209 (82.03% from 255 or 34.49% from 606); Blue value is 159 (62.5% from 255 or 26.24% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EED19F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED19F is #112E60. Grayscale: #D4D4D4. Windows color (decimal): -1125985 or 10473966. OLE color: 10473966.

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

Color convert

RGB238209159-
CMYK00.120.330.07
HSL37.97º69.91%77.84%-
HSV(B)37.97º33.19%93.33%-
XYZ64.3266.2842.2-
YUV211.9798.11146.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.27%
GREEN value IS 209 (82.03% from 255) = 34.49%
BLUE value IS 159 (62.5% from 255) = 26.24%
R=39.27%
G=34.49%
B=26.24%

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
Decimal23820915900.120.330.0737.9769.9177.84
HexEED19F0C21726464e
Octal35632123701441746106116
Binary1110111011010001100111110110010000111110011010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED19F; }

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

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

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

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

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

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

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

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