#EBA773

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

Shades of Tacao #EBA773

Tints of Tacao #EBA773

Color information

#EBA773 (or 0xEBA773) is unknown color: approx Tacao. HEX triplet: EB, A7 and 73. RGB value is (235,167,115). Sum of RGB (Red+Green+Blue) = 235+167+115=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA773 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA773 is #14588C. Grayscale: #B5B5B5. Windows color (decimal): -1333389 or 7579627. OLE color: 7579627.

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

Color convert

RGB235167115-
CMYK00.290.510.08
HSL26º75%68.63%-
HSV(B)26º51.06%92.16%-
XYZ51.1746.5422.51-
YUV181.490.53166.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.45%
GREEN value IS 167 (65.62% from 255) = 32.30%
BLUE value IS 115 (45.31% from 255) = 22.24%
R=45.45%
G=32.30%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516711500.290.510.08267568.63
HexEBA77301D3381a4b45
Octal353247163035631032113105
Binary1110101110100111111001101110111001110001101010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA773; }

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

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

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

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

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

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

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

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