#E2A90B

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

Shades of Gamboge #E2A90B

Tints of Gamboge #E2A90B

Color information

#E2A90B (or 0xE2A90B) is unknown color: approx Gamboge. HEX triplet: E2, A9 and 0B. RGB value is (226,169,11). Sum of RGB (Red+Green+Blue) = 226+169+11=406 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.67% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 11 (4.69% from 255 or 2.71% from 406); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A90B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A90B is #1D56F4. Grayscale: #A8A8A8. Windows color (decimal): -1922805 or 764386. OLE color: 764386.

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

Color convert

RGB22616911-
CMYK00.250.950.11
HSL44.09º90.72%46.47%-
HSV(B)44.09º95.13%88.63%-
XYZ45.6144.576.52-
YUV168.0339.38169.35-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.67%
GREEN value IS 169 (66.41% from 255) = 41.63%
BLUE value IS 11 (4.69% from 255) = 2.71%
R=55.67%
G=41.63%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.95
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261691100.250.950.1144.0990.7246.47
HexE2A9B0195FB2c5b2e
Octal34225113031137135413356
Binary11100010101010011011011001101111110111011001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2A90B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2A90B; }

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

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

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

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

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

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

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

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