#E1A119

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

Shades of Gamboge #E1A119

Tints of Gamboge #E1A119

Color information

#E1A119 (or 0xE1A119) is unknown color: approx Gamboge. HEX triplet: E1, A1 and 19. RGB value is (225,161,25). Sum of RGB (Red+Green+Blue) = 225+161+25=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A119 is #1E5EE6. Grayscale: #A5A5A5. Windows color (decimal): -1990375 or 1679841. OLE color: 1679841.

HSL color Cylindrical-coordinate representation of color #E1A119: hue angle of 40.8º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1A119 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB22516125-
CMYK00.280.890.12
HSL40.8º80%49.02%-
HSV(B)40.8º88.89%88.24%-
XYZ43.9741.576.63-
YUV164.6349.2171.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.74%
GREEN value IS 161 (63.28% from 255) = 39.17%
BLUE value IS 25 (10.16% from 255) = 6.08%
R=54.74%
G=39.17%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.89
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251612500.280.890.1240.88049.02
HexE1A11901C59C295031
Octal34124131034131145112061
Binary111000011010000111001011100101100111001010011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A119; }

 p { color: rgb(225,161,25); }

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

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

 a { background-color: rgb(225,161,25); }

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

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

 span { border-color: rgb(225,161,25); }

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