#EDD0A0

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

Shades of Dairy Cream #EDD0A0

Tints of Dairy Cream #EDD0A0

Color information

#EDD0A0 (or 0xEDD0A0) is unknown color: approx Dairy Cream. HEX triplet: ED, D0 and A0. RGB value is (237,208,160). Sum of RGB (Red+Green+Blue) = 237+208+160=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 208 (81.64% from 255 or 34.38% from 605); Blue value is 160 (62.89% from 255 or 26.45% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD0A0 is #122F5F. Grayscale: #D3D3D3. Windows color (decimal): -1191776 or 10539245. OLE color: 10539245.

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

Color convert

RGB237208160-
CMYK00.120.320.07
HSL37.4º68.14%77.84%-
HSV(B)37.4º32.49%92.94%-
XYZ63.8365.6542.57-
YUV211.299.11146.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.17%
GREEN value IS 208 (81.64% from 255) = 34.38%
BLUE value IS 160 (62.89% from 255) = 26.45%
R=39.17%
G=34.38%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720816000.120.320.0737.468.1477.84
HexEDD0A00C20725444e
Octal35532024001440745104116
Binary1110110111010000101000000110010000011110010110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD0A0; }

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

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

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

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

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

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

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

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