Shades of Gamboge #EAA119
Tints of Gamboge #EAA119
RGB
CMYK
RGB Variations
Color information
#EAA119 (or 0xEAA119) is known color: Gamboge. HEX triplet: EA, A1 and 19. RGB value is (234,161,25). Sum of RGB (Red+Green+Blue) = 234+161+25=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA119 is #155EE6. Grayscale: #A7A7A7. Windows color (decimal): -1400551 or 1679850. OLE color: 1679850.
HSL color Cylindrical-coordinate representation of color #EAA119: hue angle of 39.04º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EAA119 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 25 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.08 |
| HSL | 39.04º | 0.83% | 0.51% | - |
| HSV(B) | 39.04º | 0.89% | 0.92% | - |
| XYZ | 46.85 | 43.05 | 6.76 | - |
| YUV | 167.32 | 47.68 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 25 | 0 | 0.31 | 0.89 | 0.08 | 39.04 | 0.83 | 0.51 |
| Hex | EA | A1 | 19 | 0 | 1F | 59 | 8 | 27 | 53 | 33 |
| Octal | 352 | 241 | 31 | 0 | 37 | 131 | 10 | 47 | 123 | 63 |
| Binary | 11101010 | 10100001 | 11001 | 0 | 11111 | 1011001 | 1000 | 100111 | 1010011 | 110011 |
Color Harmonies of #EAA119
Complementary color
Monochromatic Colors of #EAA119
Black with #EAA119
Text Example
Text Example
White with #EAA119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA119; }
p { color: rgb(234,161,25); }
H1.HeaderClassName
{
color: #EAA119;
}
.AnyTagClassName
{
color: #EAA119;
}
</style>
background-color css
<style>
a { background-color: #EAA119; }
a { background-color: rgb(234,161,25); }
div.DivClassName
{
background-color: #EAA119;
}
.BgClassName
{
background-color: #EAA119;
}
</style>
border-color css
<style>
span { border-color: #EAA119; }
span { border-color: rgb(234,161,25); }
td.TdClassName
{
border-color: #EAA119;
}
.TagClassName
{
border-color: #EAA119;
}
</style>