Shades of Gamboge #E09D03
Tints of Gamboge #E09D03
RGB
CMYK
RGB Variations
Color information
#E09D03 (or 0xE09D03) is known color: Gamboge. HEX triplet: E0, 9D and 03. RGB value is (224,157,3). Sum of RGB (Red+Green+Blue) = 224+157+3=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 3 (1.56% from 255 or 0.78% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09D03 is #1F62FC. Grayscale: #A0A0A0. Windows color (decimal): -2056957 or 237024. OLE color: 237024.
HSL color Cylindrical-coordinate representation of color #E09D03: hue angle of 41.81º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E09D03 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 3 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.12 |
| HSL | 41.81º | 0.97% | 0.45% | - |
| HSV(B) | 41.81º | 0.99% | 0.88% | - |
| XYZ | 42.81 | 39.97 | 5.54 | - |
| YUV | 159.48 | 39.7 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 3 | 0 | 0.30 | 0.99 | 0.12 | 41.81 | 0.97 | 0.45 |
| Hex | E0 | 9D | 3 | 0 | 1E | 63 | C | 2A | 61 | 2D |
| Octal | 340 | 235 | 3 | 0 | 36 | 143 | 14 | 52 | 141 | 55 |
| Binary | 11100000 | 10011101 | 11 | 0 | 11110 | 1100011 | 1100 | 101010 | 1100001 | 101101 |
Color Harmonies of #E09D03
Complementary color
Monochromatic Colors of #E09D03
Black with #E09D03
Text Example
Text Example
White with #E09D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09D03; }
p { color: rgb(224,157,3); }
H1.HeaderClassName
{
color: #E09D03;
}
.AnyTagClassName
{
color: #E09D03;
}
</style>
background-color css
<style>
a { background-color: #E09D03; }
a { background-color: rgb(224,157,3); }
div.DivClassName
{
background-color: #E09D03;
}
.BgClassName
{
background-color: #E09D03;
}
</style>
border-color css
<style>
span { border-color: #E09D03; }
span { border-color: rgb(224,157,3); }
td.TdClassName
{
border-color: #E09D03;
}
.TagClassName
{
border-color: #E09D03;
}
</style>