Shades of Gamboge #E18F16
Tints of Gamboge #E18F16
RGB
CMYK
RGB Variations
Color information
#E18F16 (or 0xE18F16) is known color: Gamboge. HEX triplet: E1, 8F and 16. RGB value is (225,143,22). Sum of RGB (Red+Green+Blue) = 225+143+22=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18F16 is #1E70E9. Grayscale: #9A9A9A. Windows color (decimal): -1994986 or 1478625. OLE color: 1478625.
HSL color Cylindrical-coordinate representation of color #E18F16: hue angle of 35.76º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E18F16 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 22 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.12 |
| HSL | 35.76º | 0.82% | 0.48% | - |
| HSV(B) | 35.76º | 0.9% | 0.88% | - |
| XYZ | 41.02 | 35.71 | 5.49 | - |
| YUV | 153.72 | 53.67 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 22 | 0 | 0.36 | 0.90 | 0.12 | 35.76 | 0.82 | 0.48 |
| Hex | E1 | 8F | 16 | 0 | 24 | 5A | C | 24 | 52 | 30 |
| Octal | 341 | 217 | 26 | 0 | 44 | 132 | 14 | 44 | 122 | 60 |
| Binary | 11100001 | 10001111 | 10110 | 0 | 100100 | 1011010 | 1100 | 100100 | 1010010 | 110000 |
Color Harmonies of #E18F16
Complementary color
Monochromatic Colors of #E18F16
Black with #E18F16
Text Example
Text Example
White with #E18F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F16; }
p { color: rgb(225,143,22); }
H1.HeaderClassName
{
color: #E18F16;
}
.AnyTagClassName
{
color: #E18F16;
}
</style>
background-color css
<style>
a { background-color: #E18F16; }
a { background-color: rgb(225,143,22); }
div.DivClassName
{
background-color: #E18F16;
}
.BgClassName
{
background-color: #E18F16;
}
</style>
border-color css
<style>
span { border-color: #E18F16; }
span { border-color: rgb(225,143,22); }
td.TdClassName
{
border-color: #E18F16;
}
.TagClassName
{
border-color: #E18F16;
}
</style>