Html Css Color HEX #ECD1A1 Dairy Cream

📋 copy color: '#ECD1A1'

red 236 ◦ green 209 ◦ blue 161

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

Shades of Dairy Cream #ECD1A1

Tints of Dairy Cream #ECD1A1

RGB

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

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

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

R = 38.94%
G = 34.49%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ECD1A1 (or 0xECD1A1) is known color: Dairy Cream. HEX triplet: EC, D1 and A1. RGB value is (236,209,161). Sum of RGB (Red+Green+Blue) = 236+209+161=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 209 (82.03% from 255 or 34.49% from 606); Blue value is 161 (63.28% from 255 or 26.57% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD1A1 is #132E5E. Grayscale: #D3D3D3. Windows color (decimal): -1257055 or 10605036. OLE color: 10605036.

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

Color convert

RGB 236 209 161 -
CMYK 0 0.11 0.32 0.07
HSL 38.4º 0.66% 0.78% -
HSV(B) 38.4º 0.32% 0.93% -
XYZ 63.83 66.01 43.09 -
YUV 211.6 99.45 145.4 -
System Red Green Blue C M Y K H S L
Decimal 236 209 161 0 0.11 0.32 0.07 38.4 0.66 0.78
Hex EC D1 A1 0 B 20 7 26 42 4E
Octal 354 321 241 0 13 40 7 46 102 116
Binary 11101100 11010001 10100001 0 1011 100000 111 100110 1000010 1001110

Color Harmonies of #ECD1A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD1A1

Black with #ECD1A1

Text Example


Text Example

White with #ECD1A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD1A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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