#ebaa76

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

Shades of Tacao #EBAA76

Tints of Tacao #EBAA76

Color information

#EBAA76 (or 0xEBAA76) is unknown color: approx Tacao. HEX triplet: EB, AA and 76. RGB value is (235,170,118). Sum of RGB (Red+Green+Blue) = 235+170+118=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAA76 is #145589. Grayscale: #B7B7B7. Windows color (decimal): -1332618 or 7777003. OLE color: 7777003.

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

Color convert

RGB235170118-
CMYK00.280.500.08
HSL26.67º74.52%69.22%-
HSV(B)26.67º49.79%92.16%-
XYZ51.9147.7223.61-
YUV183.5191.03164.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.93%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 118 (46.48% from 255) = 22.56%
R=44.93%
G=32.50%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517011800.280.500.0826.6774.5269.22
HexEBAA7601C3281b4b45
Octal353252166034621033113105
Binary1110101110101010111011001110011001010001101110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebaa76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebaa76; }

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

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

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

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

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

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

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

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