#EBA010

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

Shades of Gamboge #EBA010

Tints of Gamboge #EBA010

Color information

#EBA010 (or 0xEBA010) is unknown color: approx Gamboge. HEX triplet: EB, A0 and 10. RGB value is (235,160,16). Sum of RGB (Red+Green+Blue) = 235+160+16=411 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.18% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA010 is #145FEF. Grayscale: #A6A6A6. Windows color (decimal): -1335280 or 1089771. OLE color: 1089771.

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

Color convert

RGB23516016-
CMYK00.320.930.08
HSL39.45º87.25%49.22%-
HSV(B)39.45º93.19%92.16%-
XYZ46.9342.846.29-
YUV166.0143.35177.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.18%
GREEN value IS 160 (62.89% from 255) = 38.93%
BLUE value IS 16 (6.64% from 255) = 3.89%
R=57.18%
G=38.93%
B=3.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351601600.320.930.0839.4587.2549.22
HexEBA0100205D8275731
Octal35324020040135104712761
Binary1110101110100000100000100000101110110001001111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA010; }

 p { color: rgb(235,160,16); }

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

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

 a { background-color: rgb(235,160,16); }

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

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

 span { border-color: rgb(235,160,16); }

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