Shades of Gamboge #E08F00
Tints of Gamboge #E08F00
RGB
CMYK
RGB Variations
Color information
#E08F00 (or 0xE08F00) is known color: Gamboge. HEX triplet: E0, 8F and 00. RGB value is (224,143,0). Sum of RGB (Red+Green+Blue) = 224+143+0=367 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.04% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08F00 is #1F70FF. Grayscale: #979797. Windows color (decimal): -2060544 or 36832. OLE color: 36832.
HSL color Cylindrical-coordinate representation of color #E08F00: hue angle of 38.3º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E08F00 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.12 |
| HSL | 38.3º | 1% | 0.44% | - |
| HSV(B) | 38.3º | 1% | 0.88% | - |
| XYZ | 40.56 | 35.49 | 4.71 | - |
| YUV | 150.92 | 42.84 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 0 | 0 | 0.36 | 1 | 0.12 | 38.3 | 1 | 0.44 |
| Hex | E0 | 8F | 0 | 0 | 24 | 64 | C | 26 | 64 | 2C |
| Octal | 340 | 217 | 0 | 0 | 44 | 144 | 14 | 46 | 144 | 54 |
| Binary | 11100000 | 10001111 | 0 | 0 | 100100 | 1100100 | 1100 | 100110 | 1100100 | 101100 |
Color Harmonies of #E08F00
Complementary color
Monochromatic Colors of #E08F00
Black with #E08F00
Text Example
Text Example
White with #E08F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08F00; }
p { color: rgb(224,143,0); }
H1.HeaderClassName
{
color: #E08F00;
}
.AnyTagClassName
{
color: #E08F00;
}
</style>
background-color css
<style>
a { background-color: #E08F00; }
a { background-color: rgb(224,143,0); }
div.DivClassName
{
background-color: #E08F00;
}
.BgClassName
{
background-color: #E08F00;
}
</style>
border-color css
<style>
span { border-color: #E08F00; }
span { border-color: rgb(224,143,0); }
td.TdClassName
{
border-color: #E08F00;
}
.TagClassName
{
border-color: #E08F00;
}
</style>