Shades of Gamboge #E09619
Tints of Gamboge #E09619
RGB
CMYK
RGB Variations
Color information
#E09619 (or 0xE09619) is known color: Gamboge. HEX triplet: E0, 96 and 19. RGB value is (224,150,25). Sum of RGB (Red+Green+Blue) = 224+150+25=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E09619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09619 is #1F69E6. Grayscale: #9E9E9E. Windows color (decimal): -2058727 or 1677024. OLE color: 1677024.
HSL color Cylindrical-coordinate representation of color #E09619: hue angle of 37.69º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E09619 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 25 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.12 |
| HSL | 37.69º | 0.8% | 0.49% | - |
| HSV(B) | 37.69º | 0.89% | 0.88% | - |
| XYZ | 41.82 | 37.73 | 6 | - |
| YUV | 157.88 | 53.02 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 25 | 0 | 0.33 | 0.89 | 0.12 | 37.69 | 0.8 | 0.49 |
| Hex | E0 | 96 | 19 | 0 | 21 | 59 | C | 26 | 50 | 31 |
| Octal | 340 | 226 | 31 | 0 | 41 | 131 | 14 | 46 | 120 | 61 |
| Binary | 11100000 | 10010110 | 11001 | 0 | 100001 | 1011001 | 1100 | 100110 | 1010000 | 110001 |
Color Harmonies of #E09619
Complementary color
Monochromatic Colors of #E09619
Black with #E09619
Text Example
Text Example
White with #E09619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09619; }
p { color: rgb(224,150,25); }
H1.HeaderClassName
{
color: #E09619;
}
.AnyTagClassName
{
color: #E09619;
}
</style>
background-color css
<style>
a { background-color: #E09619; }
a { background-color: rgb(224,150,25); }
div.DivClassName
{
background-color: #E09619;
}
.BgClassName
{
background-color: #E09619;
}
</style>
border-color css
<style>
span { border-color: #E09619; }
span { border-color: rgb(224,150,25); }
td.TdClassName
{
border-color: #E09619;
}
.TagClassName
{
border-color: #E09619;
}
</style>