Shades of Gamboge #EAA519
Tints of Gamboge #EAA519
RGB
CMYK
RGB Variations
Color information
#EAA519 (or 0xEAA519) is known color: Gamboge. HEX triplet: EA, A5 and 19. RGB value is (234,165,25). Sum of RGB (Red+Green+Blue) = 234+165+25=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 25 (10.16% from 255 or 5.90% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA519 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA519 is #155AE6. Grayscale: #AAAAAA. Windows color (decimal): -1399527 or 1680874. OLE color: 1680874.
HSL color Cylindrical-coordinate representation of color #EAA519: hue angle of 40.19º 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 #EAA519 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 25 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.08 |
| HSL | 40.19º | 0.83% | 0.51% | - |
| HSV(B) | 40.19º | 0.89% | 0.92% | - |
| XYZ | 47.56 | 44.47 | 7 | - |
| YUV | 169.67 | 46.36 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 25 | 0 | 0.29 | 0.89 | 0.08 | 40.19 | 0.83 | 0.51 |
| Hex | EA | A5 | 19 | 0 | 1D | 59 | 8 | 28 | 53 | 33 |
| Octal | 352 | 245 | 31 | 0 | 35 | 131 | 10 | 50 | 123 | 63 |
| Binary | 11101010 | 10100101 | 11001 | 0 | 11101 | 1011001 | 1000 | 101000 | 1010011 | 110011 |
Color Harmonies of #EAA519
Complementary color
Monochromatic Colors of #EAA519
Black with #EAA519
Text Example
Text Example
White with #EAA519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA519; }
p { color: rgb(234,165,25); }
H1.HeaderClassName
{
color: #EAA519;
}
.AnyTagClassName
{
color: #EAA519;
}
</style>
background-color css
<style>
a { background-color: #EAA519; }
a { background-color: rgb(234,165,25); }
div.DivClassName
{
background-color: #EAA519;
}
.BgClassName
{
background-color: #EAA519;
}
</style>
border-color css
<style>
span { border-color: #EAA519; }
span { border-color: rgb(234,165,25); }
td.TdClassName
{
border-color: #EAA519;
}
.TagClassName
{
border-color: #EAA519;
}
</style>