#E9A50E

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

Shades of Gamboge #E9A50E

Tints of Gamboge #E9A50E

Color information

#E9A50E (or 0xE9A50E) is unknown color: approx Gamboge. HEX triplet: E9, A5 and 0E. RGB value is (233,165,14). Sum of RGB (Red+Green+Blue) = 233+165+14=412 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.55% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A50E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A50E is #165AF1. Grayscale: #A8A8A8. Windows color (decimal): -1465074 or 959977. OLE color: 959977.

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

Color convert

RGB23316514-
CMYK00.290.940.09
HSL41.37º88.66%48.43%-
HSV(B)41.37º93.99%91.37%-
XYZ47.1444.276.48-
YUV168.1241.03174.28-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 56.55%
GREEN value IS 165 (64.84% from 255) = 40.05%
BLUE value IS 14 (5.86% from 255) = 3.40%
R=56.55%
G=40.05%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331651400.290.940.0941.3788.6648.43
HexE9A5E01D5E9295930
Octal35124516035136115113160
Binary11101001101001011110011101101111010011010011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A50E; }

 p { color: rgb(233,165,14); }

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

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

 a { background-color: rgb(233,165,14); }

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

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

 span { border-color: rgb(233,165,14); }

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