#ECA56F

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

Shades of Tacao #ECA56F

Tints of Tacao #ECA56F

Color information

#ECA56F (or 0xECA56F) is unknown color: approx Tacao. HEX triplet: EC, A5 and 6F. RGB value is (236,165,111). Sum of RGB (Red+Green+Blue) = 236+165+111=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA56F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA56F is #135A90. Grayscale: #B4B4B4. Windows color (decimal): -1268369 or 7316972. OLE color: 7316972.

HSL color Cylindrical-coordinate representation of color #ECA56F: hue angle of 25.92º 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 #ECA56F is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB236165111-
CMYK00.300.530.07
HSL25.92º76.69%68.04%-
HSV(B)25.92º52.97%92.55%-
XYZ50.9245.8921.21-
YUV180.0789.02167.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.09%
GREEN value IS 165 (64.84% from 255) = 32.23%
BLUE value IS 111 (43.75% from 255) = 21.68%
R=46.09%
G=32.23%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616511100.300.530.0725.9276.6968.04
HexECA56F01E3571a4d44
Octal35424515703665732115104
Binary111011001010010111011110111101101011111101010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA56F; }

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

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

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

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

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

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

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

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