#E98D10

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

Shades of Gamboge #E98D10

Tints of Gamboge #E98D10

Color information

#E98D10 (or 0xE98D10) is unknown color: approx Gamboge. HEX triplet: E9, 8D and 10. RGB value is (233,141,16). Sum of RGB (Red+Green+Blue) = 233+141+16=390 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.74% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 16 (6.64% from 255 or 4.10% from 390); Max value from RGB is 233 - color contains mainly: red. Hex color #E98D10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E98D10 is #1672EF. Grayscale: #9A9A9A. Windows color (decimal): -1471216 or 1084905. OLE color: 1084905.

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

Color convert

RGB23314116-
CMYK00.390.930.09
HSL34.56º87.15%48.82%-
HSV(B)34.56º93.13%91.37%-
XYZ43.2236.415.24-
YUV154.2649.98184.16-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 59.74%
GREEN value IS 141 (55.47% from 255) = 36.15%
BLUE value IS 16 (6.64% from 255) = 4.10%
R=59.74%
G=36.15%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331411600.390.930.0934.5687.1548.82
HexE98D100275D9235731
Octal35121520047135114312761
Binary1110100110001101100000100111101110110011000111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98D10; }

 p { color: rgb(233,141,16); }

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

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

 a { background-color: rgb(233,141,16); }

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

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

 span { border-color: rgb(233,141,16); }

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