#EBAA78

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

Shades of Tacao #EBAA78

Tints of Tacao #EBAA78

Color information

#EBAA78 (or 0xEBAA78) is unknown color: approx Tacao. HEX triplet: EB, AA and 78. RGB value is (235,170,120). Sum of RGB (Red+Green+Blue) = 235+170+120=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAA78 is #145587. Grayscale: #B8B8B8. Windows color (decimal): -1332616 or 7908075. OLE color: 7908075.

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

Color convert

RGB235170120-
CMYK00.280.490.08
HSL26.09º74.19%69.61%-
HSV(B)26.09º48.94%92.16%-
XYZ52.0347.7724.25-
YUV183.7492.03164.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.76%
GREEN value IS 170 (66.80% from 255) = 32.38%
BLUE value IS 120 (47.27% from 255) = 22.86%
R=44.76%
G=32.38%
B=22.86%

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
Decimal23517012000.280.490.0826.0974.1969.61
HexEBAA7801C3181a4a46
Octal353252170034611032112106
Binary1110101110101010111100001110011000110001101010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAA78; }

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

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

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

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

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

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

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

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