#EBA576

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

Shades of Tacao #EBA576

Tints of Tacao #EBA576

Color information

#EBA576 (or 0xEBA576) is unknown color: approx Tacao. HEX triplet: EB, A5 and 76. RGB value is (235,165,118). Sum of RGB (Red+Green+Blue) = 235+165+118=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA576 is #145A89. Grayscale: #B4B4B4. Windows color (decimal): -1333898 or 7775723. OLE color: 7775723.

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

Color convert

RGB235165118-
CMYK00.300.500.08
HSL24.1º74.52%69.22%-
HSV(B)24.1º49.79%92.16%-
XYZ50.9945.8823.31-
YUV180.5792.69166.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.37%
GREEN value IS 165 (64.84% from 255) = 31.85%
BLUE value IS 118 (46.48% from 255) = 22.78%
R=45.37%
G=31.85%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516511800.300.500.0824.174.5269.22
HexEBA57601E328184b45
Octal353245166036621030113105
Binary1110101110100101111011001111011001010001100010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA576; }

 p { color: rgb(235,165,118); }

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

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

 a { background-color: rgb(235,165,118); }

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

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

 span { border-color: rgb(235,165,118); }

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