Shades of Gamboge #E99D1C
Tints of Gamboge #E99D1C
RGB
CMYK
RGB Variations
Color information
#E99D1C (or 0xE99D1C) is known color: Gamboge. HEX triplet: E9, 9D and 1C. RGB value is (233,157,28). Sum of RGB (Red+Green+Blue) = 233+157+28=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 28 (11.33% from 255 or 6.70% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99D1C is #1662E3. Grayscale: #A5A5A5. Windows color (decimal): -1467108 or 1875433. OLE color: 1875433.
HSL color Cylindrical-coordinate representation of color #E99D1C: hue angle of 37.76º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E99D1C is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 28 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.09 |
| HSL | 37.76º | 0.82% | 0.51% | - |
| HSV(B) | 37.76º | 0.88% | 0.91% | - |
| XYZ | 45.87 | 41.52 | 6.7 | - |
| YUV | 165.02 | 50.68 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 28 | 0 | 0.33 | 0.88 | 0.09 | 37.76 | 0.82 | 0.51 |
| Hex | E9 | 9D | 1C | 0 | 21 | 58 | 9 | 26 | 52 | 33 |
| Octal | 351 | 235 | 34 | 0 | 41 | 130 | 11 | 46 | 122 | 63 |
| Binary | 11101001 | 10011101 | 11100 | 0 | 100001 | 1011000 | 1001 | 100110 | 1010010 | 110011 |
Color Harmonies of #E99D1C
Complementary color
Monochromatic Colors of #E99D1C
Black with #E99D1C
Text Example
Text Example
White with #E99D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99D1C; }
p { color: rgb(233,157,28); }
H1.HeaderClassName
{
color: #E99D1C;
}
.AnyTagClassName
{
color: #E99D1C;
}
</style>
background-color css
<style>
a { background-color: #E99D1C; }
a { background-color: rgb(233,157,28); }
div.DivClassName
{
background-color: #E99D1C;
}
.BgClassName
{
background-color: #E99D1C;
}
</style>
border-color css
<style>
span { border-color: #E99D1C; }
span { border-color: rgb(233,157,28); }
td.TdClassName
{
border-color: #E99D1C;
}
.TagClassName
{
border-color: #E99D1C;
}
</style>