#EBB076

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

Shades of Tacao #EBB076

Tints of Tacao #EBB076

Color information

#EBB076 (or 0xEBB076) is unknown color: approx Tacao. HEX triplet: EB, B0 and 76. RGB value is (235,176,118). Sum of RGB (Red+Green+Blue) = 235+176+118=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBB076 is #144F89. Grayscale: #BBBBBB. Windows color (decimal): -1331082 or 7778539. OLE color: 7778539.

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

Color convert

RGB235176118-
CMYK00.250.500.08
HSL29.74º74.52%69.22%-
HSV(B)29.74º49.79%92.16%-
XYZ53.0650.0224-
YUV187.0389.05162.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.42%
GREEN value IS 176 (69.14% from 255) = 33.27%
BLUE value IS 118 (46.48% from 255) = 22.31%
R=44.42%
G=33.27%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517611800.250.500.0829.7474.5269.22
HexEBB0760193281e4b45
Octal353260166031621036113105
Binary1110101110110000111011001100111001010001111010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB076; }

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

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

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

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

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

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

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

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