Shades of Gamboge #E08812
Tints of Gamboge #E08812
RGB
CMYK
RGB Variations
Color information
#E08812 (or 0xE08812) is known color: Gamboge. HEX triplet: E0, 88 and 12. RGB value is (224,136,18). Sum of RGB (Red+Green+Blue) = 224+136+18=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E08812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08812 is #1F77ED. Grayscale: #959595. Windows color (decimal): -2062318 or 1214688. OLE color: 1214688.
HSL color Cylindrical-coordinate representation of color #E08812: hue angle of 34.37º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E08812 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 18 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.12 |
| HSL | 34.37º | 0.85% | 0.47% | - |
| HSV(B) | 34.37º | 0.92% | 0.88% | - |
| XYZ | 39.65 | 33.5 | 4.95 | - |
| YUV | 148.86 | 54.15 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 18 | 0 | 0.39 | 0.92 | 0.12 | 34.37 | 0.85 | 0.47 |
| Hex | E0 | 88 | 12 | 0 | 27 | 5C | C | 22 | 55 | 2F |
| Octal | 340 | 210 | 22 | 0 | 47 | 134 | 14 | 42 | 125 | 57 |
| Binary | 11100000 | 10001000 | 10010 | 0 | 100111 | 1011100 | 1100 | 100010 | 1010101 | 101111 |
Color Harmonies of #E08812
Complementary color
Monochromatic Colors of #E08812
Black with #E08812
Text Example
Text Example
White with #E08812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08812; }
p { color: rgb(224,136,18); }
H1.HeaderClassName
{
color: #E08812;
}
.AnyTagClassName
{
color: #E08812;
}
</style>
background-color css
<style>
a { background-color: #E08812; }
a { background-color: rgb(224,136,18); }
div.DivClassName
{
background-color: #E08812;
}
.BgClassName
{
background-color: #E08812;
}
</style>
border-color css
<style>
span { border-color: #E08812; }
span { border-color: rgb(224,136,18); }
td.TdClassName
{
border-color: #E08812;
}
.TagClassName
{
border-color: #E08812;
}
</style>