Shades of Gamboge #E59502
Tints of Gamboge #E59502
RGB
CMYK
RGB Variations
Color information
#E59502 (or 0xE59502) is known color: Gamboge. HEX triplet: E5, 95 and 02. RGB value is (229,149,2). Sum of RGB (Red+Green+Blue) = 229+149+2=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E59502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59502 is #1A6AFD. Grayscale: #9C9C9C. Windows color (decimal): -1731326 or 169445. OLE color: 169445.
HSL color Cylindrical-coordinate representation of color #E59502: hue angle of 38.85º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E59502 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.10 |
| HSL | 38.85º | 0.98% | 0.45% | - |
| HSV(B) | 38.85º | 0.99% | 0.9% | - |
| XYZ | 43.07 | 38.16 | 5.15 | - |
| YUV | 156.16 | 41 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 2 | 0 | 0.35 | 0.99 | 0.10 | 38.85 | 0.98 | 0.45 |
| Hex | E5 | 95 | 2 | 0 | 23 | 63 | A | 27 | 62 | 2D |
| Octal | 345 | 225 | 2 | 0 | 43 | 143 | 12 | 47 | 142 | 55 |
| Binary | 11100101 | 10010101 | 10 | 0 | 100011 | 1100011 | 1010 | 100111 | 1100010 | 101101 |
Color Harmonies of #E59502
Complementary color
Monochromatic Colors of #E59502
Black with #E59502
Text Example
Text Example
White with #E59502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59502; }
p { color: rgb(229,149,2); }
H1.HeaderClassName
{
color: #E59502;
}
.AnyTagClassName
{
color: #E59502;
}
</style>
background-color css
<style>
a { background-color: #E59502; }
a { background-color: rgb(229,149,2); }
div.DivClassName
{
background-color: #E59502;
}
.BgClassName
{
background-color: #E59502;
}
</style>
border-color css
<style>
span { border-color: #E59502; }
span { border-color: rgb(229,149,2); }
td.TdClassName
{
border-color: #E59502;
}
.TagClassName
{
border-color: #E59502;
}
</style>