Shades of Gamboge #EAA915
Tints of Gamboge #EAA915
RGB
CMYK
RGB Variations
Color information
#EAA915 (or 0xEAA915) is known color: Gamboge. HEX triplet: EA, A9 and 15. RGB value is (234,169,21). Sum of RGB (Red+Green+Blue) = 234+169+21=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 21 (8.59% from 255 or 4.95% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA915 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA915 is #1556EA. Grayscale: #ACACAC. Windows color (decimal): -1398507 or 1419754. OLE color: 1419754.
HSL color Cylindrical-coordinate representation of color #EAA915: hue angle of 41.69º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EAA915 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 21 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.08 |
| HSL | 41.69º | 0.84% | 0.5% | - |
| HSV(B) | 41.69º | 0.91% | 0.92% | - |
| XYZ | 48.26 | 45.92 | 7.03 | - |
| YUV | 171.56 | 43.03 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 21 | 0 | 0.28 | 0.91 | 0.08 | 41.69 | 0.84 | 0.5 |
| Hex | EA | A9 | 15 | 0 | 1C | 5B | 8 | 2A | 54 | 32 |
| Octal | 352 | 251 | 25 | 0 | 34 | 133 | 10 | 52 | 124 | 62 |
| Binary | 11101010 | 10101001 | 10101 | 0 | 11100 | 1011011 | 1000 | 101010 | 1010100 | 110010 |
Color Harmonies of #EAA915
Complementary color
Monochromatic Colors of #EAA915
Black with #EAA915
Text Example
Text Example
White with #EAA915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA915; }
p { color: rgb(234,169,21); }
H1.HeaderClassName
{
color: #EAA915;
}
.AnyTagClassName
{
color: #EAA915;
}
</style>
background-color css
<style>
a { background-color: #EAA915; }
a { background-color: rgb(234,169,21); }
div.DivClassName
{
background-color: #EAA915;
}
.BgClassName
{
background-color: #EAA915;
}
</style>
border-color css
<style>
span { border-color: #EAA915; }
span { border-color: rgb(234,169,21); }
td.TdClassName
{
border-color: #EAA915;
}
.TagClassName
{
border-color: #EAA915;
}
</style>