#E2A80B

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

Shades of Gamboge #E2A80B

Tints of Gamboge #E2A80B

Color information

#E2A80B (or 0xE2A80B) is unknown color: approx Gamboge. HEX triplet: E2, A8 and 0B. RGB value is (226,168,11). Sum of RGB (Red+Green+Blue) = 226+168+11=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A80B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A80B is #1D57F4. Grayscale: #A8A8A8. Windows color (decimal): -1923061 or 764130. OLE color: 764130.

HSL color Cylindrical-coordinate representation of color #E2A80B: hue angle of 43.81º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2A80B is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB22616811-
CMYK00.260.950.11
HSL43.81º90.72%46.47%-
HSV(B)43.81º95.13%88.63%-
XYZ45.4344.26.45-
YUV167.4439.72169.77-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.80%
GREEN value IS 168 (66.02% from 255) = 41.48%
BLUE value IS 11 (4.69% from 255) = 2.72%
R=55.80%
G=41.48%
B=2.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.95
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261681100.260.950.1143.8190.7246.47
HexE2A8B01A5FB2c5b2e
Octal34225013032137135413356
Binary11100010101010001011011010101111110111011001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A80B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A80B; }

 p { color: rgb(226,168,11); }

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

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

 a { background-color: rgb(226,168,11); }

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

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

 span { border-color: rgb(226,168,11); }

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