#ECCEA5

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

Shades of Dairy Cream #ECCEA5

Tints of Dairy Cream #ECCEA5

Color information

#ECCEA5 (or 0xECCEA5) is unknown color: approx Dairy Cream. HEX triplet: EC, CE and A5. RGB value is (236,206,165). Sum of RGB (Red+Green+Blue) = 236+206+165=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 165 (64.84% from 255 or 27.18% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCEA5 is #13315A. Grayscale: #D2D2D2. Windows color (decimal): -1257819 or 10866412. OLE color: 10866412.

HSL color Cylindrical-coordinate representation of color #ECCEA5: hue angle of 34.65º degrees, saturation: 0.65, 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 #ECCEA5 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB236206165-
CMYK00.130.300.07
HSL34.65º65.14%78.63%-
HSV(B)34.65º30.08%92.55%-
XYZ63.4564.6944.74-
YUV210.3102.44146.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.88%
GREEN value IS 206 (80.86% from 255) = 33.94%
BLUE value IS 165 (64.84% from 255) = 27.18%
R=38.88%
G=33.94%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620616500.130.300.0734.6565.1478.63
HexECCEA50D1E723414f
Octal35431624501536743101117
Binary111011001100111010100101011011111011110001110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCEA5; }

 p { color: rgb(236,206,165); }

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

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

 a { background-color: rgb(236,206,165); }

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

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

 span { border-color: rgb(236,206,165); }

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