Shades of Gamboge #E7AF12
Tints of Gamboge #E7AF12
RGB
CMYK
RGB Variations
Color information
#E7AF12 (or 0xE7AF12) is known color: Gamboge. HEX triplet: E7, AF and 12. RGB value is (231,175,18). Sum of RGB (Red+Green+Blue) = 231+175+18=424 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.48% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AF12 is #1850ED. Grayscale: #AEAEAE. Windows color (decimal): -1593582 or 1224679. OLE color: 1224679.
HSL color Cylindrical-coordinate representation of color #E7AF12: hue angle of 44.23º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E7AF12 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 18 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.09 |
| HSL | 44.23º | 0.86% | 0.49% | - |
| HSV(B) | 44.23º | 0.92% | 0.91% | - |
| XYZ | 48.39 | 47.69 | 7.23 | - |
| YUV | 173.85 | 40.05 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 18 | 0 | 0.24 | 0.92 | 0.09 | 44.23 | 0.86 | 0.49 |
| Hex | E7 | AF | 12 | 0 | 18 | 5C | 9 | 2C | 56 | 31 |
| Octal | 347 | 257 | 22 | 0 | 30 | 134 | 11 | 54 | 126 | 61 |
| Binary | 11100111 | 10101111 | 10010 | 0 | 11000 | 1011100 | 1001 | 101100 | 1010110 | 110001 |
Color Harmonies of #E7AF12
Complementary color
Monochromatic Colors of #E7AF12
Black with #E7AF12
Text Example
Text Example
White with #E7AF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AF12; }
p { color: rgb(231,175,18); }
H1.HeaderClassName
{
color: #E7AF12;
}
.AnyTagClassName
{
color: #E7AF12;
}
</style>
background-color css
<style>
a { background-color: #E7AF12; }
a { background-color: rgb(231,175,18); }
div.DivClassName
{
background-color: #E7AF12;
}
.BgClassName
{
background-color: #E7AF12;
}
</style>
border-color css
<style>
span { border-color: #E7AF12; }
span { border-color: rgb(231,175,18); }
td.TdClassName
{
border-color: #E7AF12;
}
.TagClassName
{
border-color: #E7AF12;
}
</style>