Shades of Gamboge #E08C06
Tints of Gamboge #E08C06
RGB
CMYK
RGB Variations
Color information
#E08C06 (or 0xE08C06) is known color: Gamboge. HEX triplet: E0, 8C and 06. RGB value is (224,140,6). Sum of RGB (Red+Green+Blue) = 224+140+6=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 6 (2.73% from 255 or 1.62% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08C06 is #1F73F9. Grayscale: #969696. Windows color (decimal): -2061306 or 429280. OLE color: 429280.
HSL color Cylindrical-coordinate representation of color #E08C06: hue angle of 36.88º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E08C06 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 6 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.12 |
| HSL | 36.88º | 0.95% | 0.45% | - |
| HSV(B) | 36.88º | 0.97% | 0.88% | - |
| XYZ | 40.15 | 34.62 | 4.74 | - |
| YUV | 149.84 | 46.83 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 6 | 0 | 0.38 | 0.97 | 0.12 | 36.88 | 0.95 | 0.45 |
| Hex | E0 | 8C | 6 | 0 | 26 | 61 | C | 25 | 5F | 2D |
| Octal | 340 | 214 | 6 | 0 | 46 | 141 | 14 | 45 | 137 | 55 |
| Binary | 11100000 | 10001100 | 110 | 0 | 100110 | 1100001 | 1100 | 100101 | 1011111 | 101101 |
Color Harmonies of #E08C06
Complementary color
Monochromatic Colors of #E08C06
Black with #E08C06
Text Example
Text Example
White with #E08C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08C06; }
p { color: rgb(224,140,6); }
H1.HeaderClassName
{
color: #E08C06;
}
.AnyTagClassName
{
color: #E08C06;
}
</style>
background-color css
<style>
a { background-color: #E08C06; }
a { background-color: rgb(224,140,6); }
div.DivClassName
{
background-color: #E08C06;
}
.BgClassName
{
background-color: #E08C06;
}
</style>
border-color css
<style>
span { border-color: #E08C06; }
span { border-color: rgb(224,140,6); }
td.TdClassName
{
border-color: #E08C06;
}
.TagClassName
{
border-color: #E08C06;
}
</style>