#EBAB76

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

Shades of Tacao #EBAB76

Tints of Tacao #EBAB76

Color information

#EBAB76 (or 0xEBAB76) is unknown color: approx Tacao. HEX triplet: EB, AB and 76. RGB value is (235,171,118). Sum of RGB (Red+Green+Blue) = 235+171+118=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAB76 is #145489. Grayscale: #B8B8B8. Windows color (decimal): -1332362 or 7777259. OLE color: 7777259.

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

Color convert

RGB235171118-
CMYK00.270.500.08
HSL27.18º74.52%69.22%-
HSV(B)27.18º49.79%92.16%-
XYZ52.0948.123.68-
YUV184.0990.7164.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.85%
GREEN value IS 171 (67.19% from 255) = 32.63%
BLUE value IS 118 (46.48% from 255) = 22.52%
R=44.85%
G=32.63%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517111800.270.500.0827.1874.5269.22
HexEBAB7601B3281b4b45
Octal353253166033621033113105
Binary1110101110101011111011001101111001010001101110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAB76; }

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

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

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

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

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

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

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

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