Html Css Color HEX #ECD1A2 Dairy Cream

📋 copy color: '#ECD1A2'

red 236 ◦ green 209 ◦ blue 162

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

Shades of Dairy Cream #ECD1A2

Tints of Dairy Cream #ECD1A2

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.43%

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

R = 38.88%
G = 34.43%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ECD1A2 (or 0xECD1A2) is known color: Dairy Cream. HEX triplet: EC, D1 and A2. RGB value is (236,209,162). Sum of RGB (Red+Green+Blue) = 236+209+162=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 162 (63.67% from 255 or 26.69% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD1A2 is #132E5D. Grayscale: #D3D3D3. Windows color (decimal): -1257054 or 10670572. OLE color: 10670572.

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

Color convert

RGB 236 209 162 -
CMYK 0 0.11 0.31 0.07
HSL 38.11º 0.66% 0.78% -
HSV(B) 38.11º 0.31% 0.93% -
XYZ 63.91 66.04 43.56 -
YUV 211.72 99.95 145.32 -
System Red Green Blue C M Y K H S L
Decimal 236 209 162 0 0.11 0.31 0.07 38.11 0.66 0.78
Hex EC D1 A2 0 B 1F 7 26 42 4E
Octal 354 321 242 0 13 37 7 46 102 116
Binary 11101100 11010001 10100010 0 1011 11111 111 100110 1000010 1001110

Color Harmonies of #ECD1A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD1A2

Black with #ECD1A2

Text Example


Text Example

White with #ECD1A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD1A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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