Shades of Gamboge #E99C0D
Tints of Gamboge #E99C0D
RGB
CMYK
RGB Variations
Color information
#E99C0D (or 0xE99C0D) is known color: Gamboge. HEX triplet: E9, 9C and 0D. RGB value is (233,156,13). Sum of RGB (Red+Green+Blue) = 233+156+13=402 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.96% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 13 (5.47% from 255 or 3.23% from 402); Max value from RGB is 233 - color contains mainly: red. Hex color #E99C0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E99C0D is #1663F2. Grayscale: #A3A3A3. Windows color (decimal): -1467379 or 892137. OLE color: 892137.
HSL color Cylindrical-coordinate representation of color #E99C0D: hue angle of 39º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E99C0D is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 156 | 13 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.09 |
| HSL | 39º | 0.89% | 0.48% | - |
| HSV(B) | 39º | 0.94% | 0.91% | - |
| XYZ | 45.57 | 41.13 | 5.92 | - |
| YUV | 162.72 | 43.51 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 156 | 13 | 0 | 0.33 | 0.94 | 0.09 | 39 | 0.89 | 0.48 |
| Hex | E9 | 9C | D | 0 | 21 | 5E | 9 | 27 | 59 | 30 |
| Octal | 351 | 234 | 15 | 0 | 41 | 136 | 11 | 47 | 131 | 60 |
| Binary | 11101001 | 10011100 | 1101 | 0 | 100001 | 1011110 | 1001 | 100111 | 1011001 | 110000 |
Color Harmonies of #E99C0D
Complementary color
Monochromatic Colors of #E99C0D
Black with #E99C0D
Text Example
Text Example
White with #E99C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99C0D; }
p { color: rgb(233,156,13); }
H1.HeaderClassName
{
color: #E99C0D;
}
.AnyTagClassName
{
color: #E99C0D;
}
</style>
background-color css
<style>
a { background-color: #E99C0D; }
a { background-color: rgb(233,156,13); }
div.DivClassName
{
background-color: #E99C0D;
}
.BgClassName
{
background-color: #E99C0D;
}
</style>
border-color css
<style>
span { border-color: #E99C0D; }
span { border-color: rgb(233,156,13); }
td.TdClassName
{
border-color: #E99C0D;
}
.TagClassName
{
border-color: #E99C0D;
}
</style>