Shades of Gamboge #EA9F15
Tints of Gamboge #EA9F15
RGB
CMYK
RGB Variations
Color information
#EA9F15 (or 0xEA9F15) is known color: Gamboge. HEX triplet: EA, 9F and 15. RGB value is (234,159,21). Sum of RGB (Red+Green+Blue) = 234+159+21=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 21 (8.59% from 255 or 5.07% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9F15 is #1560EA. Grayscale: #A6A6A6. Windows color (decimal): -1401067 or 1417194. OLE color: 1417194.
HSL color Cylindrical-coordinate representation of color #EA9F15: hue angle of 38.87º 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 #EA9F15 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 21 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.08 |
| HSL | 38.87º | 0.84% | 0.5% | - |
| HSV(B) | 38.87º | 0.91% | 0.92% | - |
| XYZ | 46.47 | 42.34 | 6.43 | - |
| YUV | 165.69 | 46.35 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 21 | 0 | 0.32 | 0.91 | 0.08 | 38.87 | 0.84 | 0.5 |
| Hex | EA | 9F | 15 | 0 | 20 | 5B | 8 | 27 | 54 | 32 |
| Octal | 352 | 237 | 25 | 0 | 40 | 133 | 10 | 47 | 124 | 62 |
| Binary | 11101010 | 10011111 | 10101 | 0 | 100000 | 1011011 | 1000 | 100111 | 1010100 | 110010 |
Color Harmonies of #EA9F15
Complementary color
Monochromatic Colors of #EA9F15
Black with #EA9F15
Text Example
Text Example
White with #EA9F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9F15; }
p { color: rgb(234,159,21); }
H1.HeaderClassName
{
color: #EA9F15;
}
.AnyTagClassName
{
color: #EA9F15;
}
</style>
background-color css
<style>
a { background-color: #EA9F15; }
a { background-color: rgb(234,159,21); }
div.DivClassName
{
background-color: #EA9F15;
}
.BgClassName
{
background-color: #EA9F15;
}
</style>
border-color css
<style>
span { border-color: #EA9F15; }
span { border-color: rgb(234,159,21); }
td.TdClassName
{
border-color: #EA9F15;
}
.TagClassName
{
border-color: #EA9F15;
}
</style>