#EDD2A5

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

Shades of Dairy Cream #EDD2A5

Tints of Dairy Cream #EDD2A5

Color information

#EDD2A5 (or 0xEDD2A5) is unknown color: approx Dairy Cream. HEX triplet: ED, D2 and A5. RGB value is (237,210,165). Sum of RGB (Red+Green+Blue) = 237+210+165=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 165 (64.84% from 255 or 26.96% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD2A5 is #122D5A. Grayscale: #D5D5D5. Windows color (decimal): -1191259 or 10867437. OLE color: 10867437.

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

Color convert

RGB237210165-
CMYK00.110.300.07
HSL37.5º66.67%78.82%-
HSV(B)37.5º30.38%92.94%-
XYZ64.7666.8145.08-
YUV212.94100.95145.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 210 (82.42% from 255) = 34.31%
BLUE value IS 165 (64.84% from 255) = 26.96%
R=38.73%
G=34.31%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721016500.110.300.0737.566.6778.82
HexEDD2A50B1E726434f
Octal35532224501336746103117
Binary111011011101001010100101010111111011110011010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD2A5; }

 p { color: rgb(237,210,165); }

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

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

 a { background-color: rgb(237,210,165); }

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

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

 span { border-color: rgb(237,210,165); }

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