#EBA373

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

Shades of Tacao #EBA373

Tints of Tacao #EBA373

Color information

#EBA373 (or 0xEBA373) is unknown color: approx Tacao. HEX triplet: EB, A3 and 73. RGB value is (235,163,115). Sum of RGB (Red+Green+Blue) = 235+163+115=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA373 is #145C8C. Grayscale: #B3B3B3. Windows color (decimal): -1334413 or 7578603. OLE color: 7578603.

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

Color convert

RGB235163115-
CMYK00.310.510.08
HSL24º75%68.63%-
HSV(B)24º51.06%92.16%-
XYZ50.4545.0922.26-
YUV179.0691.85167.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.81%
GREEN value IS 163 (64.06% from 255) = 31.77%
BLUE value IS 115 (45.31% from 255) = 22.42%
R=45.81%
G=31.77%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516311500.310.510.08247568.63
HexEBA37301F338184b45
Octal353243163037631030113105
Binary1110101110100011111001101111111001110001100010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA373; }

 p { color: rgb(235,163,115); }

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

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

 a { background-color: rgb(235,163,115); }

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

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

 span { border-color: rgb(235,163,115); }

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