#E5A210

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

Shades of Gamboge #E5A210

Tints of Gamboge #E5A210

Color information

#E5A210 (or 0xE5A210) is unknown color: approx Gamboge. HEX triplet: E5, A2 and 10. RGB value is (229,162,16). Sum of RGB (Red+Green+Blue) = 229+162+16=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A210 is #1A5DEF. Grayscale: #A6A6A6. Windows color (decimal): -1727984 or 1090277. OLE color: 1090277.

HSL color Cylindrical-coordinate representation of color #E5A210: hue angle of 41.13º 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 #E5A210 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB22916216-
CMYK00.290.930.10
HSL41.13º86.94%48.04%-
HSV(B)41.13º93.01%89.8%-
XYZ45.3342.546.31-
YUV165.3943.7173.37-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 56.27%
GREEN value IS 162 (63.67% from 255) = 39.80%
BLUE value IS 16 (6.64% from 255) = 3.93%
R=56.27%
G=39.80%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291621600.290.930.1041.1386.9448.04
HexE5A21001D5DA295730
Octal34524220035135125112760
Binary111001011010001010000011101101110110101010011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A210; }

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

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

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

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

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

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

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

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