Html Css Color HEX #ECD0A1 Dairy Cream

📋 copy color: '#ECD0A1'

red 236 ◦ green 208 ◦ blue 161

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

Shades of Dairy Cream #ECD0A1

Tints of Dairy Cream #ECD0A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 26.61%

R = 39.01%
G = 34.38%
B = 26.61%

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

#ECD0A1 (or 0xECD0A1) is known color: Dairy Cream. HEX triplet: EC, D0 and A1. RGB value is (236,208,161). Sum of RGB (Red+Green+Blue) = 236+208+161=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 208 (81.64% from 255 or 34.38% from 605); Blue value is 161 (63.28% from 255 or 26.61% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD0A1 is #132F5E. Grayscale: #D3D3D3. Windows color (decimal): -1257311 or 10604780. OLE color: 10604780.

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

Color convert

RGB 236 208 161 -
CMYK 0 0.12 0.32 0.07
HSL 37.6º 0.66% 0.78% -
HSV(B) 37.6º 0.32% 0.93% -
XYZ 63.58 65.52 43.01 -
YUV 211.01 99.78 145.82 -
System Red Green Blue C M Y K H S L
Decimal 236 208 161 0 0.12 0.32 0.07 37.6 0.66 0.78
Hex EC D0 A1 0 C 20 7 26 42 4E
Octal 354 320 241 0 14 40 7 46 102 116
Binary 11101100 11010000 10100001 0 1100 100000 111 100110 1000010 1001110

Color Harmonies of #ECD0A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD0A1

Black with #ECD0A1

Text Example


Text Example

White with #ECD0A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD0A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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