#EDCDA0

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

Shades of Dairy Cream #EDCDA0

Tints of Dairy Cream #EDCDA0

Color information

#EDCDA0 (or 0xEDCDA0) is unknown color: approx Dairy Cream. HEX triplet: ED, CD and A0. RGB value is (237,205,160). Sum of RGB (Red+Green+Blue) = 237+205+160=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCDA0 is #12325F. Grayscale: #D1D1D1. Windows color (decimal): -1192544 or 10538477. OLE color: 10538477.

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

Color convert

RGB237205160-
CMYK00.140.320.07
HSL35.06º68.14%77.84%-
HSV(B)35.06º32.49%92.94%-
XYZ63.164.2142.32-
YUV209.44100.1147.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.37%
GREEN value IS 205 (80.47% from 255) = 34.05%
BLUE value IS 160 (62.89% from 255) = 26.58%
R=39.37%
G=34.05%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720516000.140.320.0735.0668.1477.84
HexEDCDA00E20723444e
Octal35531524001640743104116
Binary1110110111001101101000000111010000011110001110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDA0; }

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

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

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

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

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

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

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

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