#EBA476

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

Shades of Tacao #EBA476

Tints of Tacao #EBA476

Color information

#EBA476 (or 0xEBA476) is unknown color: approx Tacao. HEX triplet: EB, A4 and 76. RGB value is (235,164,118). Sum of RGB (Red+Green+Blue) = 235+164+118=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA476 is #145B89. Grayscale: #B4B4B4. Windows color (decimal): -1334154 or 7775467. OLE color: 7775467.

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

Color convert

RGB235164118-
CMYK00.300.500.08
HSL23.59º74.52%69.22%-
HSV(B)23.59º49.79%92.16%-
XYZ50.8145.5223.25-
YUV179.9893.02167.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.45%
GREEN value IS 164 (64.45% from 255) = 31.72%
BLUE value IS 118 (46.48% from 255) = 22.82%
R=45.45%
G=31.72%
B=22.82%

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
Decimal23516411800.300.500.0823.5974.5269.22
HexEBA47601E328184b45
Octal353244166036621030113105
Binary1110101110100100111011001111011001010001100010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA476; }

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

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

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

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

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

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

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

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