Shades of Gamboge #E3AF0F
Tints of Gamboge #E3AF0F
RGB
CMYK
RGB Variations
Color information
#E3AF0F (or 0xE3AF0F) is known color: Gamboge. HEX triplet: E3, AF and 0F. RGB value is (227,175,15). Sum of RGB (Red+Green+Blue) = 227+175+15=417 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.44% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3AF0F is #1C50F0. Grayscale: #ADADAD. Windows color (decimal): -1855729 or 1028067. OLE color: 1028067.
HSL color Cylindrical-coordinate representation of color #E3AF0F: hue angle of 45.28º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3AF0F is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 175 | 15 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.11 |
| HSL | 45.28º | 0.88% | 0.47% | - |
| HSV(B) | 45.28º | 0.93% | 0.89% | - |
| XYZ | 47.09 | 47.03 | 7.05 | - |
| YUV | 172.31 | 39.23 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 15 | 0 | 0.23 | 0.93 | 0.11 | 45.28 | 0.88 | 0.47 |
| Hex | E3 | AF | F | 0 | 17 | 5D | B | 2D | 58 | 2F |
| Octal | 343 | 257 | 17 | 0 | 27 | 135 | 13 | 55 | 130 | 57 |
| Binary | 11100011 | 10101111 | 1111 | 0 | 10111 | 1011101 | 1011 | 101101 | 1011000 | 101111 |
Color Harmonies of #E3AF0F
Complementary color
Monochromatic Colors of #E3AF0F
Black with #E3AF0F
Text Example
Text Example
White with #E3AF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AF0F; }
p { color: rgb(227,175,15); }
H1.HeaderClassName
{
color: #E3AF0F;
}
.AnyTagClassName
{
color: #E3AF0F;
}
</style>
background-color css
<style>
a { background-color: #E3AF0F; }
a { background-color: rgb(227,175,15); }
div.DivClassName
{
background-color: #E3AF0F;
}
.BgClassName
{
background-color: #E3AF0F;
}
</style>
border-color css
<style>
span { border-color: #E3AF0F; }
span { border-color: rgb(227,175,15); }
td.TdClassName
{
border-color: #E3AF0F;
}
.TagClassName
{
border-color: #E3AF0F;
}
</style>