Shades of Gamboge #E59302
Tints of Gamboge #E59302
RGB
CMYK
RGB Variations
Color information
#E59302 (or 0xE59302) is known color: Gamboge. HEX triplet: E5, 93 and 02. RGB value is (229,147,2). Sum of RGB (Red+Green+Blue) = 229+147+2=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E59302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E59302 is #1A6CFD. Grayscale: #9B9B9B. Windows color (decimal): -1731838 or 168933. OLE color: 168933.
HSL color Cylindrical-coordinate representation of color #E59302: hue angle of 38.33º 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 #E59302 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 147 | 2 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.10 |
| HSL | 38.33º | 0.98% | 0.45% | - |
| HSV(B) | 38.33º | 0.99% | 0.9% | - |
| XYZ | 42.76 | 37.53 | 5.05 | - |
| YUV | 154.99 | 41.67 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 147 | 2 | 0 | 0.36 | 0.99 | 0.10 | 38.33 | 0.98 | 0.45 |
| Hex | E5 | 93 | 2 | 0 | 24 | 63 | A | 26 | 62 | 2D |
| Octal | 345 | 223 | 2 | 0 | 44 | 143 | 12 | 46 | 142 | 55 |
| Binary | 11100101 | 10010011 | 10 | 0 | 100100 | 1100011 | 1010 | 100110 | 1100010 | 101101 |
Color Harmonies of #E59302
Complementary color
Monochromatic Colors of #E59302
Black with #E59302
Text Example
Text Example
White with #E59302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59302; }
p { color: rgb(229,147,2); }
H1.HeaderClassName
{
color: #E59302;
}
.AnyTagClassName
{
color: #E59302;
}
</style>
background-color css
<style>
a { background-color: #E59302; }
a { background-color: rgb(229,147,2); }
div.DivClassName
{
background-color: #E59302;
}
.BgClassName
{
background-color: #E59302;
}
</style>
border-color css
<style>
span { border-color: #E59302; }
span { border-color: rgb(229,147,2); }
td.TdClassName
{
border-color: #E59302;
}
.TagClassName
{
border-color: #E59302;
}
</style>