Shades of Gamboge #E49D12
Tints of Gamboge #E49D12
RGB
CMYK
RGB Variations
Color information
#E49D12 (or 0xE49D12) is known color: Gamboge. HEX triplet: E4, 9D and 12. RGB value is (228,157,18). Sum of RGB (Red+Green+Blue) = 228+157+18=403 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.58% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 228 - color contains mainly: red. Hex color #E49D12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49D12 is #1B62ED. Grayscale: #A3A3A3. Windows color (decimal): -1794798 or 1220068. OLE color: 1220068.
HSL color Cylindrical-coordinate representation of color #E49D12: hue angle of 39.71º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E49D12 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 157 | 18 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.11 |
| HSL | 39.71º | 0.85% | 0.48% | - |
| HSV(B) | 39.71º | 0.92% | 0.89% | - |
| XYZ | 44.16 | 40.65 | 6.09 | - |
| YUV | 162.38 | 46.52 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 157 | 18 | 0 | 0.31 | 0.92 | 0.11 | 39.71 | 0.85 | 0.48 |
| Hex | E4 | 9D | 12 | 0 | 1F | 5C | B | 28 | 55 | 30 |
| Octal | 344 | 235 | 22 | 0 | 37 | 134 | 13 | 50 | 125 | 60 |
| Binary | 11100100 | 10011101 | 10010 | 0 | 11111 | 1011100 | 1011 | 101000 | 1010101 | 110000 |
Color Harmonies of #E49D12
Complementary color
Monochromatic Colors of #E49D12
Black with #E49D12
Text Example
Text Example
White with #E49D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49D12; }
p { color: rgb(228,157,18); }
H1.HeaderClassName
{
color: #E49D12;
}
.AnyTagClassName
{
color: #E49D12;
}
</style>
background-color css
<style>
a { background-color: #E49D12; }
a { background-color: rgb(228,157,18); }
div.DivClassName
{
background-color: #E49D12;
}
.BgClassName
{
background-color: #E49D12;
}
</style>
border-color css
<style>
span { border-color: #E49D12; }
span { border-color: rgb(228,157,18); }
td.TdClassName
{
border-color: #E49D12;
}
.TagClassName
{
border-color: #E49D12;
}
</style>