Shades of Gamboge #E09717
Tints of Gamboge #E09717
RGB
CMYK
RGB Variations
Color information
#E09717 (or 0xE09717) is known color: Gamboge. HEX triplet: E0, 97 and 17. RGB value is (224,151,23). Sum of RGB (Red+Green+Blue) = 224+151+23=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 23 (9.38% from 255 or 5.78% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E09717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09717 is #1F68E8. Grayscale: #9E9E9E. Windows color (decimal): -2058473 or 1546208. OLE color: 1546208.
HSL color Cylindrical-coordinate representation of color #E09717: hue angle of 38.21º 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 #E09717 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 23 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.12 |
| HSL | 38.21º | 0.81% | 0.48% | - |
| HSV(B) | 38.21º | 0.9% | 0.88% | - |
| XYZ | 41.96 | 38.04 | 5.94 | - |
| YUV | 158.24 | 51.68 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 23 | 0 | 0.33 | 0.90 | 0.12 | 38.21 | 0.81 | 0.48 |
| Hex | E0 | 97 | 17 | 0 | 21 | 5A | C | 26 | 51 | 30 |
| Octal | 340 | 227 | 27 | 0 | 41 | 132 | 14 | 46 | 121 | 60 |
| Binary | 11100000 | 10010111 | 10111 | 0 | 100001 | 1011010 | 1100 | 100110 | 1010001 | 110000 |
Color Harmonies of #E09717
Complementary color
Monochromatic Colors of #E09717
Black with #E09717
Text Example
Text Example
White with #E09717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09717; }
p { color: rgb(224,151,23); }
H1.HeaderClassName
{
color: #E09717;
}
.AnyTagClassName
{
color: #E09717;
}
</style>
background-color css
<style>
a { background-color: #E09717; }
a { background-color: rgb(224,151,23); }
div.DivClassName
{
background-color: #E09717;
}
.BgClassName
{
background-color: #E09717;
}
</style>
border-color css
<style>
span { border-color: #E09717; }
span { border-color: rgb(224,151,23); }
td.TdClassName
{
border-color: #E09717;
}
.TagClassName
{
border-color: #E09717;
}
</style>