Shades of Gamboge #E19C0B
Tints of Gamboge #E19C0B
RGB
CMYK
RGB Variations
Color information
#E19C0B (or 0xE19C0B) is known color: Gamboge. HEX triplet: E1, 9C and 0B. RGB value is (225,156,11). Sum of RGB (Red+Green+Blue) = 225+156+11=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19C0B is #1E63F4. Grayscale: #A0A0A0. Windows color (decimal): -1991669 or 761057. OLE color: 761057.
HSL color Cylindrical-coordinate representation of color #E19C0B: hue angle of 40.65º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E19C0B is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 11 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.12 |
| HSL | 40.65º | 0.91% | 0.46% | - |
| HSV(B) | 40.65º | 0.95% | 0.88% | - |
| XYZ | 43 | 39.81 | 5.73 | - |
| YUV | 160.1 | 43.86 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 11 | 0 | 0.31 | 0.95 | 0.12 | 40.65 | 0.91 | 0.46 |
| Hex | E1 | 9C | B | 0 | 1F | 5F | C | 29 | 5B | 2E |
| Octal | 341 | 234 | 13 | 0 | 37 | 137 | 14 | 51 | 133 | 56 |
| Binary | 11100001 | 10011100 | 1011 | 0 | 11111 | 1011111 | 1100 | 101001 | 1011011 | 101110 |
Color Harmonies of #E19C0B
Complementary color
Monochromatic Colors of #E19C0B
Black with #E19C0B
Text Example
Text Example
White with #E19C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19C0B; }
p { color: rgb(225,156,11); }
H1.HeaderClassName
{
color: #E19C0B;
}
.AnyTagClassName
{
color: #E19C0B;
}
</style>
background-color css
<style>
a { background-color: #E19C0B; }
a { background-color: rgb(225,156,11); }
div.DivClassName
{
background-color: #E19C0B;
}
.BgClassName
{
background-color: #E19C0B;
}
</style>
border-color css
<style>
span { border-color: #E19C0B; }
span { border-color: rgb(225,156,11); }
td.TdClassName
{
border-color: #E19C0B;
}
.TagClassName
{
border-color: #E19C0B;
}
</style>