#E2A117

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

Shades of Gamboge #E2A117

Tints of Gamboge #E2A117

Color information

#E2A117 (or 0xE2A117) is unknown color: approx Gamboge. HEX triplet: E2, A1 and 17. RGB value is (226,161,23). Sum of RGB (Red+Green+Blue) = 226+161+23=410 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.12% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 23 (9.38% from 255 or 5.61% from 410); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A117 is #1D5EE8. Grayscale: #A5A5A5. Windows color (decimal): -1924841 or 1548770. OLE color: 1548770.

HSL color Cylindrical-coordinate representation of color #E2A117: hue angle of 40.79º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2A117 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB22616123-
CMYK00.290.900.11
HSL40.79º81.53%48.82%-
HSV(B)40.79º89.82%88.63%-
XYZ44.2641.726.53-
YUV164.748.03171.72-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.12%
GREEN value IS 161 (63.28% from 255) = 39.27%
BLUE value IS 23 (9.38% from 255) = 5.61%
R=55.12%
G=39.27%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.90
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261612300.290.900.1140.7981.5348.82
HexE2A11701D5AB295231
Octal34224127035132135112261
Binary111000101010000110111011101101101010111010011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A117; }

 p { color: rgb(226,161,23); }

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

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

 a { background-color: rgb(226,161,23); }

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

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

 span { border-color: rgb(226,161,23); }

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