Shades of Gamboge #E49A0F
Tints of Gamboge #E49A0F
RGB
CMYK
RGB Variations
Color information
#E49A0F (or 0xE49A0F) is known color: Gamboge. HEX triplet: E4, 9A and 0F. RGB value is (228,154,15). Sum of RGB (Red+Green+Blue) = 228+154+15=397 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.43% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 228 - color contains mainly: red. Hex color #E49A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49A0F is #1B65F0. Grayscale: #A0A0A0. Windows color (decimal): -1795569 or 1022692. OLE color: 1022692.
HSL color Cylindrical-coordinate representation of color #E49A0F: hue angle of 39.15º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E49A0F is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 154 | 15 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.11 |
| HSL | 39.15º | 0.88% | 0.48% | - |
| HSV(B) | 39.15º | 0.93% | 0.89% | - |
| XYZ | 43.64 | 39.64 | 5.8 | - |
| YUV | 160.28 | 46.02 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 154 | 15 | 0 | 0.32 | 0.93 | 0.11 | 39.15 | 0.88 | 0.48 |
| Hex | E4 | 9A | F | 0 | 20 | 5D | B | 27 | 58 | 30 |
| Octal | 344 | 232 | 17 | 0 | 40 | 135 | 13 | 47 | 130 | 60 |
| Binary | 11100100 | 10011010 | 1111 | 0 | 100000 | 1011101 | 1011 | 100111 | 1011000 | 110000 |
Color Harmonies of #E49A0F
Complementary color
Monochromatic Colors of #E49A0F
Black with #E49A0F
Text Example
Text Example
White with #E49A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49A0F; }
p { color: rgb(228,154,15); }
H1.HeaderClassName
{
color: #E49A0F;
}
.AnyTagClassName
{
color: #E49A0F;
}
</style>
background-color css
<style>
a { background-color: #E49A0F; }
a { background-color: rgb(228,154,15); }
div.DivClassName
{
background-color: #E49A0F;
}
.BgClassName
{
background-color: #E49A0F;
}
</style>
border-color css
<style>
span { border-color: #E49A0F; }
span { border-color: rgb(228,154,15); }
td.TdClassName
{
border-color: #E49A0F;
}
.TagClassName
{
border-color: #E49A0F;
}
</style>