Shades of Gamboge #E9A80F
Tints of Gamboge #E9A80F
RGB
CMYK
RGB Variations
Color information
#E9A80F (or 0xE9A80F) is known color: Gamboge. HEX triplet: E9, A8 and 0F. RGB value is (233,168,15). Sum of RGB (Red+Green+Blue) = 233+168+15=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 15 (6.25% from 255 or 3.61% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A80F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9A80F is #1657F0. Grayscale: #AAAAAA. Windows color (decimal): -1464305 or 1026281. OLE color: 1026281.
HSL color Cylindrical-coordinate representation of color #E9A80F: hue angle of 42.11º 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 #E9A80F is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 168 | 15 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.09 |
| HSL | 42.11º | 0.88% | 0.49% | - |
| HSV(B) | 42.11º | 0.94% | 0.91% | - |
| XYZ | 47.69 | 45.36 | 6.69 | - |
| YUV | 169.99 | 40.53 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 168 | 15 | 0 | 0.28 | 0.94 | 0.09 | 42.11 | 0.88 | 0.49 |
| Hex | E9 | A8 | F | 0 | 1C | 5E | 9 | 2A | 58 | 31 |
| Octal | 351 | 250 | 17 | 0 | 34 | 136 | 11 | 52 | 130 | 61 |
| Binary | 11101001 | 10101000 | 1111 | 0 | 11100 | 1011110 | 1001 | 101010 | 1011000 | 110001 |
Color Harmonies of #E9A80F
Complementary color
Monochromatic Colors of #E9A80F
Black with #E9A80F
Text Example
Text Example
White with #E9A80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A80F; }
p { color: rgb(233,168,15); }
H1.HeaderClassName
{
color: #E9A80F;
}
.AnyTagClassName
{
color: #E9A80F;
}
</style>
background-color css
<style>
a { background-color: #E9A80F; }
a { background-color: rgb(233,168,15); }
div.DivClassName
{
background-color: #E9A80F;
}
.BgClassName
{
background-color: #E9A80F;
}
</style>
border-color css
<style>
span { border-color: #E9A80F; }
span { border-color: rgb(233,168,15); }
td.TdClassName
{
border-color: #E9A80F;
}
.TagClassName
{
border-color: #E9A80F;
}
</style>