Shades of Gamboge #E09407
Tints of Gamboge #E09407
RGB
CMYK
RGB Variations
Color information
#E09407 (or 0xE09407) is known color: Gamboge. HEX triplet: E0, 94 and 07. RGB value is (224,148,7). Sum of RGB (Red+Green+Blue) = 224+148+7=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E09407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09407 is #1F6BF8. Grayscale: #9B9B9B. Windows color (decimal): -2059257 or 496864. OLE color: 496864.
HSL color Cylindrical-coordinate representation of color #E09407: hue angle of 38.99º 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 #E09407 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 7 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.12 |
| HSL | 38.99º | 0.94% | 0.45% | - |
| HSV(B) | 38.99º | 0.97% | 0.88% | - |
| XYZ | 41.37 | 37.04 | 5.17 | - |
| YUV | 154.65 | 44.68 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 7 | 0 | 0.34 | 0.97 | 0.12 | 38.99 | 0.94 | 0.45 |
| Hex | E0 | 94 | 7 | 0 | 22 | 61 | C | 27 | 5E | 2D |
| Octal | 340 | 224 | 7 | 0 | 42 | 141 | 14 | 47 | 136 | 55 |
| Binary | 11100000 | 10010100 | 111 | 0 | 100010 | 1100001 | 1100 | 100111 | 1011110 | 101101 |
Color Harmonies of #E09407
Complementary color
Monochromatic Colors of #E09407
Black with #E09407
Text Example
Text Example
White with #E09407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09407; }
p { color: rgb(224,148,7); }
H1.HeaderClassName
{
color: #E09407;
}
.AnyTagClassName
{
color: #E09407;
}
</style>
background-color css
<style>
a { background-color: #E09407; }
a { background-color: rgb(224,148,7); }
div.DivClassName
{
background-color: #E09407;
}
.BgClassName
{
background-color: #E09407;
}
</style>
border-color css
<style>
span { border-color: #E09407; }
span { border-color: rgb(224,148,7); }
td.TdClassName
{
border-color: #E09407;
}
.TagClassName
{
border-color: #E09407;
}
</style>