Shades of Gamboge #E1AF03
Tints of Gamboge #E1AF03
RGB
CMYK
RGB Variations
Color information
#E1AF03 (or 0xE1AF03) is known color: Gamboge. HEX triplet: E1, AF and 03. RGB value is (225,175,3). Sum of RGB (Red+Green+Blue) = 225+175+3=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 3 (1.56% from 255 or 0.74% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1AF03 is #1E50FC. Grayscale: #ABABAB. Windows color (decimal): -1986813 or 241633. OLE color: 241633.
HSL color Cylindrical-coordinate representation of color #E1AF03: hue angle of 46.49º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1AF03 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 3 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.12 |
| HSL | 46.49º | 0.97% | 0.45% | - |
| HSV(B) | 46.49º | 0.99% | 0.88% | - |
| XYZ | 46.4 | 46.67 | 6.65 | - |
| YUV | 170.34 | 33.57 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 3 | 0 | 0.22 | 0.99 | 0.12 | 46.49 | 0.97 | 0.45 |
| Hex | E1 | AF | 3 | 0 | 16 | 63 | C | 2E | 61 | 2D |
| Octal | 341 | 257 | 3 | 0 | 26 | 143 | 14 | 56 | 141 | 55 |
| Binary | 11100001 | 10101111 | 11 | 0 | 10110 | 1100011 | 1100 | 101110 | 1100001 | 101101 |
Color Harmonies of #E1AF03
Complementary color
Monochromatic Colors of #E1AF03
Black with #E1AF03
Text Example
Text Example
White with #E1AF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF03; }
p { color: rgb(225,175,3); }
H1.HeaderClassName
{
color: #E1AF03;
}
.AnyTagClassName
{
color: #E1AF03;
}
</style>
background-color css
<style>
a { background-color: #E1AF03; }
a { background-color: rgb(225,175,3); }
div.DivClassName
{
background-color: #E1AF03;
}
.BgClassName
{
background-color: #E1AF03;
}
</style>
border-color css
<style>
span { border-color: #E1AF03; }
span { border-color: rgb(225,175,3); }
td.TdClassName
{
border-color: #E1AF03;
}
.TagClassName
{
border-color: #E1AF03;
}
</style>