Shades of Gamboge #E09315
Tints of Gamboge #E09315
RGB
CMYK
RGB Variations
Color information
#E09315 (or 0xE09315) is known color: Gamboge. HEX triplet: E0, 93 and 15. RGB value is (224,147,21). Sum of RGB (Red+Green+Blue) = 224+147+21=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E09315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09315 is #1F6CEA. Grayscale: #9C9C9C. Windows color (decimal): -2059499 or 1414112. OLE color: 1414112.
HSL color Cylindrical-coordinate representation of color #E09315: hue angle of 37.24º 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 #E09315 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 21 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.12 |
| HSL | 37.24º | 0.83% | 0.48% | - |
| HSV(B) | 37.24º | 0.91% | 0.88% | - |
| XYZ | 41.31 | 36.77 | 5.63 | - |
| YUV | 155.66 | 52.01 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 21 | 0 | 0.34 | 0.91 | 0.12 | 37.24 | 0.83 | 0.48 |
| Hex | E0 | 93 | 15 | 0 | 22 | 5B | C | 25 | 53 | 30 |
| Octal | 340 | 223 | 25 | 0 | 42 | 133 | 14 | 45 | 123 | 60 |
| Binary | 11100000 | 10010011 | 10101 | 0 | 100010 | 1011011 | 1100 | 100101 | 1010011 | 110000 |
Color Harmonies of #E09315
Complementary color
Monochromatic Colors of #E09315
Black with #E09315
Text Example
Text Example
White with #E09315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09315; }
p { color: rgb(224,147,21); }
H1.HeaderClassName
{
color: #E09315;
}
.AnyTagClassName
{
color: #E09315;
}
</style>
background-color css
<style>
a { background-color: #E09315; }
a { background-color: rgb(224,147,21); }
div.DivClassName
{
background-color: #E09315;
}
.BgClassName
{
background-color: #E09315;
}
</style>
border-color css
<style>
span { border-color: #E09315; }
span { border-color: rgb(224,147,21); }
td.TdClassName
{
border-color: #E09315;
}
.TagClassName
{
border-color: #E09315;
}
</style>