#E99A01

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

Shades of Gamboge #E99A01

Tints of Gamboge #E99A01

Color information

#E99A01 (or 0xE99A01) is unknown color: approx Gamboge. HEX triplet: E9, 9A and 01. RGB value is (233,154,1). Sum of RGB (Red+Green+Blue) = 233+154+1=388 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.05% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 233 - color contains mainly: red. Hex color #E99A01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99A01 is #1665FE. Grayscale: #A0A0A0. Windows color (decimal): -1467903 or 105193. OLE color: 105193.

HSL color Cylindrical-coordinate representation of color #E99A01: hue angle of 39.57º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E99A01 is Cyan = 0, Magento = 0.34, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB2331541-
CMYK00.341.000.09
HSL39.57º99.15%45.88%-
HSV(B)39.57º99.57%91.37%-
XYZ45.1740.445.45-
YUV160.1838.17179.94-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 60.05%
GREEN value IS 154 (60.55% from 255) = 39.69%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=60.05%
G=39.69%
B=0.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233154100.341.000.0939.5799.1545.88
HexE99A102264928632e
Octal3512321042144115014356
Binary111010011001101010100010110010010011010001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99A01; }

 p { color: rgb(233,154,1); }

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

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

 a { background-color: rgb(233,154,1); }

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

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

 span { border-color: rgb(233,154,1); }

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