Shades of Gamboge #E8910C
Tints of Gamboge #E8910C
RGB
CMYK
RGB Variations
Color information
#E8910C (or 0xE8910C) is known color: Gamboge. HEX triplet: E8, 91 and 0C. RGB value is (232,145,12). Sum of RGB (Red+Green+Blue) = 232+145+12=389 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.64% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 232 - color contains mainly: red. Hex color #E8910C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8910C is #176EF3. Grayscale: #9C9C9C. Windows color (decimal): -1535732 or 823784. OLE color: 823784.
HSL color Cylindrical-coordinate representation of color #E8910C: hue angle of 36.27º 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 #E8910C is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 145 | 12 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.09 |
| HSL | 36.27º | 0.9% | 0.48% | - |
| HSV(B) | 36.27º | 0.95% | 0.91% | - |
| XYZ | 43.47 | 37.43 | 5.28 | - |
| YUV | 155.85 | 46.82 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 145 | 12 | 0 | 0.38 | 0.95 | 0.09 | 36.27 | 0.9 | 0.48 |
| Hex | E8 | 91 | C | 0 | 26 | 5F | 9 | 24 | 5A | 30 |
| Octal | 350 | 221 | 14 | 0 | 46 | 137 | 11 | 44 | 132 | 60 |
| Binary | 11101000 | 10010001 | 1100 | 0 | 100110 | 1011111 | 1001 | 100100 | 1011010 | 110000 |
Color Harmonies of #E8910C
Complementary color
Monochromatic Colors of #E8910C
Black with #E8910C
Text Example
Text Example
White with #E8910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8910C; }
p { color: rgb(232,145,12); }
H1.HeaderClassName
{
color: #E8910C;
}
.AnyTagClassName
{
color: #E8910C;
}
</style>
background-color css
<style>
a { background-color: #E8910C; }
a { background-color: rgb(232,145,12); }
div.DivClassName
{
background-color: #E8910C;
}
.BgClassName
{
background-color: #E8910C;
}
</style>
border-color css
<style>
span { border-color: #E8910C; }
span { border-color: rgb(232,145,12); }
td.TdClassName
{
border-color: #E8910C;
}
.TagClassName
{
border-color: #E8910C;
}
</style>