Shades of Gamboge #E08F17
Tints of Gamboge #E08F17
RGB
CMYK
RGB Variations
Color information
#E08F17 (or 0xE08F17) is known color: Gamboge. HEX triplet: E0, 8F and 17. RGB value is (224,143,23). Sum of RGB (Red+Green+Blue) = 224+143+23=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08F17 is #1F70E8. Grayscale: #9A9A9A. Windows color (decimal): -2060521 or 1544160. OLE color: 1544160.
HSL color Cylindrical-coordinate representation of color #E08F17: hue angle of 35.82º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E08F17 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 23 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.12 |
| HSL | 35.82º | 0.81% | 0.48% | - |
| HSV(B) | 35.82º | 0.9% | 0.88% | - |
| XYZ | 40.72 | 35.55 | 5.53 | - |
| YUV | 153.54 | 54.34 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 23 | 0 | 0.36 | 0.90 | 0.12 | 35.82 | 0.81 | 0.48 |
| Hex | E0 | 8F | 17 | 0 | 24 | 5A | C | 24 | 51 | 30 |
| Octal | 340 | 217 | 27 | 0 | 44 | 132 | 14 | 44 | 121 | 60 |
| Binary | 11100000 | 10001111 | 10111 | 0 | 100100 | 1011010 | 1100 | 100100 | 1010001 | 110000 |
Color Harmonies of #E08F17
Complementary color
Monochromatic Colors of #E08F17
Black with #E08F17
Text Example
Text Example
White with #E08F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08F17; }
p { color: rgb(224,143,23); }
H1.HeaderClassName
{
color: #E08F17;
}
.AnyTagClassName
{
color: #E08F17;
}
</style>
background-color css
<style>
a { background-color: #E08F17; }
a { background-color: rgb(224,143,23); }
div.DivClassName
{
background-color: #E08F17;
}
.BgClassName
{
background-color: #E08F17;
}
</style>
border-color css
<style>
span { border-color: #E08F17; }
span { border-color: rgb(224,143,23); }
td.TdClassName
{
border-color: #E08F17;
}
.TagClassName
{
border-color: #E08F17;
}
</style>