Shades of Gamboge #E28E03
Tints of Gamboge #E28E03
RGB
CMYK
RGB Variations
Color information
#E28E03 (or 0xE28E03) is known color: Gamboge. HEX triplet: E2, 8E and 03. RGB value is (226,142,3). Sum of RGB (Red+Green+Blue) = 226+142+3=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E28E03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28E03 is #1D71FC. Grayscale: #979797. Windows color (decimal): -1929725 or 233186. OLE color: 233186.
HSL color Cylindrical-coordinate representation of color #E28E03: hue angle of 37.4º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E28E03 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 142 | 3 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.11 |
| HSL | 37.4º | 0.97% | 0.45% | - |
| HSV(B) | 37.4º | 0.99% | 0.89% | - |
| XYZ | 41.05 | 35.52 | 4.78 | - |
| YUV | 151.27 | 44.33 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 3 | 0 | 0.37 | 0.99 | 0.11 | 37.4 | 0.97 | 0.45 |
| Hex | E2 | 8E | 3 | 0 | 25 | 63 | B | 25 | 61 | 2D |
| Octal | 342 | 216 | 3 | 0 | 45 | 143 | 13 | 45 | 141 | 55 |
| Binary | 11100010 | 10001110 | 11 | 0 | 100101 | 1100011 | 1011 | 100101 | 1100001 | 101101 |
Color Harmonies of #E28E03
Complementary color
Monochromatic Colors of #E28E03
Black with #E28E03
Text Example
Text Example
White with #E28E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28E03; }
p { color: rgb(226,142,3); }
H1.HeaderClassName
{
color: #E28E03;
}
.AnyTagClassName
{
color: #E28E03;
}
</style>
background-color css
<style>
a { background-color: #E28E03; }
a { background-color: rgb(226,142,3); }
div.DivClassName
{
background-color: #E28E03;
}
.BgClassName
{
background-color: #E28E03;
}
</style>
border-color css
<style>
span { border-color: #E28E03; }
span { border-color: rgb(226,142,3); }
td.TdClassName
{
border-color: #E28E03;
}
.TagClassName
{
border-color: #E28E03;
}
</style>