#ECAA7D

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

Shades of Tacao #ECAA7D

Tints of Tacao #ECAA7D

Color information

#ECAA7D (or 0xECAA7D) is unknown color: approx Tacao. HEX triplet: EC, AA and 7D. RGB value is (236,170,125). Sum of RGB (Red+Green+Blue) = 236+170+125=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAA7D is #135582. Grayscale: #B8B8B8. Windows color (decimal): -1267075 or 8235756. OLE color: 8235756.

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

Color convert

RGB236170125-
CMYK00.280.470.07
HSL24.32º74.5%70.78%-
HSV(B)24.32º47.03%92.55%-
XYZ52.6748.0625.9-
YUV184.694.37164.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.44%
GREEN value IS 170 (66.80% from 255) = 32.02%
BLUE value IS 125 (49.22% from 255) = 23.54%
R=44.44%
G=32.02%
B=23.54%

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
Decimal23617012500.280.470.0724.3274.570.78
HexECAA7D01C2F7184a47
Octal35425217503457730112107
Binary111011001010101011111010111001011111111100010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAA7D; }

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

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

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

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

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

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

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

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