Shades of Gamboge #E4980D
Tints of Gamboge #E4980D
RGB
CMYK
RGB Variations
Color information
#E4980D (or 0xE4980D) is known color: Gamboge. HEX triplet: E4, 98 and 0D. RGB value is (228,152,13). Sum of RGB (Red+Green+Blue) = 228+152+13=393 (52% of max value = 765). Red value is 228 (89.45% from 255 or 58.02% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 228 - color contains mainly: red. Hex color #E4980D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4980D is #1B67F2. Grayscale: #9F9F9F. Windows color (decimal): -1796083 or 891108. OLE color: 891108.
HSL color Cylindrical-coordinate representation of color #E4980D: hue angle of 38.79º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E4980D is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 152 | 13 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.11 |
| HSL | 38.79º | 0.89% | 0.47% | - |
| HSV(B) | 38.79º | 0.94% | 0.89% | - |
| XYZ | 43.3 | 38.98 | 5.62 | - |
| YUV | 158.88 | 45.68 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 152 | 13 | 0 | 0.33 | 0.94 | 0.11 | 38.79 | 0.89 | 0.47 |
| Hex | E4 | 98 | D | 0 | 21 | 5E | B | 27 | 59 | 2F |
| Octal | 344 | 230 | 15 | 0 | 41 | 136 | 13 | 47 | 131 | 57 |
| Binary | 11100100 | 10011000 | 1101 | 0 | 100001 | 1011110 | 1011 | 100111 | 1011001 | 101111 |
Color Harmonies of #E4980D
Complementary color
Monochromatic Colors of #E4980D
Black with #E4980D
Text Example
Text Example
White with #E4980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4980D; }
p { color: rgb(228,152,13); }
H1.HeaderClassName
{
color: #E4980D;
}
.AnyTagClassName
{
color: #E4980D;
}
</style>
background-color css
<style>
a { background-color: #E4980D; }
a { background-color: rgb(228,152,13); }
div.DivClassName
{
background-color: #E4980D;
}
.BgClassName
{
background-color: #E4980D;
}
</style>
border-color css
<style>
span { border-color: #E4980D; }
span { border-color: rgb(228,152,13); }
td.TdClassName
{
border-color: #E4980D;
}
.TagClassName
{
border-color: #E4980D;
}
</style>