Shades of Gamboge #E99F1A
Tints of Gamboge #E99F1A
RGB
CMYK
RGB Variations
Color information
#E99F1A (or 0xE99F1A) is known color: Gamboge. HEX triplet: E9, 9F and 1A. RGB value is (233,159,26). Sum of RGB (Red+Green+Blue) = 233+159+26=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 26 (10.55% from 255 or 6.22% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E99F1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99F1A is #1660E5. Grayscale: #A6A6A6. Windows color (decimal): -1466598 or 1744873. OLE color: 1744873.
HSL color Cylindrical-coordinate representation of color #E99F1A: hue angle of 38.55º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E99F1A is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 159 | 26 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.09 |
| HSL | 38.55º | 0.82% | 0.51% | - |
| HSV(B) | 38.55º | 0.89% | 0.91% | - |
| XYZ | 46.19 | 42.19 | 6.69 | - |
| YUV | 165.96 | 49.02 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 26 | 0 | 0.32 | 0.89 | 0.09 | 38.55 | 0.82 | 0.51 |
| Hex | E9 | 9F | 1A | 0 | 20 | 59 | 9 | 27 | 52 | 33 |
| Octal | 351 | 237 | 32 | 0 | 40 | 131 | 11 | 47 | 122 | 63 |
| Binary | 11101001 | 10011111 | 11010 | 0 | 100000 | 1011001 | 1001 | 100111 | 1010010 | 110011 |
Color Harmonies of #E99F1A
Complementary color
Monochromatic Colors of #E99F1A
Black with #E99F1A
Text Example
Text Example
White with #E99F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99F1A; }
p { color: rgb(233,159,26); }
H1.HeaderClassName
{
color: #E99F1A;
}
.AnyTagClassName
{
color: #E99F1A;
}
</style>
background-color css
<style>
a { background-color: #E99F1A; }
a { background-color: rgb(233,159,26); }
div.DivClassName
{
background-color: #E99F1A;
}
.BgClassName
{
background-color: #E99F1A;
}
</style>
border-color css
<style>
span { border-color: #E99F1A; }
span { border-color: rgb(233,159,26); }
td.TdClassName
{
border-color: #E99F1A;
}
.TagClassName
{
border-color: #E99F1A;
}
</style>