Shades of Gamboge #E0AB01
Tints of Gamboge #E0AB01
RGB
CMYK
RGB Variations
Color information
#E0AB01 (or 0xE0AB01) is known color: Gamboge. HEX triplet: E0, AB and 01. RGB value is (224,171,1). Sum of RGB (Red+Green+Blue) = 224+171+1=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 1 (0.78% from 255 or 0.25% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AB01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AB01 is #1F54FE. Grayscale: #A8A8A8. Windows color (decimal): -2053375 or 109536. OLE color: 109536.
HSL color Cylindrical-coordinate representation of color #E0AB01: hue angle of 45.74º 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 #E0AB01 is Cyan = 0, Magento = 0.24, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 171 | 1 | - |
| CMYK | 0 | 0.24 | 1.00 | 0.12 |
| HSL | 45.74º | 0.99% | 0.44% | - |
| HSV(B) | 45.74º | 1% | 0.88% | - |
| XYZ | 45.31 | 44.98 | 6.32 | - |
| YUV | 167.47 | 34.06 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 1 | 0 | 0.24 | 1.00 | 0.12 | 45.74 | 0.99 | 0.44 |
| Hex | E0 | AB | 1 | 0 | 18 | 64 | C | 2E | 63 | 2C |
| Octal | 340 | 253 | 1 | 0 | 30 | 144 | 14 | 56 | 143 | 54 |
| Binary | 11100000 | 10101011 | 1 | 0 | 11000 | 1100100 | 1100 | 101110 | 1100011 | 101100 |
Color Harmonies of #E0AB01
Complementary color
Monochromatic Colors of #E0AB01
Black with #E0AB01
Text Example
Text Example
White with #E0AB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AB01; }
p { color: rgb(224,171,1); }
H1.HeaderClassName
{
color: #E0AB01;
}
.AnyTagClassName
{
color: #E0AB01;
}
</style>
background-color css
<style>
a { background-color: #E0AB01; }
a { background-color: rgb(224,171,1); }
div.DivClassName
{
background-color: #E0AB01;
}
.BgClassName
{
background-color: #E0AB01;
}
</style>
border-color css
<style>
span { border-color: #E0AB01; }
span { border-color: rgb(224,171,1); }
td.TdClassName
{
border-color: #E0AB01;
}
.TagClassName
{
border-color: #E0AB01;
}
</style>