Html Css Color HEX #ECAA75 Tacao

📋 copy color: '#ECAA75'

red 236 ◦ green 170 ◦ blue 117

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

Shades of Tacao #ECAA75

Tints of Tacao #ECAA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.37%

R = 45.12%
G = 32.5%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECAA75 (or 0xECAA75) is known color: Tacao. HEX triplet: EC, AA and 75. RGB value is (236,170,117). Sum of RGB (Red+Green+Blue) = 236+170+117=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAA75 is #13558A. Grayscale: #B7B7B7. Windows color (decimal): -1267083 or 7711468. OLE color: 7711468.

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

Color convert

RGB 236 170 117 -
CMYK 0 0.28 0.50 0.07
HSL 26.72º 0.76% 0.69% -
HSV(B) 26.72º 0.5% 0.93% -
XYZ 52.18 47.87 23.32 -
YUV 183.69 90.37 165.31 -
System Red Green Blue C M Y K H S L
Decimal 236 170 117 0 0.28 0.50 0.07 26.72 0.76 0.69
Hex EC AA 75 0 1C 32 7 1B 4C 45
Octal 354 252 165 0 34 62 7 33 114 105
Binary 11101100 10101010 1110101 0 11100 110010 111 11011 1001100 1000101

Color Harmonies of #ECAA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA75

Black with #ECAA75

Text Example


Text Example

White with #ECAA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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