Shades of Gamboge #E09601
Tints of Gamboge #E09601
RGB
CMYK
RGB Variations
Color information
#E09601 (or 0xE09601) is known color: Gamboge. HEX triplet: E0, 96 and 01. RGB value is (224,150,1). Sum of RGB (Red+Green+Blue) = 224+150+1=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E09601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09601 is #1F69FE. Grayscale: #9B9B9B. Windows color (decimal): -2058751 or 104160. OLE color: 104160.
HSL color Cylindrical-coordinate representation of color #E09601: hue angle of 40.09º 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 #E09601 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 1 | - |
| CMYK | 0 | 0.33 | 1.00 | 0.12 |
| HSL | 40.09º | 0.99% | 0.44% | - |
| HSV(B) | 40.09º | 1% | 0.88% | - |
| XYZ | 41.65 | 37.66 | 5.1 | - |
| YUV | 155.14 | 41.02 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 1 | 0 | 0.33 | 1.00 | 0.12 | 40.09 | 0.99 | 0.44 |
| Hex | E0 | 96 | 1 | 0 | 21 | 64 | C | 28 | 63 | 2C |
| Octal | 340 | 226 | 1 | 0 | 41 | 144 | 14 | 50 | 143 | 54 |
| Binary | 11100000 | 10010110 | 1 | 0 | 100001 | 1100100 | 1100 | 101000 | 1100011 | 101100 |
Color Harmonies of #E09601
Complementary color
Monochromatic Colors of #E09601
Black with #E09601
Text Example
Text Example
White with #E09601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09601; }
p { color: rgb(224,150,1); }
H1.HeaderClassName
{
color: #E09601;
}
.AnyTagClassName
{
color: #E09601;
}
</style>
background-color css
<style>
a { background-color: #E09601; }
a { background-color: rgb(224,150,1); }
div.DivClassName
{
background-color: #E09601;
}
.BgClassName
{
background-color: #E09601;
}
</style>
border-color css
<style>
span { border-color: #E09601; }
span { border-color: rgb(224,150,1); }
td.TdClassName
{
border-color: #E09601;
}
.TagClassName
{
border-color: #E09601;
}
</style>