#EBA679

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

Shades of Tacao #EBA679

Tints of Tacao #EBA679

Color information

#EBA679 (or 0xEBA679) is unknown color: approx Tacao. HEX triplet: EB, A6 and 79. RGB value is (235,166,121). Sum of RGB (Red+Green+Blue) = 235+166+121=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 121 (47.66% from 255 or 23.18% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA679 is #145986. Grayscale: #B5B5B5. Windows color (decimal): -1333639 or 7972587. OLE color: 7972587.

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

Color convert

RGB235166121-
CMYK00.290.490.08
HSL23.68º74.03%69.8%-
HSV(B)23.68º48.51%92.16%-
XYZ51.3546.3224.32-
YUV181.593.86166.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.02%
GREEN value IS 166 (65.23% from 255) = 31.80%
BLUE value IS 121 (47.66% from 255) = 23.18%
R=45.02%
G=31.80%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516612100.290.490.0823.6874.0369.8
HexEBA67901D318184a46
Octal353246171035611030112106
Binary1110101110100110111100101110111000110001100010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA679; }

 p { color: rgb(235,166,121); }

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

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

 a { background-color: rgb(235,166,121); }

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

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

 span { border-color: rgb(235,166,121); }

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