Shades of Gamboge #EA9713
Tints of Gamboge #EA9713
RGB
CMYK
RGB Variations
Color information
#EA9713 (or 0xEA9713) is known color: Gamboge. HEX triplet: EA, 97 and 13. RGB value is (234,151,19). Sum of RGB (Red+Green+Blue) = 234+151+19=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9713 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9713 is #1568EC. Grayscale: #A1A1A1. Windows color (decimal): -1403117 or 1284074. OLE color: 1284074.
HSL color Cylindrical-coordinate representation of color #EA9713: hue angle of 36.84º 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 #EA9713 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 151 | 19 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.08 |
| HSL | 36.84º | 0.85% | 0.5% | - |
| HSV(B) | 36.84º | 0.92% | 0.92% | - |
| XYZ | 45.12 | 39.67 | 5.9 | - |
| YUV | 160.77 | 48 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 151 | 19 | 0 | 0.35 | 0.92 | 0.08 | 36.84 | 0.85 | 0.5 |
| Hex | EA | 97 | 13 | 0 | 23 | 5C | 8 | 25 | 55 | 32 |
| Octal | 352 | 227 | 23 | 0 | 43 | 134 | 10 | 45 | 125 | 62 |
| Binary | 11101010 | 10010111 | 10011 | 0 | 100011 | 1011100 | 1000 | 100101 | 1010101 | 110010 |
Color Harmonies of #EA9713
Complementary color
Monochromatic Colors of #EA9713
Black with #EA9713
Text Example
Text Example
White with #EA9713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9713; }
p { color: rgb(234,151,19); }
H1.HeaderClassName
{
color: #EA9713;
}
.AnyTagClassName
{
color: #EA9713;
}
</style>
background-color css
<style>
a { background-color: #EA9713; }
a { background-color: rgb(234,151,19); }
div.DivClassName
{
background-color: #EA9713;
}
.BgClassName
{
background-color: #EA9713;
}
</style>
border-color css
<style>
span { border-color: #EA9713; }
span { border-color: rgb(234,151,19); }
td.TdClassName
{
border-color: #EA9713;
}
.TagClassName
{
border-color: #EA9713;
}
</style>