Shades of Gamboge #EAA919
Tints of Gamboge #EAA919
RGB
CMYK
RGB Variations
Color information
#EAA919 (or 0xEAA919) is known color: Gamboge. HEX triplet: EA, A9 and 19. RGB value is (234,169,25). Sum of RGB (Red+Green+Blue) = 234+169+25=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 25 (10.16% from 255 or 5.84% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA919 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA919 is #1556E6. Grayscale: #ACACAC. Windows color (decimal): -1398503 or 1681898. OLE color: 1681898.
HSL color Cylindrical-coordinate representation of color #EAA919: hue angle of 41.34º 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 #EAA919 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 25 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.08 |
| HSL | 41.34º | 0.83% | 0.51% | - |
| HSV(B) | 41.34º | 0.89% | 0.92% | - |
| XYZ | 48.3 | 45.94 | 7.24 | - |
| YUV | 172.02 | 45.03 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 25 | 0 | 0.28 | 0.89 | 0.08 | 41.34 | 0.83 | 0.51 |
| Hex | EA | A9 | 19 | 0 | 1C | 59 | 8 | 29 | 53 | 33 |
| Octal | 352 | 251 | 31 | 0 | 34 | 131 | 10 | 51 | 123 | 63 |
| Binary | 11101010 | 10101001 | 11001 | 0 | 11100 | 1011001 | 1000 | 101001 | 1010011 | 110011 |
Color Harmonies of #EAA919
Complementary color
Monochromatic Colors of #EAA919
Black with #EAA919
Text Example
Text Example
White with #EAA919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA919; }
p { color: rgb(234,169,25); }
H1.HeaderClassName
{
color: #EAA919;
}
.AnyTagClassName
{
color: #EAA919;
}
</style>
background-color css
<style>
a { background-color: #EAA919; }
a { background-color: rgb(234,169,25); }
div.DivClassName
{
background-color: #EAA919;
}
.BgClassName
{
background-color: #EAA919;
}
</style>
border-color css
<style>
span { border-color: #EAA919; }
span { border-color: rgb(234,169,25); }
td.TdClassName
{
border-color: #EAA919;
}
.TagClassName
{
border-color: #EAA919;
}
</style>