Shades of Gamboge #E09301
Tints of Gamboge #E09301
RGB
CMYK
RGB Variations
Color information
#E09301 (or 0xE09301) is known color: Gamboge. HEX triplet: E0, 93 and 01. RGB value is (224,147,1). Sum of RGB (Red+Green+Blue) = 224+147+1=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 1 (0.78% from 255 or 0.27% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E09301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09301 is #1F6CFE. Grayscale: #9A9A9A. Windows color (decimal): -2059519 or 103392. OLE color: 103392.
HSL color Cylindrical-coordinate representation of color #E09301: hue angle of 39.28º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E09301 is Cyan = 0, Magento = 0.34, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 1 | - |
| CMYK | 0 | 0.34 | 1.00 | 0.12 |
| HSL | 39.28º | 0.99% | 0.44% | - |
| HSV(B) | 39.28º | 1% | 0.88% | - |
| XYZ | 41.18 | 36.72 | 4.95 | - |
| YUV | 153.38 | 42.01 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 1 | 0 | 0.34 | 1.00 | 0.12 | 39.28 | 0.99 | 0.44 |
| Hex | E0 | 93 | 1 | 0 | 22 | 64 | C | 27 | 63 | 2C |
| Octal | 340 | 223 | 1 | 0 | 42 | 144 | 14 | 47 | 143 | 54 |
| Binary | 11100000 | 10010011 | 1 | 0 | 100010 | 1100100 | 1100 | 100111 | 1100011 | 101100 |
Color Harmonies of #E09301
Complementary color
Monochromatic Colors of #E09301
Black with #E09301
Text Example
Text Example
White with #E09301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09301; }
p { color: rgb(224,147,1); }
H1.HeaderClassName
{
color: #E09301;
}
.AnyTagClassName
{
color: #E09301;
}
</style>
background-color css
<style>
a { background-color: #E09301; }
a { background-color: rgb(224,147,1); }
div.DivClassName
{
background-color: #E09301;
}
.BgClassName
{
background-color: #E09301;
}
</style>
border-color css
<style>
span { border-color: #E09301; }
span { border-color: rgb(224,147,1); }
td.TdClassName
{
border-color: #E09301;
}
.TagClassName
{
border-color: #E09301;
}
</style>