Shades of Gamboge #E18F03
Tints of Gamboge #E18F03
RGB
CMYK
RGB Variations
Color information
#E18F03 (or 0xE18F03) is known color: Gamboge. HEX triplet: E1, 8F and 03. RGB value is (225,143,3). Sum of RGB (Red+Green+Blue) = 225+143+3=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18F03 is #1E70FC. Grayscale: #989898. Windows color (decimal): -1995005 or 233441. OLE color: 233441.
HSL color Cylindrical-coordinate representation of color #E18F03: hue angle of 37.84º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E18F03 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 3 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.12 |
| HSL | 37.84º | 0.97% | 0.45% | - |
| HSV(B) | 37.84º | 0.99% | 0.88% | - |
| XYZ | 40.89 | 35.66 | 4.81 | - |
| YUV | 151.56 | 44.17 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 3 | 0 | 0.36 | 0.99 | 0.12 | 37.84 | 0.97 | 0.45 |
| Hex | E1 | 8F | 3 | 0 | 24 | 63 | C | 26 | 61 | 2D |
| Octal | 341 | 217 | 3 | 0 | 44 | 143 | 14 | 46 | 141 | 55 |
| Binary | 11100001 | 10001111 | 11 | 0 | 100100 | 1100011 | 1100 | 100110 | 1100001 | 101101 |
Color Harmonies of #E18F03
Complementary color
Monochromatic Colors of #E18F03
Black with #E18F03
Text Example
Text Example
White with #E18F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F03; }
p { color: rgb(225,143,3); }
H1.HeaderClassName
{
color: #E18F03;
}
.AnyTagClassName
{
color: #E18F03;
}
</style>
background-color css
<style>
a { background-color: #E18F03; }
a { background-color: rgb(225,143,3); }
div.DivClassName
{
background-color: #E18F03;
}
.BgClassName
{
background-color: #E18F03;
}
</style>
border-color css
<style>
span { border-color: #E18F03; }
span { border-color: rgb(225,143,3); }
td.TdClassName
{
border-color: #E18F03;
}
.TagClassName
{
border-color: #E18F03;
}
</style>