Shades of Gamboge #E0980C
Tints of Gamboge #E0980C
RGB
CMYK
RGB Variations
Color information
#E0980C (or 0xE0980C) is known color: Gamboge. HEX triplet: E0, 98 and 0C. RGB value is (224,152,12). Sum of RGB (Red+Green+Blue) = 224+152+12=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E0980C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0980C is #1F67F3. Grayscale: #9E9E9E. Windows color (decimal): -2058228 or 825568. OLE color: 825568.
HSL color Cylindrical-coordinate representation of color #E0980C: hue angle of 39.62º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0980C is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 12 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.12 |
| HSL | 39.62º | 0.9% | 0.46% | - |
| HSV(B) | 39.62º | 0.95% | 0.88% | - |
| XYZ | 42.04 | 38.33 | 5.53 | - |
| YUV | 157.57 | 45.85 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 12 | 0 | 0.32 | 0.95 | 0.12 | 39.62 | 0.9 | 0.46 |
| Hex | E0 | 98 | C | 0 | 20 | 5F | C | 28 | 5A | 2E |
| Octal | 340 | 230 | 14 | 0 | 40 | 137 | 14 | 50 | 132 | 56 |
| Binary | 11100000 | 10011000 | 1100 | 0 | 100000 | 1011111 | 1100 | 101000 | 1011010 | 101110 |
Color Harmonies of #E0980C
Complementary color
Monochromatic Colors of #E0980C
Black with #E0980C
Text Example
Text Example
White with #E0980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0980C; }
p { color: rgb(224,152,12); }
H1.HeaderClassName
{
color: #E0980C;
}
.AnyTagClassName
{
color: #E0980C;
}
</style>
background-color css
<style>
a { background-color: #E0980C; }
a { background-color: rgb(224,152,12); }
div.DivClassName
{
background-color: #E0980C;
}
.BgClassName
{
background-color: #E0980C;
}
</style>
border-color css
<style>
span { border-color: #E0980C; }
span { border-color: rgb(224,152,12); }
td.TdClassName
{
border-color: #E0980C;
}
.TagClassName
{
border-color: #E0980C;
}
</style>