#E2A217

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

Shades of Gamboge #E2A217

Tints of Gamboge #E2A217

Color information

#E2A217 (or 0xE2A217) is unknown color: approx Gamboge. HEX triplet: E2, A2 and 17. RGB value is (226,162,23). Sum of RGB (Red+Green+Blue) = 226+162+23=411 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.99% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 23 (9.38% from 255 or 5.60% from 411); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A217 is #1D5DE8. Grayscale: #A5A5A5. Windows color (decimal): -1924585 or 1549026. OLE color: 1549026.

HSL color Cylindrical-coordinate representation of color #E2A217: hue angle of 41.08º 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 #E2A217 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB22616223-
CMYK00.280.900.11
HSL41.08º81.53%48.82%-
HSV(B)41.08º89.82%88.63%-
XYZ44.4442.076.59-
YUV165.2947.7171.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 54.99%
GREEN value IS 162 (63.67% from 255) = 39.42%
BLUE value IS 23 (9.38% from 255) = 5.60%
R=54.99%
G=39.42%
B=5.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261622300.280.900.1141.0881.5348.82
HexE2A21701C5AB295231
Octal34224227034132135112261
Binary111000101010001010111011100101101010111010011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A217; }

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

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

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

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

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

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

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

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