Shades of Gamboge #E19400
Tints of Gamboge #E19400
RGB
CMYK
RGB Variations
Color information
#E19400 (or 0xE19400) is known color: Gamboge. HEX triplet: E1, 94 and 00. RGB value is (225,148,0). Sum of RGB (Red+Green+Blue) = 225+148+0=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E19400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19400 is #1E6BFF. Grayscale: #9A9A9A. Windows color (decimal): -1993728 or 38113. OLE color: 38113.
HSL color Cylindrical-coordinate representation of color #E19400: hue angle of 39.47º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E19400 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.12 |
| HSL | 39.47º | 1% | 0.44% | - |
| HSV(B) | 39.47º | 1% | 0.88% | - |
| XYZ | 41.64 | 37.19 | 4.98 | - |
| YUV | 154.15 | 41.01 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 0 | 0 | 0.34 | 1 | 0.12 | 39.47 | 1 | 0.44 |
| Hex | E1 | 94 | 0 | 0 | 22 | 64 | C | 27 | 64 | 2C |
| Octal | 341 | 224 | 0 | 0 | 42 | 144 | 14 | 47 | 144 | 54 |
| Binary | 11100001 | 10010100 | 0 | 0 | 100010 | 1100100 | 1100 | 100111 | 1100100 | 101100 |
Color Harmonies of #E19400
Complementary color
Monochromatic Colors of #E19400
Black with #E19400
Text Example
Text Example
White with #E19400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19400; }
p { color: rgb(225,148,0); }
H1.HeaderClassName
{
color: #E19400;
}
.AnyTagClassName
{
color: #E19400;
}
</style>
background-color css
<style>
a { background-color: #E19400; }
a { background-color: rgb(225,148,0); }
div.DivClassName
{
background-color: #E19400;
}
.BgClassName
{
background-color: #E19400;
}
</style>
border-color css
<style>
span { border-color: #E19400; }
span { border-color: rgb(225,148,0); }
td.TdClassName
{
border-color: #E19400;
}
.TagClassName
{
border-color: #E19400;
}
</style>