Shades of Gamboge #E59002
Tints of Gamboge #E59002
RGB
CMYK
RGB Variations
Color information
#E59002 (or 0xE59002) is known color: Gamboge. HEX triplet: E5, 90 and 02. RGB value is (229,144,2). Sum of RGB (Red+Green+Blue) = 229+144+2=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E59002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59002 is #1A6FFD. Grayscale: #999999. Windows color (decimal): -1732606 or 168165. OLE color: 168165.
HSL color Cylindrical-coordinate representation of color #E59002: hue angle of 37.53º 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 #E59002 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.10 |
| HSL | 37.53º | 0.98% | 0.45% | - |
| HSV(B) | 37.53º | 0.99% | 0.9% | - |
| XYZ | 42.3 | 36.61 | 4.89 | - |
| YUV | 153.23 | 42.66 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 2 | 0 | 0.37 | 0.99 | 0.10 | 37.53 | 0.98 | 0.45 |
| Hex | E5 | 90 | 2 | 0 | 25 | 63 | A | 26 | 62 | 2D |
| Octal | 345 | 220 | 2 | 0 | 45 | 143 | 12 | 46 | 142 | 55 |
| Binary | 11100101 | 10010000 | 10 | 0 | 100101 | 1100011 | 1010 | 100110 | 1100010 | 101101 |
Color Harmonies of #E59002
Complementary color
Monochromatic Colors of #E59002
Black with #E59002
Text Example
Text Example
White with #E59002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59002; }
p { color: rgb(229,144,2); }
H1.HeaderClassName
{
color: #E59002;
}
.AnyTagClassName
{
color: #E59002;
}
</style>
background-color css
<style>
a { background-color: #E59002; }
a { background-color: rgb(229,144,2); }
div.DivClassName
{
background-color: #E59002;
}
.BgClassName
{
background-color: #E59002;
}
</style>
border-color css
<style>
span { border-color: #E59002; }
span { border-color: rgb(229,144,2); }
td.TdClassName
{
border-color: #E59002;
}
.TagClassName
{
border-color: #E59002;
}
</style>