#ECA770

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

Shades of Tacao #ECA770

Tints of Tacao #ECA770

Color information

#ECA770 (or 0xECA770) is unknown color: approx Tacao. HEX triplet: EC, A7 and 70. RGB value is (236,167,112). Sum of RGB (Red+Green+Blue) = 236+167+112=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 167 (65.62% from 255 or 32.43% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA770 is #13588F. Grayscale: #B5B5B5. Windows color (decimal): -1267856 or 7383020. OLE color: 7383020.

HSL color Cylindrical-coordinate representation of color #ECA770: hue angle of 26.61º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECA770 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB236167112-
CMYK00.290.530.07
HSL26.61º76.54%68.24%-
HSV(B)26.61º52.54%92.55%-
XYZ51.3446.6421.63-
YUV181.3688.86166.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.83%
GREEN value IS 167 (65.62% from 255) = 32.43%
BLUE value IS 112 (44.14% from 255) = 21.75%
R=45.83%
G=32.43%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616711200.290.530.0726.6176.5468.24
HexECA77001D3571b4d44
Octal35424716003565733115104
Binary111011001010011111100000111011101011111101110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA770; }

 p { color: rgb(236,167,112); }

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

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

 a { background-color: rgb(236,167,112); }

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

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

 span { border-color: rgb(236,167,112); }

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