Shades of Gamboge #E2AF0F
Tints of Gamboge #E2AF0F
RGB
CMYK
RGB Variations
Color information
#E2AF0F (or 0xE2AF0F) is known color: Gamboge. HEX triplet: E2, AF and 0F. RGB value is (226,175,15). Sum of RGB (Red+Green+Blue) = 226+175+15=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 15 (6.25% from 255 or 3.61% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2AF0F is #1D50F0. Grayscale: #ACACAC. Windows color (decimal): -1921265 or 1028066. OLE color: 1028066.
HSL color Cylindrical-coordinate representation of color #E2AF0F: hue angle of 45.5º 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 #E2AF0F is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 15 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.11 |
| HSL | 45.5º | 0.88% | 0.47% | - |
| HSV(B) | 45.5º | 0.93% | 0.89% | - |
| XYZ | 46.78 | 46.86 | 7.03 | - |
| YUV | 172.01 | 39.4 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 15 | 0 | 0.23 | 0.93 | 0.11 | 45.5 | 0.88 | 0.47 |
| Hex | E2 | AF | F | 0 | 17 | 5D | B | 2D | 58 | 2F |
| Octal | 342 | 257 | 17 | 0 | 27 | 135 | 13 | 55 | 130 | 57 |
| Binary | 11100010 | 10101111 | 1111 | 0 | 10111 | 1011101 | 1011 | 101101 | 1011000 | 101111 |
Color Harmonies of #E2AF0F
Complementary color
Monochromatic Colors of #E2AF0F
Black with #E2AF0F
Text Example
Text Example
White with #E2AF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AF0F; }
p { color: rgb(226,175,15); }
H1.HeaderClassName
{
color: #E2AF0F;
}
.AnyTagClassName
{
color: #E2AF0F;
}
</style>
background-color css
<style>
a { background-color: #E2AF0F; }
a { background-color: rgb(226,175,15); }
div.DivClassName
{
background-color: #E2AF0F;
}
.BgClassName
{
background-color: #E2AF0F;
}
</style>
border-color css
<style>
span { border-color: #E2AF0F; }
span { border-color: rgb(226,175,15); }
td.TdClassName
{
border-color: #E2AF0F;
}
.TagClassName
{
border-color: #E2AF0F;
}
</style>