Html Css Color HEX #ECD0A2 Dairy Cream

📋 copy color: '#ECD0A2'

red 236 ◦ green 208 ◦ blue 162

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

Shades of Dairy Cream #ECD0A2

Tints of Dairy Cream #ECD0A2

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.32%

 BLUE value IS 162 (63.67% from 255) = 26.73%

R = 38.94%
G = 34.32%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ECD0A2 (or 0xECD0A2) is known color: Dairy Cream. HEX triplet: EC, D0 and A2. RGB value is (236,208,162). Sum of RGB (Red+Green+Blue) = 236+208+162=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 208 (81.64% from 255 or 34.32% from 606); Blue value is 162 (63.67% from 255 or 26.73% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD0A2 is #132F5D. Grayscale: #D3D3D3. Windows color (decimal): -1257310 or 10670316. OLE color: 10670316.

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

Color convert

RGB 236 208 162 -
CMYK 0 0.12 0.31 0.07
HSL 37.3º 0.66% 0.78% -
HSV(B) 37.3º 0.31% 0.93% -
XYZ 63.67 65.55 43.48 -
YUV 211.13 100.28 145.74 -
System Red Green Blue C M Y K H S L
Decimal 236 208 162 0 0.12 0.31 0.07 37.3 0.66 0.78
Hex EC D0 A2 0 C 1F 7 25 42 4E
Octal 354 320 242 0 14 37 7 45 102 116
Binary 11101100 11010000 10100010 0 1100 11111 111 100101 1000010 1001110

Color Harmonies of #ECD0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD0A2

Black with #ECD0A2

Text Example


Text Example

White with #ECD0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD0A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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