#ECD0A7

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

Shades of Dairy Cream #ECD0A7

Tints of Dairy Cream #ECD0A7

Color information

#ECD0A7 (or 0xECD0A7) is unknown color: approx Dairy Cream. HEX triplet: EC, D0 and A7. RGB value is (236,208,167). Sum of RGB (Red+Green+Blue) = 236+208+167=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 167 (65.62% from 255 or 27.33% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD0A7 is #132F58. Grayscale: #D3D3D3. Windows color (decimal): -1257305 or 10997996. OLE color: 10997996.

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

Color convert

RGB236208167-
CMYK00.120.290.07
HSL35.65º64.49%79.02%-
HSV(B)35.65º29.24%92.55%-
XYZ64.1265.7345.87-
YUV211.7102.78145.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.63%
GREEN value IS 208 (81.64% from 255) = 34.04%
BLUE value IS 167 (65.62% from 255) = 27.33%
R=38.63%
G=34.04%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620816700.120.290.0735.6564.4979.02
HexECD0A70C1D724404f
Octal35432024701435744100117
Binary111011001101000010100111011001110111110010010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD0A7; }

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

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

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

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

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

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

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

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