#EED4A3

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

Shades of Dairy Cream #EED4A3

Tints of Dairy Cream #EED4A3

Color information

#EED4A3 (or 0xEED4A3) is unknown color: approx Dairy Cream. HEX triplet: EE, D4 and A3. RGB value is (238,212,163). Sum of RGB (Red+Green+Blue) = 238+212+163=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 163 (64.06% from 255 or 26.59% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED4A3 is #112B5C. Grayscale: #D6D6D6. Windows color (decimal): -1125213 or 10736878. OLE color: 10736878.

HSL color Cylindrical-coordinate representation of color #EED4A3: hue angle of 39.2º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EED4A3 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB238212163-
CMYK00.110.320.07
HSL39.2º68.81%78.63%-
HSV(B)39.2º31.51%93.33%-
XYZ65.4167.9144.31-
YUV214.1999.11144.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.83%
GREEN value IS 212 (83.20% from 255) = 34.58%
BLUE value IS 163 (64.06% from 255) = 26.59%
R=38.83%
G=34.58%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821216300.110.320.0739.268.8178.63
HexEED4A30B20727454f
Octal35632424301340747105117
Binary1110111011010100101000110101110000011110011110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED4A3; }

 p { color: rgb(238,212,163); }

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

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

 a { background-color: rgb(238,212,163); }

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

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

 span { border-color: rgb(238,212,163); }

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