Shades of Gamboge #E08F11
Tints of Gamboge #E08F11
RGB
CMYK
RGB Variations
Color information
#E08F11 (or 0xE08F11) is known color: Gamboge. HEX triplet: E0, 8F and 11. RGB value is (224,143,17). Sum of RGB (Red+Green+Blue) = 224+143+17=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08F11 is #1F70EE. Grayscale: #999999. Windows color (decimal): -2060527 or 1150944. OLE color: 1150944.
HSL color Cylindrical-coordinate representation of color #E08F11: hue angle of 36.52º degrees, saturation: 0.86, 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 #E08F11 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 17 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.12 |
| HSL | 36.52º | 0.86% | 0.47% | - |
| HSV(B) | 36.52º | 0.92% | 0.88% | - |
| XYZ | 40.66 | 35.53 | 5.25 | - |
| YUV | 152.86 | 51.34 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 17 | 0 | 0.36 | 0.92 | 0.12 | 36.52 | 0.86 | 0.47 |
| Hex | E0 | 8F | 11 | 0 | 24 | 5C | C | 25 | 56 | 2F |
| Octal | 340 | 217 | 21 | 0 | 44 | 134 | 14 | 45 | 126 | 57 |
| Binary | 11100000 | 10001111 | 10001 | 0 | 100100 | 1011100 | 1100 | 100101 | 1010110 | 101111 |
Color Harmonies of #E08F11
Complementary color
Monochromatic Colors of #E08F11
Black with #E08F11
Text Example
Text Example
White with #E08F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08F11; }
p { color: rgb(224,143,17); }
H1.HeaderClassName
{
color: #E08F11;
}
.AnyTagClassName
{
color: #E08F11;
}
</style>
background-color css
<style>
a { background-color: #E08F11; }
a { background-color: rgb(224,143,17); }
div.DivClassName
{
background-color: #E08F11;
}
.BgClassName
{
background-color: #E08F11;
}
</style>
border-color css
<style>
span { border-color: #E08F11; }
span { border-color: rgb(224,143,17); }
td.TdClassName
{
border-color: #E08F11;
}
.TagClassName
{
border-color: #E08F11;
}
</style>