Html Css Color HEX #ECD2AA Givry

📋 copy color: '#ECD2AA'

red 236 ◦ green 210 ◦ blue 170

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

Shades of Givry #ECD2AA

Tints of Givry #ECD2AA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.09%

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

R = 38.31%
G = 34.09%
B = 27.6%

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

#ECD2AA (or 0xECD2AA) is known color: Givry. HEX triplet: EC, D2 and AA. RGB value is (236,210,170). Sum of RGB (Red+Green+Blue) = 236+210+170=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD2AA is #132D55. Grayscale: #D5D5D5. Windows color (decimal): -1256790 or 11195116. OLE color: 11195116.

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

Color convert

RGB 236 210 170 -
CMYK 0 0.11 0.28 0.07
HSL 36.36º 0.63% 0.8% -
HSV(B) 36.36º 0.28% 0.93% -
XYZ 64.89 66.83 47.51 -
YUV 213.21 103.61 144.25 -
System Red Green Blue C M Y K H S L
Decimal 236 210 170 0 0.11 0.28 0.07 36.36 0.63 0.8
Hex EC D2 AA 0 B 1C 7 24 3F 50
Octal 354 322 252 0 13 34 7 44 77 120
Binary 11101100 11010010 10101010 0 1011 11100 111 100100 111111 1010000

Color Harmonies of #ECD2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD2AA

Black with #ECD2AA

Text Example


Text Example

White with #ECD2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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