#ECA675

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

Shades of Tacao #ECA675

Tints of Tacao #ECA675

Color information

#ECA675 (or 0xECA675) is unknown color: approx Tacao. HEX triplet: EC, A6 and 75. RGB value is (236,166,117). Sum of RGB (Red+Green+Blue) = 236+166+117=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA675 is #13598A. Grayscale: #B5B5B5. Windows color (decimal): -1268107 or 7710444. OLE color: 7710444.

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

Color convert

RGB236166117-
CMYK00.300.500.07
HSL24.71º75.8%69.22%-
HSV(B)24.71º50.42%92.55%-
XYZ51.4446.3923.07-
YUV181.3491.69166.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.47%
GREEN value IS 166 (65.23% from 255) = 31.98%
BLUE value IS 117 (46.09% from 255) = 22.54%
R=45.47%
G=31.98%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616611700.300.500.0724.7175.869.22
HexECA67501E327194c45
Octal35424616503662731114105
Binary111011001010011011101010111101100101111100110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA675; }

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

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

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

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

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

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

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

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