Html Css Color HEX #ECD0A0 Dairy Cream

📋 copy color: '#ECD0A0'

red 236 ◦ green 208 ◦ blue 160

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

Shades of Dairy Cream #ECD0A0

Tints of Dairy Cream #ECD0A0

RGB

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

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

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

R = 39.07%
G = 34.44%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ECD0A0 (or 0xECD0A0) is known color: Dairy Cream. HEX triplet: EC, D0 and A0. RGB value is (236,208,160). Sum of RGB (Red+Green+Blue) = 236+208+160=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD0A0 is #132F5F. Grayscale: #D3D3D3. Windows color (decimal): -1257312 or 10539244. OLE color: 10539244.

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

Color convert

RGB 236 208 160 -
CMYK 0 0.12 0.32 0.07
HSL 37.89º 0.67% 0.78% -
HSV(B) 37.89º 0.32% 0.93% -
XYZ 63.49 65.48 42.55 -
YUV 210.9 99.28 145.9 -
System Red Green Blue C M Y K H S L
Decimal 236 208 160 0 0.12 0.32 0.07 37.89 0.67 0.78
Hex EC D0 A0 0 C 20 7 26 43 4E
Octal 354 320 240 0 14 40 7 46 103 116
Binary 11101100 11010000 10100000 0 1100 100000 111 100110 1000011 1001110

Color Harmonies of #ECD0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD0A0

Black with #ECD0A0

Text Example


Text Example

White with #ECD0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD0A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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