Shades of Gamboge #E7A414
Tints of Gamboge #E7A414
RGB
CMYK
RGB Variations
Color information
#E7A414 (or 0xE7A414) is known color: Gamboge. HEX triplet: E7, A4 and 14. RGB value is (231,164,20). Sum of RGB (Red+Green+Blue) = 231+164+20=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A414 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A414 is #185BEB. Grayscale: #A8A8A8. Windows color (decimal): -1596396 or 1352935. OLE color: 1352935.
HSL color Cylindrical-coordinate representation of color #E7A414: hue angle of 40.95º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E7A414 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 164 | 20 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.09 |
| HSL | 40.95º | 0.84% | 0.49% | - |
| HSV(B) | 40.95º | 0.91% | 0.91% | - |
| XYZ | 46.36 | 43.59 | 6.63 | - |
| YUV | 167.62 | 44.7 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 164 | 20 | 0 | 0.29 | 0.91 | 0.09 | 40.95 | 0.84 | 0.49 |
| Hex | E7 | A4 | 14 | 0 | 1D | 5B | 9 | 29 | 54 | 31 |
| Octal | 347 | 244 | 24 | 0 | 35 | 133 | 11 | 51 | 124 | 61 |
| Binary | 11100111 | 10100100 | 10100 | 0 | 11101 | 1011011 | 1001 | 101001 | 1010100 | 110001 |
Color Harmonies of #E7A414
Complementary color
Monochromatic Colors of #E7A414
Black with #E7A414
Text Example
Text Example
White with #E7A414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A414; }
p { color: rgb(231,164,20); }
H1.HeaderClassName
{
color: #E7A414;
}
.AnyTagClassName
{
color: #E7A414;
}
</style>
background-color css
<style>
a { background-color: #E7A414; }
a { background-color: rgb(231,164,20); }
div.DivClassName
{
background-color: #E7A414;
}
.BgClassName
{
background-color: #E7A414;
}
</style>
border-color css
<style>
span { border-color: #E7A414; }
span { border-color: rgb(231,164,20); }
td.TdClassName
{
border-color: #E7A414;
}
.TagClassName
{
border-color: #E7A414;
}
</style>