#EBAA75

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

Shades of Tacao #EBAA75

Tints of Tacao #EBAA75

Color information

#EBAA75 (or 0xEBAA75) is unknown color: approx Tacao. HEX triplet: EB, AA and 75. RGB value is (235,170,117). Sum of RGB (Red+Green+Blue) = 235+170+117=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAA75 is #14558A. Grayscale: #B7B7B7. Windows color (decimal): -1332619 or 7711467. OLE color: 7711467.

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

Color convert

RGB235170117-
CMYK00.280.500.08
HSL26.95º74.68%69.02%-
HSV(B)26.95º50.21%92.16%-
XYZ51.8547.723.3-
YUV183.3990.53164.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.02%
GREEN value IS 170 (66.80% from 255) = 32.57%
BLUE value IS 117 (46.09% from 255) = 22.41%
R=45.02%
G=32.57%
B=22.41%

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
Decimal23517011700.280.500.0826.9574.6869.02
HexEBAA7501C3281b4b45
Octal353252165034621033113105
Binary1110101110101010111010101110011001010001101110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAA75; }

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

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

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

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

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

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

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

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