Shades of Gamboge #E2AF00
Tints of Gamboge #E2AF00
RGB
CMYK
RGB Variations
Color information
#E2AF00 (or 0xE2AF00) is known color: Gamboge. HEX triplet: E2, AF and 00. RGB value is (226,175,0). Sum of RGB (Red+Green+Blue) = 226+175+0=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2AF00 is #1D50FF. Grayscale: #ABABAB. Windows color (decimal): -1921280 or 45026. OLE color: 45026.
HSL color Cylindrical-coordinate representation of color #E2AF00: hue angle of 46.46º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2AF00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.11 |
| HSL | 46.46º | 1% | 0.44% | - |
| HSV(B) | 46.46º | 1% | 0.89% | - |
| XYZ | 46.69 | 46.83 | 6.58 | - |
| YUV | 170.3 | 31.9 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 0 | 0 | 0.23 | 1 | 0.11 | 46.46 | 1 | 0.44 |
| Hex | E2 | AF | 0 | 0 | 17 | 64 | B | 2E | 64 | 2C |
| Octal | 342 | 257 | 0 | 0 | 27 | 144 | 13 | 56 | 144 | 54 |
| Binary | 11100010 | 10101111 | 0 | 0 | 10111 | 1100100 | 1011 | 101110 | 1100100 | 101100 |
Color Harmonies of #E2AF00
Complementary color
Monochromatic Colors of #E2AF00
Black with #E2AF00
Text Example
Text Example
White with #E2AF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AF00; }
p { color: rgb(226,175,0); }
H1.HeaderClassName
{
color: #E2AF00;
}
.AnyTagClassName
{
color: #E2AF00;
}
</style>
background-color css
<style>
a { background-color: #E2AF00; }
a { background-color: rgb(226,175,0); }
div.DivClassName
{
background-color: #E2AF00;
}
.BgClassName
{
background-color: #E2AF00;
}
</style>
border-color css
<style>
span { border-color: #E2AF00; }
span { border-color: rgb(226,175,0); }
td.TdClassName
{
border-color: #E2AF00;
}
.TagClassName
{
border-color: #E2AF00;
}
</style>