Shades of Gamboge #E59415
Tints of Gamboge #E59415
RGB
CMYK
RGB Variations
Color information
#E59415 (or 0xE59415) is known color: Gamboge. HEX triplet: E5, 94 and 15. RGB value is (229,148,21). Sum of RGB (Red+Green+Blue) = 229+148+21=398 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.54% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 229 - color contains mainly: red. Hex color #E59415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59415 is #1A6BEA. Grayscale: #9E9E9E. Windows color (decimal): -1731563 or 1414373. OLE color: 1414373.
HSL color Cylindrical-coordinate representation of color #E59415: hue angle of 36.63º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E59415 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 21 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.10 |
| HSL | 36.63º | 0.83% | 0.49% | - |
| HSV(B) | 36.63º | 0.91% | 0.9% | - |
| XYZ | 43.04 | 37.89 | 5.75 | - |
| YUV | 157.74 | 50.84 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 21 | 0 | 0.35 | 0.91 | 0.10 | 36.63 | 0.83 | 0.49 |
| Hex | E5 | 94 | 15 | 0 | 23 | 5B | A | 25 | 53 | 31 |
| Octal | 345 | 224 | 25 | 0 | 43 | 133 | 12 | 45 | 123 | 61 |
| Binary | 11100101 | 10010100 | 10101 | 0 | 100011 | 1011011 | 1010 | 100101 | 1010011 | 110001 |
Color Harmonies of #E59415
Complementary color
Monochromatic Colors of #E59415
Black with #E59415
Text Example
Text Example
White with #E59415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59415; }
p { color: rgb(229,148,21); }
H1.HeaderClassName
{
color: #E59415;
}
.AnyTagClassName
{
color: #E59415;
}
</style>
background-color css
<style>
a { background-color: #E59415; }
a { background-color: rgb(229,148,21); }
div.DivClassName
{
background-color: #E59415;
}
.BgClassName
{
background-color: #E59415;
}
</style>
border-color css
<style>
span { border-color: #E59415; }
span { border-color: rgb(229,148,21); }
td.TdClassName
{
border-color: #E59415;
}
.TagClassName
{
border-color: #E59415;
}
</style>