Shades of Gamboge #EAA313
Tints of Gamboge #EAA313
RGB
CMYK
RGB Variations
Color information
#EAA313 (or 0xEAA313) is known color: Gamboge. HEX triplet: EA, A3 and 13. RGB value is (234,163,19). Sum of RGB (Red+Green+Blue) = 234+163+19=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 19 (7.81% from 255 or 4.57% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA313 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA313 is #155CEC. Grayscale: #A8A8A8. Windows color (decimal): -1400045 or 1287146. OLE color: 1287146.
HSL color Cylindrical-coordinate representation of color #EAA313: hue angle of 40.19º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAA313 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 19 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.08 |
| HSL | 40.19º | 0.85% | 0.5% | - |
| HSV(B) | 40.19º | 0.92% | 0.92% | - |
| XYZ | 47.15 | 43.73 | 6.57 | - |
| YUV | 167.81 | 44.02 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 19 | 0 | 0.30 | 0.92 | 0.08 | 40.19 | 0.85 | 0.5 |
| Hex | EA | A3 | 13 | 0 | 1E | 5C | 8 | 28 | 55 | 32 |
| Octal | 352 | 243 | 23 | 0 | 36 | 134 | 10 | 50 | 125 | 62 |
| Binary | 11101010 | 10100011 | 10011 | 0 | 11110 | 1011100 | 1000 | 101000 | 1010101 | 110010 |
Color Harmonies of #EAA313
Complementary color
Monochromatic Colors of #EAA313
Black with #EAA313
Text Example
Text Example
White with #EAA313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA313; }
p { color: rgb(234,163,19); }
H1.HeaderClassName
{
color: #EAA313;
}
.AnyTagClassName
{
color: #EAA313;
}
</style>
background-color css
<style>
a { background-color: #EAA313; }
a { background-color: rgb(234,163,19); }
div.DivClassName
{
background-color: #EAA313;
}
.BgClassName
{
background-color: #EAA313;
}
</style>
border-color css
<style>
span { border-color: #EAA313; }
span { border-color: rgb(234,163,19); }
td.TdClassName
{
border-color: #EAA313;
}
.TagClassName
{
border-color: #EAA313;
}
</style>