Shades of Gamboge #E4A90F
Tints of Gamboge #E4A90F
RGB
CMYK
RGB Variations
Color information
#E4A90F (or 0xE4A90F) is known color: Gamboge. HEX triplet: E4, A9 and 0F. RGB value is (228,169,15). Sum of RGB (Red+Green+Blue) = 228+169+15=412 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.34% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 15 (6.25% from 255 or 3.64% from 412); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A90F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4A90F is #1B56F0. Grayscale: #A9A9A9. Windows color (decimal): -1791729 or 1026532. OLE color: 1026532.
HSL color Cylindrical-coordinate representation of color #E4A90F: hue angle of 43.38º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E4A90F is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 169 | 15 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.11 |
| HSL | 43.38º | 0.88% | 0.48% | - |
| HSV(B) | 43.38º | 0.93% | 0.89% | - |
| XYZ | 46.27 | 44.9 | 6.68 | - |
| YUV | 169.09 | 41.05 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 169 | 15 | 0 | 0.26 | 0.93 | 0.11 | 43.38 | 0.88 | 0.48 |
| Hex | E4 | A9 | F | 0 | 1A | 5D | B | 2B | 58 | 30 |
| Octal | 344 | 251 | 17 | 0 | 32 | 135 | 13 | 53 | 130 | 60 |
| Binary | 11100100 | 10101001 | 1111 | 0 | 11010 | 1011101 | 1011 | 101011 | 1011000 | 110000 |
Color Harmonies of #E4A90F
Complementary color
Monochromatic Colors of #E4A90F
Black with #E4A90F
Text Example
Text Example
White with #E4A90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A90F; }
p { color: rgb(228,169,15); }
H1.HeaderClassName
{
color: #E4A90F;
}
.AnyTagClassName
{
color: #E4A90F;
}
</style>
background-color css
<style>
a { background-color: #E4A90F; }
a { background-color: rgb(228,169,15); }
div.DivClassName
{
background-color: #E4A90F;
}
.BgClassName
{
background-color: #E4A90F;
}
</style>
border-color css
<style>
span { border-color: #E4A90F; }
span { border-color: rgb(228,169,15); }
td.TdClassName
{
border-color: #E4A90F;
}
.TagClassName
{
border-color: #E4A90F;
}
</style>