#EBA772

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

Shades of Tacao #EBA772

Tints of Tacao #EBA772

Color information

#EBA772 (or 0xEBA772) is unknown color: approx Tacao. HEX triplet: EB, A7 and 72. RGB value is (235,167,114). Sum of RGB (Red+Green+Blue) = 235+167+114=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA772 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA772 is #14588D. Grayscale: #B5B5B5. Windows color (decimal): -1333390 or 7514091. OLE color: 7514091.

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

Color convert

RGB235167114-
CMYK00.290.510.08
HSL26.28º75.16%68.43%-
HSV(B)26.28º51.49%92.16%-
XYZ51.1246.5122.2-
YUV181.2990.03166.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.54%
GREEN value IS 167 (65.62% from 255) = 32.36%
BLUE value IS 114 (44.92% from 255) = 22.09%
R=45.54%
G=32.36%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516711400.290.510.0826.2875.1668.43
HexEBA77201D3381a4b44
Octal353247162035631032113104
Binary1110101110100111111001001110111001110001101010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA772; }

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

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

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

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

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

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

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

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