Shades of Gamboge #E7A917
Tints of Gamboge #E7A917
RGB
CMYK
RGB Variations
Color information
#E7A917 (or 0xE7A917) is known color: Gamboge. HEX triplet: E7, A9 and 17. RGB value is (231,169,23). Sum of RGB (Red+Green+Blue) = 231+169+23=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 23 (9.38% from 255 or 5.44% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A917 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A917 is #1856E8. Grayscale: #ABABAB. Windows color (decimal): -1595113 or 1550823. OLE color: 1550823.
HSL color Cylindrical-coordinate representation of color #E7A917: hue angle of 42.12º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7A917 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 169 | 23 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.09 |
| HSL | 42.12º | 0.82% | 0.5% | - |
| HSV(B) | 42.12º | 0.9% | 0.91% | - |
| XYZ | 47.3 | 45.43 | 7.09 | - |
| YUV | 170.89 | 44.54 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 23 | 0 | 0.27 | 0.90 | 0.09 | 42.12 | 0.82 | 0.5 |
| Hex | E7 | A9 | 17 | 0 | 1B | 5A | 9 | 2A | 52 | 32 |
| Octal | 347 | 251 | 27 | 0 | 33 | 132 | 11 | 52 | 122 | 62 |
| Binary | 11100111 | 10101001 | 10111 | 0 | 11011 | 1011010 | 1001 | 101010 | 1010010 | 110010 |
Color Harmonies of #E7A917
Complementary color
Monochromatic Colors of #E7A917
Black with #E7A917
Text Example
Text Example
White with #E7A917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A917; }
p { color: rgb(231,169,23); }
H1.HeaderClassName
{
color: #E7A917;
}
.AnyTagClassName
{
color: #E7A917;
}
</style>
background-color css
<style>
a { background-color: #E7A917; }
a { background-color: rgb(231,169,23); }
div.DivClassName
{
background-color: #E7A917;
}
.BgClassName
{
background-color: #E7A917;
}
</style>
border-color css
<style>
span { border-color: #E7A917; }
span { border-color: rgb(231,169,23); }
td.TdClassName
{
border-color: #E7A917;
}
.TagClassName
{
border-color: #E7A917;
}
</style>