#EBA77A

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

Shades of Tacao #EBA77A

Tints of Tacao #EBA77A

Color information

#EBA77A (or 0xEBA77A) is unknown color: approx Tacao. HEX triplet: EB, A7 and 7A. RGB value is (235,167,122). Sum of RGB (Red+Green+Blue) = 235+167+122=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 167 (65.62% from 255 or 31.87% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA77A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA77A is #145885. Grayscale: #B6B6B6. Windows color (decimal): -1333382 or 8038379. OLE color: 8038379.

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

Color convert

RGB235167122-
CMYK00.290.480.08
HSL23.89º73.86%70%-
HSV(B)23.89º48.09%92.16%-
XYZ51.5946.724.71-
YUV182.294.03165.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.85%
GREEN value IS 167 (65.62% from 255) = 31.87%
BLUE value IS 122 (48.05% from 255) = 23.28%
R=44.85%
G=31.87%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516712200.290.480.0823.8973.8670
HexEBA77A01D308184a46
Octal353247172035601030112106
Binary1110101110100111111101001110111000010001100010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA77A; }

 p { color: rgb(235,167,122); }

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

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

 a { background-color: rgb(235,167,122); }

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

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

 span { border-color: rgb(235,167,122); }

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