Shades of Gamboge #E3A80F
Tints of Gamboge #E3A80F
RGB
CMYK
RGB Variations
Color information
#E3A80F (or 0xE3A80F) is known color: Gamboge. HEX triplet: E3, A8 and 0F. RGB value is (227,168,15). Sum of RGB (Red+Green+Blue) = 227+168+15=410 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.37% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A80F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A80F is #1C57F0. Grayscale: #A8A8A8. Windows color (decimal): -1857521 or 1026275. OLE color: 1026275.
HSL color Cylindrical-coordinate representation of color #E3A80F: hue angle of 43.3º 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 #E3A80F is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 168 | 15 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.11 |
| HSL | 43.3º | 0.88% | 0.47% | - |
| HSV(B) | 43.3º | 0.93% | 0.89% | - |
| XYZ | 45.77 | 44.37 | 6.6 | - |
| YUV | 168.2 | 41.55 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 168 | 15 | 0 | 0.26 | 0.93 | 0.11 | 43.3 | 0.88 | 0.47 |
| Hex | E3 | A8 | F | 0 | 1A | 5D | B | 2B | 58 | 2F |
| Octal | 343 | 250 | 17 | 0 | 32 | 135 | 13 | 53 | 130 | 57 |
| Binary | 11100011 | 10101000 | 1111 | 0 | 11010 | 1011101 | 1011 | 101011 | 1011000 | 101111 |
Color Harmonies of #E3A80F
Complementary color
Monochromatic Colors of #E3A80F
Black with #E3A80F
Text Example
Text Example
White with #E3A80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A80F; }
p { color: rgb(227,168,15); }
H1.HeaderClassName
{
color: #E3A80F;
}
.AnyTagClassName
{
color: #E3A80F;
}
</style>
background-color css
<style>
a { background-color: #E3A80F; }
a { background-color: rgb(227,168,15); }
div.DivClassName
{
background-color: #E3A80F;
}
.BgClassName
{
background-color: #E3A80F;
}
</style>
border-color css
<style>
span { border-color: #E3A80F; }
span { border-color: rgb(227,168,15); }
td.TdClassName
{
border-color: #E3A80F;
}
.TagClassName
{
border-color: #E3A80F;
}
</style>