Shades of Gamboge #E09C05
Tints of Gamboge #E09C05
RGB
CMYK
RGB Variations
Color information
#E09C05 (or 0xE09C05) is known color: Gamboge. HEX triplet: E0, 9C and 05. RGB value is (224,156,5). Sum of RGB (Red+Green+Blue) = 224+156+5=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09C05 is #1F63FA. Grayscale: #9F9F9F. Windows color (decimal): -2057211 or 367840. OLE color: 367840.
HSL color Cylindrical-coordinate representation of color #E09C05: hue angle of 41.37º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E09C05 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 5 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.12 |
| HSL | 41.37º | 0.96% | 0.45% | - |
| HSV(B) | 41.37º | 0.98% | 0.88% | - |
| XYZ | 42.66 | 39.64 | 5.55 | - |
| YUV | 159.12 | 41.03 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 5 | 0 | 0.30 | 0.98 | 0.12 | 41.37 | 0.96 | 0.45 |
| Hex | E0 | 9C | 5 | 0 | 1E | 62 | C | 29 | 60 | 2D |
| Octal | 340 | 234 | 5 | 0 | 36 | 142 | 14 | 51 | 140 | 55 |
| Binary | 11100000 | 10011100 | 101 | 0 | 11110 | 1100010 | 1100 | 101001 | 1100000 | 101101 |
Color Harmonies of #E09C05
Complementary color
Monochromatic Colors of #E09C05
Black with #E09C05
Text Example
Text Example
White with #E09C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09C05; }
p { color: rgb(224,156,5); }
H1.HeaderClassName
{
color: #E09C05;
}
.AnyTagClassName
{
color: #E09C05;
}
</style>
background-color css
<style>
a { background-color: #E09C05; }
a { background-color: rgb(224,156,5); }
div.DivClassName
{
background-color: #E09C05;
}
.BgClassName
{
background-color: #E09C05;
}
</style>
border-color css
<style>
span { border-color: #E09C05; }
span { border-color: rgb(224,156,5); }
td.TdClassName
{
border-color: #E09C05;
}
.TagClassName
{
border-color: #E09C05;
}
</style>