Shades of Gamboge #E09302
Tints of Gamboge #E09302
RGB
CMYK
RGB Variations
Color information
#E09302 (or 0xE09302) is known color: Gamboge. HEX triplet: E0, 93 and 02. RGB value is (224,147,2). Sum of RGB (Red+Green+Blue) = 224+147+2=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E09302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09302 is #1F6CFD. Grayscale: #9A9A9A. Windows color (decimal): -2059518 or 168928. OLE color: 168928.
HSL color Cylindrical-coordinate representation of color #E09302: hue angle of 39.19º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E09302 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.12 |
| HSL | 39.19º | 0.98% | 0.44% | - |
| HSV(B) | 39.19º | 0.99% | 0.88% | - |
| XYZ | 41.19 | 36.72 | 4.97 | - |
| YUV | 153.49 | 42.51 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 2 | 0 | 0.34 | 0.99 | 0.12 | 39.19 | 0.98 | 0.44 |
| Hex | E0 | 93 | 2 | 0 | 22 | 63 | C | 27 | 62 | 2C |
| Octal | 340 | 223 | 2 | 0 | 42 | 143 | 14 | 47 | 142 | 54 |
| Binary | 11100000 | 10010011 | 10 | 0 | 100010 | 1100011 | 1100 | 100111 | 1100010 | 101100 |
Color Harmonies of #E09302
Complementary color
Monochromatic Colors of #E09302
Black with #E09302
Text Example
Text Example
White with #E09302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09302; }
p { color: rgb(224,147,2); }
H1.HeaderClassName
{
color: #E09302;
}
.AnyTagClassName
{
color: #E09302;
}
</style>
background-color css
<style>
a { background-color: #E09302; }
a { background-color: rgb(224,147,2); }
div.DivClassName
{
background-color: #E09302;
}
.BgClassName
{
background-color: #E09302;
}
</style>
border-color css
<style>
span { border-color: #E09302; }
span { border-color: rgb(224,147,2); }
td.TdClassName
{
border-color: #E09302;
}
.TagClassName
{
border-color: #E09302;
}
</style>