Shades of Gamboge #E7A317
Tints of Gamboge #E7A317
RGB
CMYK
RGB Variations
Color information
#E7A317 (or 0xE7A317) is known color: Gamboge. HEX triplet: E7, A3 and 17. RGB value is (231,163,23). Sum of RGB (Red+Green+Blue) = 231+163+23=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 23 (9.38% from 255 or 5.52% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A317 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A317 is #185CE8. Grayscale: #A8A8A8. Windows color (decimal): -1596649 or 1549287. OLE color: 1549287.
HSL color Cylindrical-coordinate representation of color #E7A317: hue angle of 40.38º 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 #E7A317 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 163 | 23 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.09 |
| HSL | 40.38º | 0.82% | 0.5% | - |
| HSV(B) | 40.38º | 0.9% | 0.91% | - |
| XYZ | 46.21 | 43.25 | 6.72 | - |
| YUV | 167.37 | 46.53 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 163 | 23 | 0 | 0.29 | 0.90 | 0.09 | 40.38 | 0.82 | 0.5 |
| Hex | E7 | A3 | 17 | 0 | 1D | 5A | 9 | 28 | 52 | 32 |
| Octal | 347 | 243 | 27 | 0 | 35 | 132 | 11 | 50 | 122 | 62 |
| Binary | 11100111 | 10100011 | 10111 | 0 | 11101 | 1011010 | 1001 | 101000 | 1010010 | 110010 |
Color Harmonies of #E7A317
Complementary color
Monochromatic Colors of #E7A317
Black with #E7A317
Text Example
Text Example
White with #E7A317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A317; }
p { color: rgb(231,163,23); }
H1.HeaderClassName
{
color: #E7A317;
}
.AnyTagClassName
{
color: #E7A317;
}
</style>
background-color css
<style>
a { background-color: #E7A317; }
a { background-color: rgb(231,163,23); }
div.DivClassName
{
background-color: #E7A317;
}
.BgClassName
{
background-color: #E7A317;
}
</style>
border-color css
<style>
span { border-color: #E7A317; }
span { border-color: rgb(231,163,23); }
td.TdClassName
{
border-color: #E7A317;
}
.TagClassName
{
border-color: #E7A317;
}
</style>