Shades of Gamboge #E18F10
Tints of Gamboge #E18F10
RGB
CMYK
RGB Variations
Color information
#E18F10 (or 0xE18F10) is known color: Gamboge. HEX triplet: E1, 8F and 10. RGB value is (225,143,16). Sum of RGB (Red+Green+Blue) = 225+143+16=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18F10 is #1E70EF. Grayscale: #999999. Windows color (decimal): -1994992 or 1085409. OLE color: 1085409.
HSL color Cylindrical-coordinate representation of color #E18F10: hue angle of 36.46º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E18F10 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 16 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.12 |
| HSL | 36.46º | 0.87% | 0.47% | - |
| HSV(B) | 36.46º | 0.93% | 0.88% | - |
| XYZ | 40.97 | 35.69 | 5.22 | - |
| YUV | 153.04 | 50.67 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 16 | 0 | 0.36 | 0.93 | 0.12 | 36.46 | 0.87 | 0.47 |
| Hex | E1 | 8F | 10 | 0 | 24 | 5D | C | 24 | 57 | 2F |
| Octal | 341 | 217 | 20 | 0 | 44 | 135 | 14 | 44 | 127 | 57 |
| Binary | 11100001 | 10001111 | 10000 | 0 | 100100 | 1011101 | 1100 | 100100 | 1010111 | 101111 |
Color Harmonies of #E18F10
Complementary color
Monochromatic Colors of #E18F10
Black with #E18F10
Text Example
Text Example
White with #E18F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F10; }
p { color: rgb(225,143,16); }
H1.HeaderClassName
{
color: #E18F10;
}
.AnyTagClassName
{
color: #E18F10;
}
</style>
background-color css
<style>
a { background-color: #E18F10; }
a { background-color: rgb(225,143,16); }
div.DivClassName
{
background-color: #E18F10;
}
.BgClassName
{
background-color: #E18F10;
}
</style>
border-color css
<style>
span { border-color: #E18F10; }
span { border-color: rgb(225,143,16); }
td.TdClassName
{
border-color: #E18F10;
}
.TagClassName
{
border-color: #E18F10;
}
</style>