#EBAA79

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

Shades of Tacao #EBAA79

Tints of Tacao #EBAA79

Color information

#EBAA79 (or 0xEBAA79) is unknown color: approx Tacao. HEX triplet: EB, AA and 79. RGB value is (235,170,121). Sum of RGB (Red+Green+Blue) = 235+170+121=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 121 (47.66% from 255 or 23.00% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAA79 is #145586. Grayscale: #B8B8B8. Windows color (decimal): -1332615 or 7973611. OLE color: 7973611.

HSL color Cylindrical-coordinate representation of color #EBAA79: hue angle of 25.79º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBAA79 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB235170121-
CMYK00.280.490.08
HSL25.79º74.03%69.8%-
HSV(B)25.79º48.51%92.16%-
XYZ52.0947.7924.57-
YUV183.8592.53164.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.68%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 121 (47.66% from 255) = 23.00%
R=44.68%
G=32.32%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517012100.280.490.0825.7974.0369.8
HexEBAA7901C3181a4a46
Octal353252171034611032112106
Binary1110101110101010111100101110011000110001101010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAA79; }

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

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

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

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

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

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

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

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