Shades of Gamboge #E08F0A
Tints of Gamboge #E08F0A
RGB
CMYK
RGB Variations
Color information
#E08F0A (or 0xE08F0A) is known color: Gamboge. HEX triplet: E0, 8F and 0A. RGB value is (224,143,10). Sum of RGB (Red+Green+Blue) = 224+143+10=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 10 (4.30% from 255 or 2.65% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08F0A is #1F70F5. Grayscale: #989898. Windows color (decimal): -2060534 or 692192. OLE color: 692192.
HSL color Cylindrical-coordinate representation of color #E08F0A: hue angle of 37.29º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E08F0A is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 10 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.12 |
| HSL | 37.29º | 0.91% | 0.46% | - |
| HSV(B) | 37.29º | 0.96% | 0.88% | - |
| XYZ | 40.62 | 35.51 | 5 | - |
| YUV | 152.06 | 47.84 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 10 | 0 | 0.36 | 0.96 | 0.12 | 37.29 | 0.91 | 0.46 |
| Hex | E0 | 8F | A | 0 | 24 | 60 | C | 25 | 5B | 2E |
| Octal | 340 | 217 | 12 | 0 | 44 | 140 | 14 | 45 | 133 | 56 |
| Binary | 11100000 | 10001111 | 1010 | 0 | 100100 | 1100000 | 1100 | 100101 | 1011011 | 101110 |
Color Harmonies of #E08F0A
Complementary color
Monochromatic Colors of #E08F0A
Black with #E08F0A
Text Example
Text Example
White with #E08F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08F0A; }
p { color: rgb(224,143,10); }
H1.HeaderClassName
{
color: #E08F0A;
}
.AnyTagClassName
{
color: #E08F0A;
}
</style>
background-color css
<style>
a { background-color: #E08F0A; }
a { background-color: rgb(224,143,10); }
div.DivClassName
{
background-color: #E08F0A;
}
.BgClassName
{
background-color: #E08F0A;
}
</style>
border-color css
<style>
span { border-color: #E08F0A; }
span { border-color: rgb(224,143,10); }
td.TdClassName
{
border-color: #E08F0A;
}
.TagClassName
{
border-color: #E08F0A;
}
</style>