Shades of Gamboge #E08D03
Tints of Gamboge #E08D03
RGB
CMYK
RGB Variations
Color information
#E08D03 (or 0xE08D03) is known color: Gamboge. HEX triplet: E0, 8D and 03. RGB value is (224,141,3). Sum of RGB (Red+Green+Blue) = 224+141+3=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08D03 is #1F72FC. Grayscale: #969696. Windows color (decimal): -2061053 or 232928. OLE color: 232928.
HSL color Cylindrical-coordinate representation of color #E08D03: hue angle of 37.47º 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 #E08D03 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 3 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.12 |
| HSL | 37.47º | 0.97% | 0.45% | - |
| HSV(B) | 37.47º | 0.99% | 0.88% | - |
| XYZ | 40.28 | 34.9 | 4.7 | - |
| YUV | 150.09 | 45 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 3 | 0 | 0.37 | 0.99 | 0.12 | 37.47 | 0.97 | 0.45 |
| Hex | E0 | 8D | 3 | 0 | 25 | 63 | C | 25 | 61 | 2D |
| Octal | 340 | 215 | 3 | 0 | 45 | 143 | 14 | 45 | 141 | 55 |
| Binary | 11100000 | 10001101 | 11 | 0 | 100101 | 1100011 | 1100 | 100101 | 1100001 | 101101 |
Color Harmonies of #E08D03
Complementary color
Monochromatic Colors of #E08D03
Black with #E08D03
Text Example
Text Example
White with #E08D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08D03; }
p { color: rgb(224,141,3); }
H1.HeaderClassName
{
color: #E08D03;
}
.AnyTagClassName
{
color: #E08D03;
}
</style>
background-color css
<style>
a { background-color: #E08D03; }
a { background-color: rgb(224,141,3); }
div.DivClassName
{
background-color: #E08D03;
}
.BgClassName
{
background-color: #E08D03;
}
</style>
border-color css
<style>
span { border-color: #E08D03; }
span { border-color: rgb(224,141,3); }
td.TdClassName
{
border-color: #E08D03;
}
.TagClassName
{
border-color: #E08D03;
}
</style>