#E9A31C

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

Shades of Gamboge #E9A31C

Tints of Gamboge #E9A31C

Color information

#E9A31C (or 0xE9A31C) is unknown color: approx Gamboge. HEX triplet: E9, A3 and 1C. RGB value is (233,163,28). Sum of RGB (Red+Green+Blue) = 233+163+28=424 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.95% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 28 (11.33% from 255 or 6.60% from 424); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A31C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A31C is #165CE3. Grayscale: #A9A9A9. Windows color (decimal): -1465572 or 1876969. OLE color: 1876969.

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

Color convert

RGB23316328-
CMYK00.300.880.09
HSL39.51º82.33%51.18%-
HSV(B)39.51º87.98%91.37%-
XYZ46.9143.67.04-
YUV168.5448.69173.98-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.95%
GREEN value IS 163 (64.06% from 255) = 38.44%
BLUE value IS 28 (11.33% from 255) = 6.60%
R=54.95%
G=38.44%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.88
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331632800.300.880.0939.5182.3351.18
HexE9A31C01E589285233
Octal35124334036130115012263
Binary111010011010001111100011110101100010011010001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A31C; }

 p { color: rgb(233,163,28); }

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

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

 a { background-color: rgb(233,163,28); }

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

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

 span { border-color: rgb(233,163,28); }

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