Html Css Color HEX #ECAA76 Tacao

📋 copy color: '#ECAA76'

red 236 ◦ green 170 ◦ blue 118

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

Shades of Tacao #ECAA76

Tints of Tacao #ECAA76

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.44%

 BLUE value IS 118 (46.48% from 255) = 22.52%

R = 45.04%
G = 32.44%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#ECAA76 (or 0xECAA76) is known color: Tacao. HEX triplet: EC, AA and 76. RGB value is (236,170,118). Sum of RGB (Red+Green+Blue) = 236+170+118=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAA76 is #135589. Grayscale: #B8B8B8. Windows color (decimal): -1267082 or 7777004. OLE color: 7777004.

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

Color convert

RGB 236 170 118 -
CMYK 0 0.28 0.5 0.07
HSL 26.44º 0.76% 0.69% -
HSV(B) 26.44º 0.5% 0.93% -
XYZ 52.24 47.89 23.63 -
YUV 183.81 90.87 165.23 -
System Red Green Blue C M Y K H S L
Decimal 236 170 118 0 0.28 0.5 0.07 26.44 0.76 0.69
Hex EC AA 76 0 1C 32 7 1A 4C 45
Octal 354 252 166 0 34 62 7 32 114 105
Binary 11101100 10101010 1110110 0 11100 110010 111 11010 1001100 1000101

Color Harmonies of #ECAA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA76

Black with #ECAA76

Text Example


Text Example

White with #ECAA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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