Shades of Gamboge #E19D03
Tints of Gamboge #E19D03
RGB
CMYK
RGB Variations
Color information
#E19D03 (or 0xE19D03) is known color: Gamboge. HEX triplet: E1, 9D and 03. RGB value is (225,157,3). Sum of RGB (Red+Green+Blue) = 225+157+3=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 3 (1.56% from 255 or 0.78% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19D03 is #1E62FC. Grayscale: #A0A0A0. Windows color (decimal): -1991421 or 237025. OLE color: 237025.
HSL color Cylindrical-coordinate representation of color #E19D03: hue angle of 41.62º 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 #E19D03 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 157 | 3 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.12 |
| HSL | 41.62º | 0.97% | 0.45% | - |
| HSV(B) | 41.62º | 0.99% | 0.88% | - |
| XYZ | 43.12 | 40.13 | 5.56 | - |
| YUV | 159.78 | 39.53 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 157 | 3 | 0 | 0.30 | 0.99 | 0.12 | 41.62 | 0.97 | 0.45 |
| Hex | E1 | 9D | 3 | 0 | 1E | 63 | C | 2A | 61 | 2D |
| Octal | 341 | 235 | 3 | 0 | 36 | 143 | 14 | 52 | 141 | 55 |
| Binary | 11100001 | 10011101 | 11 | 0 | 11110 | 1100011 | 1100 | 101010 | 1100001 | 101101 |
Color Harmonies of #E19D03
Complementary color
Monochromatic Colors of #E19D03
Black with #E19D03
Text Example
Text Example
White with #E19D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19D03; }
p { color: rgb(225,157,3); }
H1.HeaderClassName
{
color: #E19D03;
}
.AnyTagClassName
{
color: #E19D03;
}
</style>
background-color css
<style>
a { background-color: #E19D03; }
a { background-color: rgb(225,157,3); }
div.DivClassName
{
background-color: #E19D03;
}
.BgClassName
{
background-color: #E19D03;
}
</style>
border-color css
<style>
span { border-color: #E19D03; }
span { border-color: rgb(225,157,3); }
td.TdClassName
{
border-color: #E19D03;
}
.TagClassName
{
border-color: #E19D03;
}
</style>