Shades of Gamboge #E09215
Tints of Gamboge #E09215
RGB
CMYK
RGB Variations
Color information
#E09215 (or 0xE09215) is known color: Gamboge. HEX triplet: E0, 92 and 15. RGB value is (224,146,21). Sum of RGB (Red+Green+Blue) = 224+146+21=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E09215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09215 is #1F6DEA. Grayscale: #9B9B9B. Windows color (decimal): -2059755 or 1413856. OLE color: 1413856.
HSL color Cylindrical-coordinate representation of color #E09215: hue angle of 36.95º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E09215 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 21 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.12 |
| HSL | 36.95º | 0.83% | 0.48% | - |
| HSV(B) | 36.95º | 0.91% | 0.88% | - |
| XYZ | 41.15 | 36.46 | 5.58 | - |
| YUV | 155.07 | 52.34 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 21 | 0 | 0.35 | 0.91 | 0.12 | 36.95 | 0.83 | 0.48 |
| Hex | E0 | 92 | 15 | 0 | 23 | 5B | C | 25 | 53 | 30 |
| Octal | 340 | 222 | 25 | 0 | 43 | 133 | 14 | 45 | 123 | 60 |
| Binary | 11100000 | 10010010 | 10101 | 0 | 100011 | 1011011 | 1100 | 100101 | 1010011 | 110000 |
Color Harmonies of #E09215
Complementary color
Monochromatic Colors of #E09215
Black with #E09215
Text Example
Text Example
White with #E09215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09215; }
p { color: rgb(224,146,21); }
H1.HeaderClassName
{
color: #E09215;
}
.AnyTagClassName
{
color: #E09215;
}
</style>
background-color css
<style>
a { background-color: #E09215; }
a { background-color: rgb(224,146,21); }
div.DivClassName
{
background-color: #E09215;
}
.BgClassName
{
background-color: #E09215;
}
</style>
border-color css
<style>
span { border-color: #E09215; }
span { border-color: rgb(224,146,21); }
td.TdClassName
{
border-color: #E09215;
}
.TagClassName
{
border-color: #E09215;
}
</style>