Shades of Gamboge #E09216
Tints of Gamboge #E09216
RGB
CMYK
RGB Variations
Color information
#E09216 (or 0xE09216) is known color: Gamboge. HEX triplet: E0, 92 and 16. RGB value is (224,146,22). Sum of RGB (Red+Green+Blue) = 224+146+22=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E09216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09216 is #1F6DE9. Grayscale: #9B9B9B. Windows color (decimal): -2059754 or 1479392. OLE color: 1479392.
HSL color Cylindrical-coordinate representation of color #E09216: hue angle of 36.83º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E09216 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 22 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.12 |
| HSL | 36.83º | 0.82% | 0.48% | - |
| HSV(B) | 36.83º | 0.9% | 0.88% | - |
| XYZ | 41.16 | 36.46 | 5.63 | - |
| YUV | 155.19 | 52.84 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 22 | 0 | 0.35 | 0.90 | 0.12 | 36.83 | 0.82 | 0.48 |
| Hex | E0 | 92 | 16 | 0 | 23 | 5A | C | 25 | 52 | 30 |
| Octal | 340 | 222 | 26 | 0 | 43 | 132 | 14 | 45 | 122 | 60 |
| Binary | 11100000 | 10010010 | 10110 | 0 | 100011 | 1011010 | 1100 | 100101 | 1010010 | 110000 |
Color Harmonies of #E09216
Complementary color
Monochromatic Colors of #E09216
Black with #E09216
Text Example
Text Example
White with #E09216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09216; }
p { color: rgb(224,146,22); }
H1.HeaderClassName
{
color: #E09216;
}
.AnyTagClassName
{
color: #E09216;
}
</style>
background-color css
<style>
a { background-color: #E09216; }
a { background-color: rgb(224,146,22); }
div.DivClassName
{
background-color: #E09216;
}
.BgClassName
{
background-color: #E09216;
}
</style>
border-color css
<style>
span { border-color: #E09216; }
span { border-color: rgb(224,146,22); }
td.TdClassName
{
border-color: #E09216;
}
.TagClassName
{
border-color: #E09216;
}
</style>