Shades of Gamboge #E09C01
Tints of Gamboge #E09C01
RGB
CMYK
RGB Variations
Color information
#E09C01 (or 0xE09C01) is known color: Gamboge. HEX triplet: E0, 9C and 01. RGB value is (224,156,1). Sum of RGB (Red+Green+Blue) = 224+156+1=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 1 (0.78% from 255 or 0.26% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09C01 is #1F63FE. Grayscale: #9F9F9F. Windows color (decimal): -2057215 or 105696. OLE color: 105696.
HSL color Cylindrical-coordinate representation of color #E09C01: hue angle of 41.7º 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 #E09C01 is Cyan = 0, Magento = 0.30, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 1 | - |
| CMYK | 0 | 0.30 | 1.00 | 0.12 |
| HSL | 41.7º | 0.99% | 0.44% | - |
| HSV(B) | 41.7º | 1% | 0.88% | - |
| XYZ | 42.63 | 39.63 | 5.43 | - |
| YUV | 158.66 | 39.03 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 1 | 0 | 0.30 | 1.00 | 0.12 | 41.7 | 0.99 | 0.44 |
| Hex | E0 | 9C | 1 | 0 | 1E | 64 | C | 2A | 63 | 2C |
| Octal | 340 | 234 | 1 | 0 | 36 | 144 | 14 | 52 | 143 | 54 |
| Binary | 11100000 | 10011100 | 1 | 0 | 11110 | 1100100 | 1100 | 101010 | 1100011 | 101100 |
Color Harmonies of #E09C01
Complementary color
Monochromatic Colors of #E09C01
Black with #E09C01
Text Example
Text Example
White with #E09C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09C01; }
p { color: rgb(224,156,1); }
H1.HeaderClassName
{
color: #E09C01;
}
.AnyTagClassName
{
color: #E09C01;
}
</style>
background-color css
<style>
a { background-color: #E09C01; }
a { background-color: rgb(224,156,1); }
div.DivClassName
{
background-color: #E09C01;
}
.BgClassName
{
background-color: #E09C01;
}
</style>
border-color css
<style>
span { border-color: #E09C01; }
span { border-color: rgb(224,156,1); }
td.TdClassName
{
border-color: #E09C01;
}
.TagClassName
{
border-color: #E09C01;
}
</style>