Shades of Gamboge #E7AF0C
Tints of Gamboge #E7AF0C
RGB
CMYK
RGB Variations
Color information
#E7AF0C (or 0xE7AF0C) is known color: Gamboge. HEX triplet: E7, AF and 0C. RGB value is (231,175,12). Sum of RGB (Red+Green+Blue) = 231+175+12=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AF0C is #1850F3. Grayscale: #ADADAD. Windows color (decimal): -1593588 or 831463. OLE color: 831463.
HSL color Cylindrical-coordinate representation of color #E7AF0C: hue angle of 44.66º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7AF0C is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 12 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.09 |
| HSL | 44.66º | 0.9% | 0.48% | - |
| HSV(B) | 44.66º | 0.95% | 0.91% | - |
| XYZ | 48.35 | 47.68 | 7 | - |
| YUV | 173.16 | 37.05 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 12 | 0 | 0.24 | 0.95 | 0.09 | 44.66 | 0.9 | 0.48 |
| Hex | E7 | AF | C | 0 | 18 | 5F | 9 | 2D | 5A | 30 |
| Octal | 347 | 257 | 14 | 0 | 30 | 137 | 11 | 55 | 132 | 60 |
| Binary | 11100111 | 10101111 | 1100 | 0 | 11000 | 1011111 | 1001 | 101101 | 1011010 | 110000 |
Color Harmonies of #E7AF0C
Complementary color
Monochromatic Colors of #E7AF0C
Black with #E7AF0C
Text Example
Text Example
White with #E7AF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AF0C; }
p { color: rgb(231,175,12); }
H1.HeaderClassName
{
color: #E7AF0C;
}
.AnyTagClassName
{
color: #E7AF0C;
}
</style>
background-color css
<style>
a { background-color: #E7AF0C; }
a { background-color: rgb(231,175,12); }
div.DivClassName
{
background-color: #E7AF0C;
}
.BgClassName
{
background-color: #E7AF0C;
}
</style>
border-color css
<style>
span { border-color: #E7AF0C; }
span { border-color: rgb(231,175,12); }
td.TdClassName
{
border-color: #E7AF0C;
}
.TagClassName
{
border-color: #E7AF0C;
}
</style>