Shades of Gamboge #E18F01
Tints of Gamboge #E18F01
RGB
CMYK
RGB Variations
Color information
#E18F01 (or 0xE18F01) is known color: Gamboge. HEX triplet: E1, 8F and 01. RGB value is (225,143,1). Sum of RGB (Red+Green+Blue) = 225+143+1=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18F01 is #1E70FE. Grayscale: #979797. Windows color (decimal): -1995007 or 102369. OLE color: 102369.
HSL color Cylindrical-coordinate representation of color #E18F01: hue angle of 38.04º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E18F01 is Cyan = 0, Magento = 0.36, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 1 | - |
| CMYK | 0 | 0.36 | 1.00 | 0.12 |
| HSL | 38.04º | 0.99% | 0.44% | - |
| HSV(B) | 38.04º | 1% | 0.88% | - |
| XYZ | 40.88 | 35.65 | 4.76 | - |
| YUV | 151.33 | 43.17 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 1 | 0 | 0.36 | 1.00 | 0.12 | 38.04 | 0.99 | 0.44 |
| Hex | E1 | 8F | 1 | 0 | 24 | 64 | C | 26 | 63 | 2C |
| Octal | 341 | 217 | 1 | 0 | 44 | 144 | 14 | 46 | 143 | 54 |
| Binary | 11100001 | 10001111 | 1 | 0 | 100100 | 1100100 | 1100 | 100110 | 1100011 | 101100 |
Color Harmonies of #E18F01
Complementary color
Monochromatic Colors of #E18F01
Black with #E18F01
Text Example
Text Example
White with #E18F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F01; }
p { color: rgb(225,143,1); }
H1.HeaderClassName
{
color: #E18F01;
}
.AnyTagClassName
{
color: #E18F01;
}
</style>
background-color css
<style>
a { background-color: #E18F01; }
a { background-color: rgb(225,143,1); }
div.DivClassName
{
background-color: #E18F01;
}
.BgClassName
{
background-color: #E18F01;
}
</style>
border-color css
<style>
span { border-color: #E18F01; }
span { border-color: rgb(225,143,1); }
td.TdClassName
{
border-color: #E18F01;
}
.TagClassName
{
border-color: #E18F01;
}
</style>