Html Css Color HEX #ECD1AA Givry

📋 copy color: '#ECD1AA'

red 236 ◦ green 209 ◦ blue 170

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

Shades of Givry #ECD1AA

Tints of Givry #ECD1AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 27.64%

R = 38.37%
G = 33.98%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ECD1AA (or 0xECD1AA) is known color: Givry. HEX triplet: EC, D1 and AA. RGB value is (236,209,170). Sum of RGB (Red+Green+Blue) = 236+209+170=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 209 (82.03% from 255 or 33.98% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD1AA is #132E55. Grayscale: #D4D4D4. Windows color (decimal): -1257046 or 11194860. OLE color: 11194860.

HSL color Cylindrical-coordinate representation of color #ECD1AA: hue angle of 35.45º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECD1AA is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 209 170 -
CMYK 0 0.11 0.28 0.07
HSL 35.45º 0.63% 0.8% -
HSV(B) 35.45º 0.28% 0.93% -
XYZ 64.65 66.34 47.43 -
YUV 212.63 103.95 144.67 -
System Red Green Blue C M Y K H S L
Decimal 236 209 170 0 0.11 0.28 0.07 35.45 0.63 0.8
Hex EC D1 AA 0 B 1C 7 23 3F 50
Octal 354 321 252 0 13 34 7 43 77 120
Binary 11101100 11010001 10101010 0 1011 11100 111 100011 111111 1010000

Color Harmonies of #ECD1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD1AA

Black with #ECD1AA

Text Example


Text Example

White with #ECD1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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