#E5A110

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

Shades of Gamboge #E5A110

Tints of Gamboge #E5A110

Color information

#E5A110 (or 0xE5A110) is unknown color: approx Gamboge. HEX triplet: E5, A1 and 10. RGB value is (229,161,16). Sum of RGB (Red+Green+Blue) = 229+161+16=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A110 is #1A5EEF. Grayscale: #A5A5A5. Windows color (decimal): -1728240 or 1090021. OLE color: 1090021.

HSL color Cylindrical-coordinate representation of color #E5A110: hue angle of 40.85º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5A110 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB22916116-
CMYK00.300.930.10
HSL40.85º86.94%48.04%-
HSV(B)40.85º93.01%89.8%-
XYZ45.1542.196.25-
YUV164.844.03173.79-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 56.40%
GREEN value IS 161 (63.28% from 255) = 39.66%
BLUE value IS 16 (6.64% from 255) = 3.94%
R=56.40%
G=39.66%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291611600.300.930.1040.8586.9448.04
HexE5A11001E5DA295730
Octal34524120036135125112760
Binary111001011010000110000011110101110110101010011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A110; }

 p { color: rgb(229,161,16); }

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

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

 a { background-color: rgb(229,161,16); }

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

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

 span { border-color: rgb(229,161,16); }

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