Shades of Gamboge #E09C0D
Tints of Gamboge #E09C0D
RGB
CMYK
RGB Variations
Color information
#E09C0D (or 0xE09C0D) is known color: Gamboge. HEX triplet: E0, 9C and 0D. RGB value is (224,156,13). Sum of RGB (Red+Green+Blue) = 224+156+13=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09C0D is #1F63F2. Grayscale: #A0A0A0. Windows color (decimal): -2057203 or 892128. OLE color: 892128.
HSL color Cylindrical-coordinate representation of color #E09C0D: hue angle of 40.66º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E09C0D is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 13 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.12 |
| HSL | 40.66º | 0.89% | 0.46% | - |
| HSV(B) | 40.66º | 0.94% | 0.88% | - |
| XYZ | 42.7 | 39.65 | 5.78 | - |
| YUV | 160.03 | 45.03 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 13 | 0 | 0.30 | 0.94 | 0.12 | 40.66 | 0.89 | 0.46 |
| Hex | E0 | 9C | D | 0 | 1E | 5E | C | 29 | 59 | 2E |
| Octal | 340 | 234 | 15 | 0 | 36 | 136 | 14 | 51 | 131 | 56 |
| Binary | 11100000 | 10011100 | 1101 | 0 | 11110 | 1011110 | 1100 | 101001 | 1011001 | 101110 |
Color Harmonies of #E09C0D
Complementary color
Monochromatic Colors of #E09C0D
Black with #E09C0D
Text Example
Text Example
White with #E09C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09C0D; }
p { color: rgb(224,156,13); }
H1.HeaderClassName
{
color: #E09C0D;
}
.AnyTagClassName
{
color: #E09C0D;
}
</style>
background-color css
<style>
a { background-color: #E09C0D; }
a { background-color: rgb(224,156,13); }
div.DivClassName
{
background-color: #E09C0D;
}
.BgClassName
{
background-color: #E09C0D;
}
</style>
border-color css
<style>
span { border-color: #E09C0D; }
span { border-color: rgb(224,156,13); }
td.TdClassName
{
border-color: #E09C0D;
}
.TagClassName
{
border-color: #E09C0D;
}
</style>