Shades of Gamboge #E49717
Tints of Gamboge #E49717
RGB
CMYK
RGB Variations
Color information
#E49717 (or 0xE49717) is known color: Gamboge. HEX triplet: E4, 97 and 17. RGB value is (228,151,23). Sum of RGB (Red+Green+Blue) = 228+151+23=402 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.72% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 23 (9.38% from 255 or 5.72% from 402); Max value from RGB is 228 - color contains mainly: red. Hex color #E49717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49717 is #1B68E8. Grayscale: #A0A0A0. Windows color (decimal): -1796329 or 1546212. OLE color: 1546212.
HSL color Cylindrical-coordinate representation of color #E49717: hue angle of 37.46º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E49717 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 151 | 23 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.11 |
| HSL | 37.46º | 0.82% | 0.49% | - |
| HSV(B) | 37.46º | 0.9% | 0.89% | - |
| XYZ | 43.22 | 38.69 | 6 | - |
| YUV | 159.43 | 51.01 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 151 | 23 | 0 | 0.34 | 0.90 | 0.11 | 37.46 | 0.82 | 0.49 |
| Hex | E4 | 97 | 17 | 0 | 22 | 5A | B | 25 | 52 | 31 |
| Octal | 344 | 227 | 27 | 0 | 42 | 132 | 13 | 45 | 122 | 61 |
| Binary | 11100100 | 10010111 | 10111 | 0 | 100010 | 1011010 | 1011 | 100101 | 1010010 | 110001 |
Color Harmonies of #E49717
Complementary color
Monochromatic Colors of #E49717
Black with #E49717
Text Example
Text Example
White with #E49717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49717; }
p { color: rgb(228,151,23); }
H1.HeaderClassName
{
color: #E49717;
}
.AnyTagClassName
{
color: #E49717;
}
</style>
background-color css
<style>
a { background-color: #E49717; }
a { background-color: rgb(228,151,23); }
div.DivClassName
{
background-color: #E49717;
}
.BgClassName
{
background-color: #E49717;
}
</style>
border-color css
<style>
span { border-color: #E49717; }
span { border-color: rgb(228,151,23); }
td.TdClassName
{
border-color: #E49717;
}
.TagClassName
{
border-color: #E49717;
}
</style>