Html Css Color HEX #ECCEA0 Dairy Cream

📋 copy color: '#ECCEA0'

red 236 ◦ green 206 ◦ blue 160

#ECCEA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dairy Cream #ECCEA0

Tints of Dairy Cream #ECCEA0

RGB

 RED value IS 236 (92.58% from 255) = 39.2%

 GREEN value IS 206 (80.86% from 255) = 34.22%

 BLUE value IS 160 (62.89% from 255) = 26.58%

R = 39.2%
G = 34.22%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ECCEA0 (or 0xECCEA0) is known color: Dairy Cream. HEX triplet: EC, CE and A0. RGB value is (236,206,160). Sum of RGB (Red+Green+Blue) = 236+206+160=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCEA0 is #13315F. Grayscale: #D1D1D1. Windows color (decimal): -1257824 or 10538732. OLE color: 10538732.

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

Color convert

RGB 236 206 160 -
CMYK 0 0.13 0.32 0.07
HSL 36.32º 0.67% 0.78% -
HSV(B) 36.32º 0.32% 0.93% -
XYZ 63.01 64.51 42.39 -
YUV 209.73 99.94 146.74 -
System Red Green Blue C M Y K H S L
Decimal 236 206 160 0 0.13 0.32 0.07 36.32 0.67 0.78
Hex EC CE A0 0 D 20 7 24 43 4E
Octal 354 316 240 0 15 40 7 44 103 116
Binary 11101100 11001110 10100000 0 1101 100000 111 100100 1000011 1001110

Color Harmonies of #ECCEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCEA0

Black with #ECCEA0

Text Example


Text Example

White with #ECCEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCEA0; }

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

 H1.HeaderClassName
 {
   color: #ECCEA0;
 }
 .AnyTagClassName
 {
   color: #ECCEA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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