Shades of Gamboge #E7AF0F
Tints of Gamboge #E7AF0F
RGB
CMYK
RGB Variations
Color information
#E7AF0F (or 0xE7AF0F) is known color: Gamboge. HEX triplet: E7, AF and 0F. RGB value is (231,175,15). Sum of RGB (Red+Green+Blue) = 231+175+15=421 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.87% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AF0F is #1850F0. Grayscale: #AEAEAE. Windows color (decimal): -1593585 or 1028071. OLE color: 1028071.
HSL color Cylindrical-coordinate representation of color #E7AF0F: hue angle of 44.44º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7AF0F is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 15 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.09 |
| HSL | 44.44º | 0.88% | 0.48% | - |
| HSV(B) | 44.44º | 0.94% | 0.91% | - |
| XYZ | 48.37 | 47.68 | 7.11 | - |
| YUV | 173.5 | 38.55 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 15 | 0 | 0.24 | 0.94 | 0.09 | 44.44 | 0.88 | 0.48 |
| Hex | E7 | AF | F | 0 | 18 | 5E | 9 | 2C | 58 | 30 |
| Octal | 347 | 257 | 17 | 0 | 30 | 136 | 11 | 54 | 130 | 60 |
| Binary | 11100111 | 10101111 | 1111 | 0 | 11000 | 1011110 | 1001 | 101100 | 1011000 | 110000 |
Color Harmonies of #E7AF0F
Complementary color
Monochromatic Colors of #E7AF0F
Black with #E7AF0F
Text Example
Text Example
White with #E7AF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AF0F; }
p { color: rgb(231,175,15); }
H1.HeaderClassName
{
color: #E7AF0F;
}
.AnyTagClassName
{
color: #E7AF0F;
}
</style>
background-color css
<style>
a { background-color: #E7AF0F; }
a { background-color: rgb(231,175,15); }
div.DivClassName
{
background-color: #E7AF0F;
}
.BgClassName
{
background-color: #E7AF0F;
}
</style>
border-color css
<style>
span { border-color: #E7AF0F; }
span { border-color: rgb(231,175,15); }
td.TdClassName
{
border-color: #E7AF0F;
}
.TagClassName
{
border-color: #E7AF0F;
}
</style>