#ECA574

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

Shades of Tacao #ECA574

Tints of Tacao #ECA574

Color information

#ECA574 (or 0xECA574) is unknown color: approx Tacao. HEX triplet: EC, A5 and 74. RGB value is (236,165,116). Sum of RGB (Red+Green+Blue) = 236+165+116=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA574 is #135A8B. Grayscale: #B4B4B4. Windows color (decimal): -1268364 or 7644652. OLE color: 7644652.

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

Color convert

RGB236165116-
CMYK00.300.510.07
HSL24.5º75.95%69.02%-
HSV(B)24.5º50.85%92.55%-
XYZ51.24622.7-
YUV180.6491.52167.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.65%
GREEN value IS 165 (64.84% from 255) = 31.91%
BLUE value IS 116 (45.70% from 255) = 22.44%
R=45.65%
G=31.91%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616511600.300.510.0724.575.9569.02
HexECA57401E337194c45
Octal35424516403663731114105
Binary111011001010010111101000111101100111111100110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA574; }

 p { color: rgb(236,165,116); }

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

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

 a { background-color: rgb(236,165,116); }

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

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

 span { border-color: rgb(236,165,116); }

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