#EBA76F

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

Shades of Tacao #EBA76F

Tints of Tacao #EBA76F

Color information

#EBA76F (or 0xEBA76F) is unknown color: approx Tacao. HEX triplet: EB, A7 and 6F. RGB value is (235,167,111). Sum of RGB (Red+Green+Blue) = 235+167+111=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA76F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA76F is #145890. Grayscale: #B5B5B5. Windows color (decimal): -1333393 or 7317483. OLE color: 7317483.

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

Color convert

RGB235167111-
CMYK00.290.530.08
HSL27.1º75.61%67.84%-
HSV(B)27.1º52.77%92.16%-
XYZ50.9546.4521.32-
YUV180.9588.53166.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.81%
GREEN value IS 167 (65.62% from 255) = 32.55%
BLUE value IS 111 (43.75% from 255) = 21.64%
R=45.81%
G=32.55%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516711100.290.530.0827.175.6167.84
HexEBA76F01D3581b4c44
Octal353247157035651033114104
Binary1110101110100111110111101110111010110001101110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA76F; }

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

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

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

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

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

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

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

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