#ECAA7C

Color #ECAA7C Tacao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacao #ECAA7C

Tints of Tacao #ECAA7C

Color information

#ECAA7C (or 0xECAA7C) is unknown color: approx Tacao. HEX triplet: EC, AA and 7C. RGB value is (236,170,124). Sum of RGB (Red+Green+Blue) = 236+170+124=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAA7C is #135583. Grayscale: #B8B8B8. Windows color (decimal): -1267076 or 8170220. OLE color: 8170220.

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

Color convert

RGB236170124-
CMYK00.280.470.07
HSL24.64º74.67%70.59%-
HSV(B)24.64º47.46%92.55%-
XYZ52.648.0425.57-
YUV184.4993.87164.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.53%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 124 (48.83% from 255) = 23.40%
R=44.53%
G=32.08%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617012400.280.470.0724.6474.6770.59
HexECAA7C01C2F7194b47
Octal35425217403457731113107
Binary111011001010101011111000111001011111111100110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAA7C; }

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

 H1.HeaderClassName
 {
   color: #ECAA7C;
 }
 .AnyTagClassName
 {
   color: #ECAA7C;
 }
</style>
background-color css

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

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

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

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

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

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