#E9A50F

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

Shades of Gamboge #E9A50F

Tints of Gamboge #E9A50F

Color information

#E9A50F (or 0xE9A50F) is unknown color: approx Gamboge. HEX triplet: E9, A5 and 0F. RGB value is (233,165,15). Sum of RGB (Red+Green+Blue) = 233+165+15=413 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.42% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 15 (6.25% from 255 or 3.63% from 413); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A50F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A50F is #165AF0. Grayscale: #A8A8A8. Windows color (decimal): -1465073 or 1025513. OLE color: 1025513.

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

Color convert

RGB23316515-
CMYK00.290.940.09
HSL41.28º87.9%48.63%-
HSV(B)41.28º93.56%91.37%-
XYZ47.1544.276.51-
YUV168.2341.53174.2-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 56.42%
GREEN value IS 165 (64.84% from 255) = 39.95%
BLUE value IS 15 (6.25% from 255) = 3.63%
R=56.42%
G=39.95%
B=3.63%

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
Decimal2331651500.290.940.0941.2887.948.63
HexE9A5F01D5E9295831
Octal35124517035136115113061
Binary11101001101001011111011101101111010011010011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A50F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A50F; }

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

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

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

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

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

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

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

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