#E9A40A

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

Shades of Gamboge #E9A40A

Tints of Gamboge #E9A40A

Color information

#E9A40A (or 0xE9A40A) is unknown color: approx Gamboge. HEX triplet: E9, A4 and 0A. RGB value is (233,164,10). Sum of RGB (Red+Green+Blue) = 233+164+10=407 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.25% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A40A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A40A is #165BF5. Grayscale: #A7A7A7. Windows color (decimal): -1465334 or 697577. OLE color: 697577.

HSL color Cylindrical-coordinate representation of color #E9A40A: hue angle of 41.43º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E9A40A is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB23316410-
CMYK00.300.960.09
HSL41.43º91.77%47.65%-
HSV(B)41.43º95.71%91.37%-
XYZ46.9343.96.29-
YUV167.0839.36175.02-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 57.25%
GREEN value IS 164 (64.45% from 255) = 40.29%
BLUE value IS 10 (4.30% from 255) = 2.46%
R=57.25%
G=40.29%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.96
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331641000.300.960.0941.4391.7747.65
HexE9A4A01E609295c30
Octal35124412036140115113460
Binary11101001101001001010011110110000010011010011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A40A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A40A; }

 p { color: rgb(233,164,10); }

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

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

 a { background-color: rgb(233,164,10); }

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

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

 span { border-color: rgb(233,164,10); }

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