Shades of Gamboge #E08A0E
Tints of Gamboge #E08A0E
RGB
CMYK
RGB Variations
Color information
#E08A0E (or 0xE08A0E) is known color: Gamboge. HEX triplet: E0, 8A and 0E. RGB value is (224,138,14). Sum of RGB (Red+Green+Blue) = 224+138+14=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08A0E is #1F75F1. Grayscale: #969696. Windows color (decimal): -2061810 or 953056. OLE color: 953056.
HSL color Cylindrical-coordinate representation of color #E08A0E: hue angle of 35.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E08A0E is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 14 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.12 |
| HSL | 35.43º | 0.88% | 0.47% | - |
| HSV(B) | 35.43º | 0.94% | 0.88% | - |
| XYZ | 39.91 | 34.06 | 4.89 | - |
| YUV | 149.58 | 51.49 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 14 | 0 | 0.38 | 0.94 | 0.12 | 35.43 | 0.88 | 0.47 |
| Hex | E0 | 8A | E | 0 | 26 | 5E | C | 23 | 58 | 2F |
| Octal | 340 | 212 | 16 | 0 | 46 | 136 | 14 | 43 | 130 | 57 |
| Binary | 11100000 | 10001010 | 1110 | 0 | 100110 | 1011110 | 1100 | 100011 | 1011000 | 101111 |
Color Harmonies of #E08A0E
Complementary color
Monochromatic Colors of #E08A0E
Black with #E08A0E
Text Example
Text Example
White with #E08A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08A0E; }
p { color: rgb(224,138,14); }
H1.HeaderClassName
{
color: #E08A0E;
}
.AnyTagClassName
{
color: #E08A0E;
}
</style>
background-color css
<style>
a { background-color: #E08A0E; }
a { background-color: rgb(224,138,14); }
div.DivClassName
{
background-color: #E08A0E;
}
.BgClassName
{
background-color: #E08A0E;
}
</style>
border-color css
<style>
span { border-color: #E08A0E; }
span { border-color: rgb(224,138,14); }
td.TdClassName
{
border-color: #E08A0E;
}
.TagClassName
{
border-color: #E08A0E;
}
</style>