Shades of Gamboge #E09300
Tints of Gamboge #E09300
RGB
CMYK
RGB Variations
Color information
#E09300 (or 0xE09300) is known color: Gamboge. HEX triplet: E0, 93 and 00. RGB value is (224,147,0). Sum of RGB (Red+Green+Blue) = 224+147+0=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E09300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09300 is #1F6CFF. Grayscale: #999999. Windows color (decimal): -2059520 or 37856. OLE color: 37856.
HSL color Cylindrical-coordinate representation of color #E09300: hue angle of 39.38º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E09300 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.12 |
| HSL | 39.38º | 1% | 0.44% | - |
| HSV(B) | 39.38º | 1% | 0.88% | - |
| XYZ | 41.17 | 36.71 | 4.92 | - |
| YUV | 153.27 | 41.51 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 0 | 0 | 0.34 | 1 | 0.12 | 39.38 | 1 | 0.44 |
| Hex | E0 | 93 | 0 | 0 | 22 | 64 | C | 27 | 64 | 2C |
| Octal | 340 | 223 | 0 | 0 | 42 | 144 | 14 | 47 | 144 | 54 |
| Binary | 11100000 | 10010011 | 0 | 0 | 100010 | 1100100 | 1100 | 100111 | 1100100 | 101100 |
Color Harmonies of #E09300
Complementary color
Monochromatic Colors of #E09300
Black with #E09300
Text Example
Text Example
White with #E09300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09300; }
p { color: rgb(224,147,0); }
H1.HeaderClassName
{
color: #E09300;
}
.AnyTagClassName
{
color: #E09300;
}
</style>
background-color css
<style>
a { background-color: #E09300; }
a { background-color: rgb(224,147,0); }
div.DivClassName
{
background-color: #E09300;
}
.BgClassName
{
background-color: #E09300;
}
</style>
border-color css
<style>
span { border-color: #E09300; }
span { border-color: rgb(224,147,0); }
td.TdClassName
{
border-color: #E09300;
}
.TagClassName
{
border-color: #E09300;
}
</style>