Shades of Gamboge #E08912
Tints of Gamboge #E08912
RGB
CMYK
RGB Variations
Color information
#E08912 (or 0xE08912) is known color: Gamboge. HEX triplet: E0, 89 and 12. RGB value is (224,137,18). Sum of RGB (Red+Green+Blue) = 224+137+18=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E08912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08912 is #1F76ED. Grayscale: #969696. Windows color (decimal): -2062062 or 1214944. OLE color: 1214944.
HSL color Cylindrical-coordinate representation of color #E08912: hue angle of 34.66º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E08912 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 137 | 18 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.12 |
| HSL | 34.66º | 0.85% | 0.47% | - |
| HSV(B) | 34.66º | 0.92% | 0.88% | - |
| XYZ | 39.8 | 33.78 | 5 | - |
| YUV | 149.45 | 53.82 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 137 | 18 | 0 | 0.39 | 0.92 | 0.12 | 34.66 | 0.85 | 0.47 |
| Hex | E0 | 89 | 12 | 0 | 27 | 5C | C | 23 | 55 | 2F |
| Octal | 340 | 211 | 22 | 0 | 47 | 134 | 14 | 43 | 125 | 57 |
| Binary | 11100000 | 10001001 | 10010 | 0 | 100111 | 1011100 | 1100 | 100011 | 1010101 | 101111 |
Color Harmonies of #E08912
Complementary color
Monochromatic Colors of #E08912
Black with #E08912
Text Example
Text Example
White with #E08912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08912; }
p { color: rgb(224,137,18); }
H1.HeaderClassName
{
color: #E08912;
}
.AnyTagClassName
{
color: #E08912;
}
</style>
background-color css
<style>
a { background-color: #E08912; }
a { background-color: rgb(224,137,18); }
div.DivClassName
{
background-color: #E08912;
}
.BgClassName
{
background-color: #E08912;
}
</style>
border-color css
<style>
span { border-color: #E08912; }
span { border-color: rgb(224,137,18); }
td.TdClassName
{
border-color: #E08912;
}
.TagClassName
{
border-color: #E08912;
}
</style>