Shades of Gamboge #E49D0C
Tints of Gamboge #E49D0C
RGB
CMYK
RGB Variations
Color information
#E49D0C (or 0xE49D0C) is known color: Gamboge. HEX triplet: E4, 9D and 0C. RGB value is (228,157,12). Sum of RGB (Red+Green+Blue) = 228+157+12=397 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.43% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 228 - color contains mainly: red. Hex color #E49D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49D0C is #1B62F3. Grayscale: #A2A2A2. Windows color (decimal): -1794804 or 826852. OLE color: 826852.
HSL color Cylindrical-coordinate representation of color #E49D0C: hue angle of 40.28º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E49D0C is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 157 | 12 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.11 |
| HSL | 40.28º | 0.9% | 0.47% | - |
| HSV(B) | 40.28º | 0.95% | 0.89% | - |
| XYZ | 44.12 | 40.63 | 5.87 | - |
| YUV | 161.7 | 43.52 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 157 | 12 | 0 | 0.31 | 0.95 | 0.11 | 40.28 | 0.9 | 0.47 |
| Hex | E4 | 9D | C | 0 | 1F | 5F | B | 28 | 5A | 2F |
| Octal | 344 | 235 | 14 | 0 | 37 | 137 | 13 | 50 | 132 | 57 |
| Binary | 11100100 | 10011101 | 1100 | 0 | 11111 | 1011111 | 1011 | 101000 | 1011010 | 101111 |
Color Harmonies of #E49D0C
Complementary color
Monochromatic Colors of #E49D0C
Black with #E49D0C
Text Example
Text Example
White with #E49D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49D0C; }
p { color: rgb(228,157,12); }
H1.HeaderClassName
{
color: #E49D0C;
}
.AnyTagClassName
{
color: #E49D0C;
}
</style>
background-color css
<style>
a { background-color: #E49D0C; }
a { background-color: rgb(228,157,12); }
div.DivClassName
{
background-color: #E49D0C;
}
.BgClassName
{
background-color: #E49D0C;
}
</style>
border-color css
<style>
span { border-color: #E49D0C; }
span { border-color: rgb(228,157,12); }
td.TdClassName
{
border-color: #E49D0C;
}
.TagClassName
{
border-color: #E49D0C;
}
</style>