#EDD0A1

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

Shades of Dairy Cream #EDD0A1

Tints of Dairy Cream #EDD0A1

Color information

#EDD0A1 (or 0xEDD0A1) is unknown color: approx Dairy Cream. HEX triplet: ED, D0 and A1. RGB value is (237,208,161). Sum of RGB (Red+Green+Blue) = 237+208+161=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 208 (81.64% from 255 or 34.32% from 606); Blue value is 161 (63.28% from 255 or 26.57% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD0A1 is #122F5E. Grayscale: #D3D3D3. Windows color (decimal): -1191775 or 10604781. OLE color: 10604781.

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

Color convert

RGB237208161-
CMYK00.120.320.07
HSL37.11º67.86%78.04%-
HSV(B)37.11º32.07%92.94%-
XYZ63.9165.6943.03-
YUV211.3199.61146.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.11%
GREEN value IS 208 (81.64% from 255) = 34.32%
BLUE value IS 161 (63.28% from 255) = 26.57%
R=39.11%
G=34.32%
B=26.57%

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
Decimal23720816100.120.320.0737.1167.8678.04
HexEDD0A10C20725444e
Octal35532024101440745104116
Binary1110110111010000101000010110010000011110010110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD0A1; }

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

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

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

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

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

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

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

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