Shades of Gamboge #EAA115
Tints of Gamboge #EAA115
RGB
CMYK
RGB Variations
Color information
#EAA115 (or 0xEAA115) is known color: Gamboge. HEX triplet: EA, A1 and 15. RGB value is (234,161,21). Sum of RGB (Red+Green+Blue) = 234+161+21=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA115 is #155EEA. Grayscale: #A7A7A7. Windows color (decimal): -1400555 or 1417706. OLE color: 1417706.
HSL color Cylindrical-coordinate representation of color #EAA115: hue angle of 39.44º 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 #EAA115 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 21 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.08 |
| HSL | 39.44º | 0.84% | 0.5% | - |
| HSV(B) | 39.44º | 0.91% | 0.92% | - |
| XYZ | 46.81 | 43.04 | 6.55 | - |
| YUV | 166.87 | 45.68 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 21 | 0 | 0.31 | 0.91 | 0.08 | 39.44 | 0.84 | 0.5 |
| Hex | EA | A1 | 15 | 0 | 1F | 5B | 8 | 27 | 54 | 32 |
| Octal | 352 | 241 | 25 | 0 | 37 | 133 | 10 | 47 | 124 | 62 |
| Binary | 11101010 | 10100001 | 10101 | 0 | 11111 | 1011011 | 1000 | 100111 | 1010100 | 110010 |
Color Harmonies of #EAA115
Complementary color
Monochromatic Colors of #EAA115
Black with #EAA115
Text Example
Text Example
White with #EAA115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA115; }
p { color: rgb(234,161,21); }
H1.HeaderClassName
{
color: #EAA115;
}
.AnyTagClassName
{
color: #EAA115;
}
</style>
background-color css
<style>
a { background-color: #EAA115; }
a { background-color: rgb(234,161,21); }
div.DivClassName
{
background-color: #EAA115;
}
.BgClassName
{
background-color: #EAA115;
}
</style>
border-color css
<style>
span { border-color: #EAA115; }
span { border-color: rgb(234,161,21); }
td.TdClassName
{
border-color: #EAA115;
}
.TagClassName
{
border-color: #EAA115;
}
</style>