Html Css Color HEX #ECAA78 Tacao

📋 copy color: '#ECAA78'

red 236 ◦ green 170 ◦ blue 120

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

Shades of Tacao #ECAA78

Tints of Tacao #ECAA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.81%

R = 44.87%
G = 32.32%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ECAA78 (or 0xECAA78) is known color: Tacao. HEX triplet: EC, AA and 78. RGB value is (236,170,120). Sum of RGB (Red+Green+Blue) = 236+170+120=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAA78 is #135587. Grayscale: #B8B8B8. Windows color (decimal): -1267080 or 7908076. OLE color: 7908076.

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

Color convert

RGB 236 170 120 -
CMYK 0 0.28 0.49 0.07
HSL 25.86º 0.75% 0.7% -
HSV(B) 25.86º 0.49% 0.93% -
XYZ 52.36 47.94 24.26 -
YUV 184.03 91.87 165.07 -
System Red Green Blue C M Y K H S L
Decimal 236 170 120 0 0.28 0.49 0.07 25.86 0.75 0.7
Hex EC AA 78 0 1C 31 7 1A 4B 46
Octal 354 252 170 0 34 61 7 32 113 106
Binary 11101100 10101010 1111000 0 11100 110001 111 11010 1001011 1000110

Color Harmonies of #ECAA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA78

Black with #ECAA78

Text Example


Text Example

White with #ECAA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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