Shades of Gamboge #E08E07
Tints of Gamboge #E08E07
RGB
CMYK
RGB Variations
Color information
#E08E07 (or 0xE08E07) is known color: Gamboge. HEX triplet: E0, 8E and 07. RGB value is (224,142,7). Sum of RGB (Red+Green+Blue) = 224+142+7=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08E07 is #1F71F8. Grayscale: #979797. Windows color (decimal): -2060793 or 495328. OLE color: 495328.
HSL color Cylindrical-coordinate representation of color #E08E07: hue angle of 37.33º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E08E07 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 7 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.12 |
| HSL | 37.33º | 0.94% | 0.45% | - |
| HSV(B) | 37.33º | 0.97% | 0.88% | - |
| XYZ | 40.45 | 35.21 | 4.86 | - |
| YUV | 151.13 | 46.67 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 7 | 0 | 0.37 | 0.97 | 0.12 | 37.33 | 0.94 | 0.45 |
| Hex | E0 | 8E | 7 | 0 | 25 | 61 | C | 25 | 5E | 2D |
| Octal | 340 | 216 | 7 | 0 | 45 | 141 | 14 | 45 | 136 | 55 |
| Binary | 11100000 | 10001110 | 111 | 0 | 100101 | 1100001 | 1100 | 100101 | 1011110 | 101101 |
Color Harmonies of #E08E07
Complementary color
Monochromatic Colors of #E08E07
Black with #E08E07
Text Example
Text Example
White with #E08E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08E07; }
p { color: rgb(224,142,7); }
H1.HeaderClassName
{
color: #E08E07;
}
.AnyTagClassName
{
color: #E08E07;
}
</style>
background-color css
<style>
a { background-color: #E08E07; }
a { background-color: rgb(224,142,7); }
div.DivClassName
{
background-color: #E08E07;
}
.BgClassName
{
background-color: #E08E07;
}
</style>
border-color css
<style>
span { border-color: #E08E07; }
span { border-color: rgb(224,142,7); }
td.TdClassName
{
border-color: #E08E07;
}
.TagClassName
{
border-color: #E08E07;
}
</style>