Shades of Gamboge #E0A601
Tints of Gamboge #E0A601
RGB
CMYK
RGB Variations
Color information
#E0A601 (or 0xE0A601) is known color: Gamboge. HEX triplet: E0, A6 and 01. RGB value is (224,166,1). Sum of RGB (Red+Green+Blue) = 224+166+1=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 1 (0.78% from 255 or 0.26% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A601 is #1F59FE. Grayscale: #A5A5A5. Windows color (decimal): -2054655 or 108256. OLE color: 108256.
HSL color Cylindrical-coordinate representation of color #E0A601: hue angle of 44.39º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0A601 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 166 | 1 | - |
| CMYK | 0 | 0.26 | 1.00 | 0.12 |
| HSL | 44.39º | 0.99% | 0.44% | - |
| HSV(B) | 44.39º | 1% | 0.88% | - |
| XYZ | 44.38 | 43.12 | 6.01 | - |
| YUV | 164.53 | 35.72 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 166 | 1 | 0 | 0.26 | 1.00 | 0.12 | 44.39 | 0.99 | 0.44 |
| Hex | E0 | A6 | 1 | 0 | 1A | 64 | C | 2C | 63 | 2C |
| Octal | 340 | 246 | 1 | 0 | 32 | 144 | 14 | 54 | 143 | 54 |
| Binary | 11100000 | 10100110 | 1 | 0 | 11010 | 1100100 | 1100 | 101100 | 1100011 | 101100 |
Color Harmonies of #E0A601
Complementary color
Monochromatic Colors of #E0A601
Black with #E0A601
Text Example
Text Example
White with #E0A601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A601; }
p { color: rgb(224,166,1); }
H1.HeaderClassName
{
color: #E0A601;
}
.AnyTagClassName
{
color: #E0A601;
}
</style>
background-color css
<style>
a { background-color: #E0A601; }
a { background-color: rgb(224,166,1); }
div.DivClassName
{
background-color: #E0A601;
}
.BgClassName
{
background-color: #E0A601;
}
</style>
border-color css
<style>
span { border-color: #E0A601; }
span { border-color: rgb(224,166,1); }
td.TdClassName
{
border-color: #E0A601;
}
.TagClassName
{
border-color: #E0A601;
}
</style>