Shades of Gamboge #E28C0B
Tints of Gamboge #E28C0B
RGB
CMYK
RGB Variations
Color information
#E28C0B (or 0xE28C0B) is known color: Gamboge. HEX triplet: E2, 8C and 0B. RGB value is (226,140,11). Sum of RGB (Red+Green+Blue) = 226+140+11=377 (49% of max value = 765). Red value is 226 (88.67% from 255 or 59.95% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 226 - color contains mainly: red. Hex color #E28C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28C0B is #1D73F4. Grayscale: #979797. Windows color (decimal): -1930229 or 756962. OLE color: 756962.
HSL color Cylindrical-coordinate representation of color #E28C0B: hue angle of 36º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E28C0B is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 140 | 11 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.11 |
| HSL | 36º | 0.91% | 0.46% | - |
| HSV(B) | 36º | 0.95% | 0.89% | - |
| XYZ | 40.8 | 34.95 | 4.91 | - |
| YUV | 151.01 | 48.99 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 11 | 0 | 0.38 | 0.95 | 0.11 | 36 | 0.91 | 0.46 |
| Hex | E2 | 8C | B | 0 | 26 | 5F | B | 24 | 5B | 2E |
| Octal | 342 | 214 | 13 | 0 | 46 | 137 | 13 | 44 | 133 | 56 |
| Binary | 11100010 | 10001100 | 1011 | 0 | 100110 | 1011111 | 1011 | 100100 | 1011011 | 101110 |
Color Harmonies of #E28C0B
Complementary color
Monochromatic Colors of #E28C0B
Black with #E28C0B
Text Example
Text Example
White with #E28C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28C0B; }
p { color: rgb(226,140,11); }
H1.HeaderClassName
{
color: #E28C0B;
}
.AnyTagClassName
{
color: #E28C0B;
}
</style>
background-color css
<style>
a { background-color: #E28C0B; }
a { background-color: rgb(226,140,11); }
div.DivClassName
{
background-color: #E28C0B;
}
.BgClassName
{
background-color: #E28C0B;
}
</style>
border-color css
<style>
span { border-color: #E28C0B; }
span { border-color: rgb(226,140,11); }
td.TdClassName
{
border-color: #E28C0B;
}
.TagClassName
{
border-color: #E28C0B;
}
</style>