#ECA671

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

Shades of Tacao #ECA671

Tints of Tacao #ECA671

Color information

#ECA671 (or 0xECA671) is unknown color: approx Tacao. HEX triplet: EC, A6 and 71. RGB value is (236,166,113). Sum of RGB (Red+Green+Blue) = 236+166+113=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA671 is #13598E. Grayscale: #B5B5B5. Windows color (decimal): -1268111 or 7448300. OLE color: 7448300.

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

Color convert

RGB236166113-
CMYK00.300.520.07
HSL25.85º76.4%68.43%-
HSV(B)25.85º52.12%92.55%-
XYZ51.2146.321.86-
YUV180.8989.69167.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.83%
GREEN value IS 166 (65.23% from 255) = 32.23%
BLUE value IS 113 (44.53% from 255) = 21.94%
R=45.83%
G=32.23%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616611300.300.520.0725.8576.468.43
HexECA67101E3471a4c44
Octal35424616103664732114104
Binary111011001010011011100010111101101001111101010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA671; }

 p { color: rgb(236,166,113); }

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

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

 a { background-color: rgb(236,166,113); }

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

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

 span { border-color: rgb(236,166,113); }

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