Shades of Gamboge #E1AB0F
Tints of Gamboge #E1AB0F
RGB
CMYK
RGB Variations
Color information
#E1AB0F (or 0xE1AB0F) is known color: Gamboge. HEX triplet: E1, AB and 0F. RGB value is (225,171,15). Sum of RGB (Red+Green+Blue) = 225+171+15=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 15 (6.25% from 255 or 3.65% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AB0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1AB0F is #1E54F0. Grayscale: #AAAAAA. Windows color (decimal): -1987825 or 1027041. OLE color: 1027041.
HSL color Cylindrical-coordinate representation of color #E1AB0F: hue angle of 44.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1AB0F is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 171 | 15 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.12 |
| HSL | 44.57º | 0.88% | 0.47% | - |
| HSV(B) | 44.57º | 0.93% | 0.88% | - |
| XYZ | 45.7 | 45.17 | 6.76 | - |
| YUV | 169.36 | 40.89 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 15 | 0 | 0.24 | 0.93 | 0.12 | 44.57 | 0.88 | 0.47 |
| Hex | E1 | AB | F | 0 | 18 | 5D | C | 2D | 58 | 2F |
| Octal | 341 | 253 | 17 | 0 | 30 | 135 | 14 | 55 | 130 | 57 |
| Binary | 11100001 | 10101011 | 1111 | 0 | 11000 | 1011101 | 1100 | 101101 | 1011000 | 101111 |
Color Harmonies of #E1AB0F
Complementary color
Monochromatic Colors of #E1AB0F
Black with #E1AB0F
Text Example
Text Example
White with #E1AB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AB0F; }
p { color: rgb(225,171,15); }
H1.HeaderClassName
{
color: #E1AB0F;
}
.AnyTagClassName
{
color: #E1AB0F;
}
</style>
background-color css
<style>
a { background-color: #E1AB0F; }
a { background-color: rgb(225,171,15); }
div.DivClassName
{
background-color: #E1AB0F;
}
.BgClassName
{
background-color: #E1AB0F;
}
</style>
border-color css
<style>
span { border-color: #E1AB0F; }
span { border-color: rgb(225,171,15); }
td.TdClassName
{
border-color: #E1AB0F;
}
.TagClassName
{
border-color: #E1AB0F;
}
</style>