#E2A002

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

Shades of Gamboge #E2A002

Tints of Gamboge #E2A002

Color information

#E2A002 (or 0xE2A002) is unknown color: approx Gamboge. HEX triplet: E2, A0 and 02. RGB value is (226,160,2). Sum of RGB (Red+Green+Blue) = 226+160+2=388 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.25% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A002 is #1D5FFD. Grayscale: #A2A2A2. Windows color (decimal): -1925118 or 172258. OLE color: 172258.

HSL color Cylindrical-coordinate representation of color #E2A002: hue angle of 42.32º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E2A002 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB2261602-
CMYK00.290.990.11
HSL42.32º98.25%44.71%-
HSV(B)42.32º99.12%88.63%-
XYZ43.9541.315.72-
YUV161.7237.87173.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 58.25%
GREEN value IS 160 (62.89% from 255) = 41.24%
BLUE value IS 2 (1.17% from 255) = 0.52%
R=58.25%
G=41.24%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.99
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226160200.290.990.1142.3298.2544.71
HexE2A0201D63B2a622d
Octal3422402035143135214255
Binary111000101010000010011101110001110111010101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A002; }

 p { color: rgb(226,160,2); }

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

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

 a { background-color: rgb(226,160,2); }

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

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

 span { border-color: rgb(226,160,2); }

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