Shades of Gamboge #E49D1B
Tints of Gamboge #E49D1B
RGB
CMYK
RGB Variations
Color information
#E49D1B (or 0xE49D1B) is known color: Gamboge. HEX triplet: E4, 9D and 1B. RGB value is (228,157,27). Sum of RGB (Red+Green+Blue) = 228+157+27=412 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.34% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 27 (10.94% from 255 or 6.55% from 412); Max value from RGB is 228 - color contains mainly: red. Hex color #E49D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49D1B is #1B62E4. Grayscale: #A3A3A3. Windows color (decimal): -1794789 or 1809892. OLE color: 1809892.
HSL color Cylindrical-coordinate representation of color #E49D1B: hue angle of 38.81º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E49D1B is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 157 | 27 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.11 |
| HSL | 38.81º | 0.79% | 0.5% | - |
| HSV(B) | 38.81º | 0.88% | 0.89% | - |
| XYZ | 44.25 | 40.69 | 6.56 | - |
| YUV | 163.41 | 51.02 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 157 | 27 | 0 | 0.31 | 0.88 | 0.11 | 38.81 | 0.79 | 0.5 |
| Hex | E4 | 9D | 1B | 0 | 1F | 58 | B | 27 | 4F | 32 |
| Octal | 344 | 235 | 33 | 0 | 37 | 130 | 13 | 47 | 117 | 62 |
| Binary | 11100100 | 10011101 | 11011 | 0 | 11111 | 1011000 | 1011 | 100111 | 1001111 | 110010 |
Color Harmonies of #E49D1B
Complementary color
Monochromatic Colors of #E49D1B
Black with #E49D1B
Text Example
Text Example
White with #E49D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49D1B; }
p { color: rgb(228,157,27); }
H1.HeaderClassName
{
color: #E49D1B;
}
.AnyTagClassName
{
color: #E49D1B;
}
</style>
background-color css
<style>
a { background-color: #E49D1B; }
a { background-color: rgb(228,157,27); }
div.DivClassName
{
background-color: #E49D1B;
}
.BgClassName
{
background-color: #E49D1B;
}
</style>
border-color css
<style>
span { border-color: #E49D1B; }
span { border-color: rgb(228,157,27); }
td.TdClassName
{
border-color: #E49D1B;
}
.TagClassName
{
border-color: #E49D1B;
}
</style>