#ECD0A0

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

Shades of Dairy Cream #ECD0A0

Tints of Dairy Cream #ECD0A0

Color information

#ECD0A0 (or 0xECD0A0) is unknown color: approx Dairy Cream. HEX triplet: EC, D0 and A0. RGB value is (236,208,160). Sum of RGB (Red+Green+Blue) = 236+208+160=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD0A0 is #132F5F. Grayscale: #D3D3D3. Windows color (decimal): -1257312 or 10539244. OLE color: 10539244.

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

Color convert

RGB236208160-
CMYK00.120.320.07
HSL37.89º66.67%77.65%-
HSV(B)37.89º32.2%92.55%-
XYZ63.4965.4842.55-
YUV210.999.28145.9-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.07%
GREEN value IS 208 (81.64% from 255) = 34.44%
BLUE value IS 160 (62.89% from 255) = 26.49%
R=39.07%
G=34.44%
B=26.49%

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
Decimal23620816000.120.320.0737.8966.6777.65
HexECD0A00C20726434e
Octal35432024001440746103116
Binary1110110011010000101000000110010000011110011010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD0A0; }

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

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

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

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

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

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

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

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