Shades of Gamboge #E19D07
Tints of Gamboge #E19D07
RGB
CMYK
RGB Variations
Color information
#E19D07 (or 0xE19D07) is known color: Gamboge. HEX triplet: E1, 9D and 07. RGB value is (225,157,7). Sum of RGB (Red+Green+Blue) = 225+157+7=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 7 (3.12% from 255 or 1.80% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19D07 is #1E62F8. Grayscale: #A0A0A0. Windows color (decimal): -1991417 or 499169. OLE color: 499169.
HSL color Cylindrical-coordinate representation of color #E19D07: hue angle of 41.28º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E19D07 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 157 | 7 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.12 |
| HSL | 41.28º | 0.94% | 0.45% | - |
| HSV(B) | 41.28º | 0.97% | 0.88% | - |
| XYZ | 43.15 | 40.14 | 5.67 | - |
| YUV | 160.23 | 41.53 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 157 | 7 | 0 | 0.30 | 0.97 | 0.12 | 41.28 | 0.94 | 0.45 |
| Hex | E1 | 9D | 7 | 0 | 1E | 61 | C | 29 | 5E | 2D |
| Octal | 341 | 235 | 7 | 0 | 36 | 141 | 14 | 51 | 136 | 55 |
| Binary | 11100001 | 10011101 | 111 | 0 | 11110 | 1100001 | 1100 | 101001 | 1011110 | 101101 |
Color Harmonies of #E19D07
Complementary color
Monochromatic Colors of #E19D07
Black with #E19D07
Text Example
Text Example
White with #E19D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19D07; }
p { color: rgb(225,157,7); }
H1.HeaderClassName
{
color: #E19D07;
}
.AnyTagClassName
{
color: #E19D07;
}
</style>
background-color css
<style>
a { background-color: #E19D07; }
a { background-color: rgb(225,157,7); }
div.DivClassName
{
background-color: #E19D07;
}
.BgClassName
{
background-color: #E19D07;
}
</style>
border-color css
<style>
span { border-color: #E19D07; }
span { border-color: rgb(225,157,7); }
td.TdClassName
{
border-color: #E19D07;
}
.TagClassName
{
border-color: #E19D07;
}
</style>