Shades of Gamboge #EA9F14
Tints of Gamboge #EA9F14
RGB
CMYK
RGB Variations
Color information
#EA9F14 (or 0xEA9F14) is known color: Gamboge. HEX triplet: EA, 9F and 14. RGB value is (234,159,20). Sum of RGB (Red+Green+Blue) = 234+159+20=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9F14 is #1560EB. Grayscale: #A6A6A6. Windows color (decimal): -1401068 or 1351658. OLE color: 1351658.
HSL color Cylindrical-coordinate representation of color #EA9F14: hue angle of 38.97º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA9F14 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 20 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.08 |
| HSL | 38.97º | 0.84% | 0.5% | - |
| HSV(B) | 38.97º | 0.91% | 0.92% | - |
| XYZ | 46.46 | 42.34 | 6.39 | - |
| YUV | 165.58 | 45.85 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 20 | 0 | 0.32 | 0.91 | 0.08 | 38.97 | 0.84 | 0.5 |
| Hex | EA | 9F | 14 | 0 | 20 | 5B | 8 | 27 | 54 | 32 |
| Octal | 352 | 237 | 24 | 0 | 40 | 133 | 10 | 47 | 124 | 62 |
| Binary | 11101010 | 10011111 | 10100 | 0 | 100000 | 1011011 | 1000 | 100111 | 1010100 | 110010 |
Color Harmonies of #EA9F14
Complementary color
Monochromatic Colors of #EA9F14
Black with #EA9F14
Text Example
Text Example
White with #EA9F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9F14; }
p { color: rgb(234,159,20); }
H1.HeaderClassName
{
color: #EA9F14;
}
.AnyTagClassName
{
color: #EA9F14;
}
</style>
background-color css
<style>
a { background-color: #EA9F14; }
a { background-color: rgb(234,159,20); }
div.DivClassName
{
background-color: #EA9F14;
}
.BgClassName
{
background-color: #EA9F14;
}
</style>
border-color css
<style>
span { border-color: #EA9F14; }
span { border-color: rgb(234,159,20); }
td.TdClassName
{
border-color: #EA9F14;
}
.TagClassName
{
border-color: #EA9F14;
}
</style>