Shades of Gamboge #EAA319
Tints of Gamboge #EAA319
RGB
CMYK
RGB Variations
Color information
#EAA319 (or 0xEAA319) is known color: Gamboge. HEX triplet: EA, A3 and 19. RGB value is (234,163,25). Sum of RGB (Red+Green+Blue) = 234+163+25=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 25 (10.16% from 255 or 5.92% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA319 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA319 is #155CE6. Grayscale: #A9A9A9. Windows color (decimal): -1400039 or 1680362. OLE color: 1680362.
HSL color Cylindrical-coordinate representation of color #EAA319: hue angle of 39.62º 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 #EAA319 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 25 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.08 |
| HSL | 39.62º | 0.83% | 0.51% | - |
| HSV(B) | 39.62º | 0.89% | 0.92% | - |
| XYZ | 47.2 | 43.76 | 6.88 | - |
| YUV | 168.5 | 47.02 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 25 | 0 | 0.30 | 0.89 | 0.08 | 39.62 | 0.83 | 0.51 |
| Hex | EA | A3 | 19 | 0 | 1E | 59 | 8 | 28 | 53 | 33 |
| Octal | 352 | 243 | 31 | 0 | 36 | 131 | 10 | 50 | 123 | 63 |
| Binary | 11101010 | 10100011 | 11001 | 0 | 11110 | 1011001 | 1000 | 101000 | 1010011 | 110011 |
Color Harmonies of #EAA319
Complementary color
Monochromatic Colors of #EAA319
Black with #EAA319
Text Example
Text Example
White with #EAA319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA319; }
p { color: rgb(234,163,25); }
H1.HeaderClassName
{
color: #EAA319;
}
.AnyTagClassName
{
color: #EAA319;
}
</style>
background-color css
<style>
a { background-color: #EAA319; }
a { background-color: rgb(234,163,25); }
div.DivClassName
{
background-color: #EAA319;
}
.BgClassName
{
background-color: #EAA319;
}
</style>
border-color css
<style>
span { border-color: #EAA319; }
span { border-color: rgb(234,163,25); }
td.TdClassName
{
border-color: #EAA319;
}
.TagClassName
{
border-color: #EAA319;
}
</style>