Shades of Gamboge #E0A608
Tints of Gamboge #E0A608
RGB
CMYK
RGB Variations
Color information
#E0A608 (or 0xE0A608) is known color: Gamboge. HEX triplet: E0, A6 and 08. RGB value is (224,166,8). Sum of RGB (Red+Green+Blue) = 224+166+8=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A608 is #1F59F7. Grayscale: #A6A6A6. Windows color (decimal): -2054648 or 567008. OLE color: 567008.
HSL color Cylindrical-coordinate representation of color #E0A608: hue angle of 43.89º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0A608 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 166 | 8 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.12 |
| HSL | 43.89º | 0.93% | 0.45% | - |
| HSV(B) | 43.89º | 0.96% | 0.88% | - |
| XYZ | 44.42 | 43.14 | 6.21 | - |
| YUV | 165.33 | 39.22 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 166 | 8 | 0 | 0.26 | 0.96 | 0.12 | 43.89 | 0.93 | 0.45 |
| Hex | E0 | A6 | 8 | 0 | 1A | 60 | C | 2C | 5D | 2D |
| Octal | 340 | 246 | 10 | 0 | 32 | 140 | 14 | 54 | 135 | 55 |
| Binary | 11100000 | 10100110 | 1000 | 0 | 11010 | 1100000 | 1100 | 101100 | 1011101 | 101101 |
Color Harmonies of #E0A608
Complementary color
Monochromatic Colors of #E0A608
Black with #E0A608
Text Example
Text Example
White with #E0A608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A608; }
p { color: rgb(224,166,8); }
H1.HeaderClassName
{
color: #E0A608;
}
.AnyTagClassName
{
color: #E0A608;
}
</style>
background-color css
<style>
a { background-color: #E0A608; }
a { background-color: rgb(224,166,8); }
div.DivClassName
{
background-color: #E0A608;
}
.BgClassName
{
background-color: #E0A608;
}
</style>
border-color css
<style>
span { border-color: #E0A608; }
span { border-color: rgb(224,166,8); }
td.TdClassName
{
border-color: #E0A608;
}
.TagClassName
{
border-color: #E0A608;
}
</style>