Shades of Gamboge #E99A0C
Tints of Gamboge #E99A0C
RGB
CMYK
RGB Variations
Color information
#E99A0C (or 0xE99A0C) is known color: Gamboge. HEX triplet: E9, 9A and 0C. RGB value is (233,154,12). Sum of RGB (Red+Green+Blue) = 233+154+12=399 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.40% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 233 - color contains mainly: red. Hex color #E99A0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99A0C is #1665F3. Grayscale: #A2A2A2. Windows color (decimal): -1467892 or 826089. OLE color: 826089.
HSL color Cylindrical-coordinate representation of color #E99A0C: hue angle of 38.55º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E99A0C is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 154 | 12 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.09 |
| HSL | 38.55º | 0.9% | 0.48% | - |
| HSV(B) | 38.55º | 0.95% | 0.91% | - |
| XYZ | 45.23 | 40.46 | 5.77 | - |
| YUV | 161.43 | 43.67 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 154 | 12 | 0 | 0.34 | 0.95 | 0.09 | 38.55 | 0.9 | 0.48 |
| Hex | E9 | 9A | C | 0 | 22 | 5F | 9 | 27 | 5A | 30 |
| Octal | 351 | 232 | 14 | 0 | 42 | 137 | 11 | 47 | 132 | 60 |
| Binary | 11101001 | 10011010 | 1100 | 0 | 100010 | 1011111 | 1001 | 100111 | 1011010 | 110000 |
Color Harmonies of #E99A0C
Complementary color
Monochromatic Colors of #E99A0C
Black with #E99A0C
Text Example
Text Example
White with #E99A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99A0C; }
p { color: rgb(233,154,12); }
H1.HeaderClassName
{
color: #E99A0C;
}
.AnyTagClassName
{
color: #E99A0C;
}
</style>
background-color css
<style>
a { background-color: #E99A0C; }
a { background-color: rgb(233,154,12); }
div.DivClassName
{
background-color: #E99A0C;
}
.BgClassName
{
background-color: #E99A0C;
}
</style>
border-color css
<style>
span { border-color: #E99A0C; }
span { border-color: rgb(233,154,12); }
td.TdClassName
{
border-color: #E99A0C;
}
.TagClassName
{
border-color: #E99A0C;
}
</style>