Shades of Gamboge #E7AF0B
Tints of Gamboge #E7AF0B
RGB
CMYK
RGB Variations
Color information
#E7AF0B (or 0xE7AF0B) is known color: Gamboge. HEX triplet: E7, AF and 0B. RGB value is (231,175,11). Sum of RGB (Red+Green+Blue) = 231+175+11=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 11 (4.69% from 255 or 2.64% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AF0B is #1850F4. Grayscale: #ADADAD. Windows color (decimal): -1593589 or 765927. OLE color: 765927.
HSL color Cylindrical-coordinate representation of color #E7AF0B: hue angle of 44.73º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7AF0B is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 11 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.09 |
| HSL | 44.73º | 0.91% | 0.47% | - |
| HSV(B) | 44.73º | 0.95% | 0.91% | - |
| XYZ | 48.35 | 47.67 | 6.97 | - |
| YUV | 173.05 | 36.55 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 11 | 0 | 0.24 | 0.95 | 0.09 | 44.73 | 0.91 | 0.47 |
| Hex | E7 | AF | B | 0 | 18 | 5F | 9 | 2D | 5B | 2F |
| Octal | 347 | 257 | 13 | 0 | 30 | 137 | 11 | 55 | 133 | 57 |
| Binary | 11100111 | 10101111 | 1011 | 0 | 11000 | 1011111 | 1001 | 101101 | 1011011 | 101111 |
Color Harmonies of #E7AF0B
Complementary color
Monochromatic Colors of #E7AF0B
Black with #E7AF0B
Text Example
Text Example
White with #E7AF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AF0B; }
p { color: rgb(231,175,11); }
H1.HeaderClassName
{
color: #E7AF0B;
}
.AnyTagClassName
{
color: #E7AF0B;
}
</style>
background-color css
<style>
a { background-color: #E7AF0B; }
a { background-color: rgb(231,175,11); }
div.DivClassName
{
background-color: #E7AF0B;
}
.BgClassName
{
background-color: #E7AF0B;
}
</style>
border-color css
<style>
span { border-color: #E7AF0B; }
span { border-color: rgb(231,175,11); }
td.TdClassName
{
border-color: #E7AF0B;
}
.TagClassName
{
border-color: #E7AF0B;
}
</style>