Shades of Gamboge #E09217
Tints of Gamboge #E09217
RGB
CMYK
RGB Variations
Color information
#E09217 (or 0xE09217) is known color: Gamboge. HEX triplet: E0, 92 and 17. RGB value is (224,146,23). Sum of RGB (Red+Green+Blue) = 224+146+23=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E09217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09217 is #1F6DE8. Grayscale: #9B9B9B. Windows color (decimal): -2059753 or 1544928. OLE color: 1544928.
HSL color Cylindrical-coordinate representation of color #E09217: hue angle of 36.72º 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 #E09217 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 23 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.12 |
| HSL | 36.72º | 0.81% | 0.48% | - |
| HSV(B) | 36.72º | 0.9% | 0.88% | - |
| XYZ | 41.17 | 36.47 | 5.68 | - |
| YUV | 155.3 | 53.34 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 23 | 0 | 0.35 | 0.90 | 0.12 | 36.72 | 0.81 | 0.48 |
| Hex | E0 | 92 | 17 | 0 | 23 | 5A | C | 25 | 51 | 30 |
| Octal | 340 | 222 | 27 | 0 | 43 | 132 | 14 | 45 | 121 | 60 |
| Binary | 11100000 | 10010010 | 10111 | 0 | 100011 | 1011010 | 1100 | 100101 | 1010001 | 110000 |
Color Harmonies of #E09217
Complementary color
Monochromatic Colors of #E09217
Black with #E09217
Text Example
Text Example
White with #E09217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09217; }
p { color: rgb(224,146,23); }
H1.HeaderClassName
{
color: #E09217;
}
.AnyTagClassName
{
color: #E09217;
}
</style>
background-color css
<style>
a { background-color: #E09217; }
a { background-color: rgb(224,146,23); }
div.DivClassName
{
background-color: #E09217;
}
.BgClassName
{
background-color: #E09217;
}
</style>
border-color css
<style>
span { border-color: #E09217; }
span { border-color: rgb(224,146,23); }
td.TdClassName
{
border-color: #E09217;
}
.TagClassName
{
border-color: #E09217;
}
</style>