#ECCFA0

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

Shades of Dairy Cream #ECCFA0

Tints of Dairy Cream #ECCFA0

Color information

#ECCFA0 (or 0xECCFA0) is unknown color: approx Dairy Cream. HEX triplet: EC, CF and A0. RGB value is (236,207,160). Sum of RGB (Red+Green+Blue) = 236+207+160=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCFA0 is #13305F. Grayscale: #D2D2D2. Windows color (decimal): -1257568 or 10538988. OLE color: 10538988.

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

Color convert

RGB236207160-
CMYK00.120.320.07
HSL37.11º66.67%77.65%-
HSV(B)37.11º32.2%92.55%-
XYZ63.256542.47-
YUV210.3199.61146.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.14%
GREEN value IS 207 (81.25% from 255) = 34.33%
BLUE value IS 160 (62.89% from 255) = 26.53%
R=39.14%
G=34.33%
B=26.53%

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
Decimal23620716000.120.320.0737.1166.6777.65
HexECCFA00C20725434e
Octal35431724001440745103116
Binary1110110011001111101000000110010000011110010110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFA0; }

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

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

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

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

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

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

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

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