Shades of Gamboge #E09015
Tints of Gamboge #E09015
RGB
CMYK
RGB Variations
Color information
#E09015 (or 0xE09015) is known color: Gamboge. HEX triplet: E0, 90 and 15. RGB value is (224,144,21). Sum of RGB (Red+Green+Blue) = 224+144+21=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E09015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09015 is #1F6FEA. Grayscale: #9A9A9A. Windows color (decimal): -2060267 or 1413344. OLE color: 1413344.
HSL color Cylindrical-coordinate representation of color #E09015: hue angle of 36.35º 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 #E09015 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 21 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.12 |
| HSL | 36.35º | 0.83% | 0.48% | - |
| HSV(B) | 36.35º | 0.91% | 0.88% | - |
| XYZ | 40.85 | 35.85 | 5.48 | - |
| YUV | 153.9 | 53 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 21 | 0 | 0.36 | 0.91 | 0.12 | 36.35 | 0.83 | 0.48 |
| Hex | E0 | 90 | 15 | 0 | 24 | 5B | C | 24 | 53 | 30 |
| Octal | 340 | 220 | 25 | 0 | 44 | 133 | 14 | 44 | 123 | 60 |
| Binary | 11100000 | 10010000 | 10101 | 0 | 100100 | 1011011 | 1100 | 100100 | 1010011 | 110000 |
Color Harmonies of #E09015
Complementary color
Monochromatic Colors of #E09015
Black with #E09015
Text Example
Text Example
White with #E09015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09015; }
p { color: rgb(224,144,21); }
H1.HeaderClassName
{
color: #E09015;
}
.AnyTagClassName
{
color: #E09015;
}
</style>
background-color css
<style>
a { background-color: #E09015; }
a { background-color: rgb(224,144,21); }
div.DivClassName
{
background-color: #E09015;
}
.BgClassName
{
background-color: #E09015;
}
</style>
border-color css
<style>
span { border-color: #E09015; }
span { border-color: rgb(224,144,21); }
td.TdClassName
{
border-color: #E09015;
}
.TagClassName
{
border-color: #E09015;
}
</style>