Shades of Gamboge #E59717
Tints of Gamboge #E59717
RGB
CMYK
RGB Variations
Color information
#E59717 (or 0xE59717) is known color: Gamboge. HEX triplet: E5, 97 and 17. RGB value is (229,151,23). Sum of RGB (Red+Green+Blue) = 229+151+23=403 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.82% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 23 (9.38% from 255 or 5.71% from 403); Max value from RGB is 229 - color contains mainly: red. Hex color #E59717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59717 is #1A68E8. Grayscale: #A0A0A0. Windows color (decimal): -1730793 or 1546213. OLE color: 1546213.
HSL color Cylindrical-coordinate representation of color #E59717: hue angle of 37.28º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E59717 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 151 | 23 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.10 |
| HSL | 37.28º | 0.82% | 0.49% | - |
| HSV(B) | 37.28º | 0.9% | 0.9% | - |
| XYZ | 43.53 | 38.85 | 6.02 | - |
| YUV | 159.73 | 50.84 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 151 | 23 | 0 | 0.34 | 0.90 | 0.10 | 37.28 | 0.82 | 0.49 |
| Hex | E5 | 97 | 17 | 0 | 22 | 5A | A | 25 | 52 | 31 |
| Octal | 345 | 227 | 27 | 0 | 42 | 132 | 12 | 45 | 122 | 61 |
| Binary | 11100101 | 10010111 | 10111 | 0 | 100010 | 1011010 | 1010 | 100101 | 1010010 | 110001 |
Color Harmonies of #E59717
Complementary color
Monochromatic Colors of #E59717
Black with #E59717
Text Example
Text Example
White with #E59717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59717; }
p { color: rgb(229,151,23); }
H1.HeaderClassName
{
color: #E59717;
}
.AnyTagClassName
{
color: #E59717;
}
</style>
background-color css
<style>
a { background-color: #E59717; }
a { background-color: rgb(229,151,23); }
div.DivClassName
{
background-color: #E59717;
}
.BgClassName
{
background-color: #E59717;
}
</style>
border-color css
<style>
span { border-color: #E59717; }
span { border-color: rgb(229,151,23); }
td.TdClassName
{
border-color: #E59717;
}
.TagClassName
{
border-color: #E59717;
}
</style>