Shades of Gamboge #EA9C13
Tints of Gamboge #EA9C13
RGB
CMYK
RGB Variations
Color information
#EA9C13 (or 0xEA9C13) is known color: Gamboge. HEX triplet: EA, 9C and 13. RGB value is (234,156,19). Sum of RGB (Red+Green+Blue) = 234+156+19=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9C13 is #1563EC. Grayscale: #A4A4A4. Windows color (decimal): -1401837 or 1285354. OLE color: 1285354.
HSL color Cylindrical-coordinate representation of color #EA9C13: hue angle of 38.23º 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 #EA9C13 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 156 | 19 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.08 |
| HSL | 38.23º | 0.85% | 0.5% | - |
| HSV(B) | 38.23º | 0.92% | 0.92% | - |
| XYZ | 45.94 | 41.32 | 6.17 | - |
| YUV | 163.7 | 46.34 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 19 | 0 | 0.33 | 0.92 | 0.08 | 38.23 | 0.85 | 0.5 |
| Hex | EA | 9C | 13 | 0 | 21 | 5C | 8 | 26 | 55 | 32 |
| Octal | 352 | 234 | 23 | 0 | 41 | 134 | 10 | 46 | 125 | 62 |
| Binary | 11101010 | 10011100 | 10011 | 0 | 100001 | 1011100 | 1000 | 100110 | 1010101 | 110010 |
Color Harmonies of #EA9C13
Complementary color
Monochromatic Colors of #EA9C13
Black with #EA9C13
Text Example
Text Example
White with #EA9C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9C13; }
p { color: rgb(234,156,19); }
H1.HeaderClassName
{
color: #EA9C13;
}
.AnyTagClassName
{
color: #EA9C13;
}
</style>
background-color css
<style>
a { background-color: #EA9C13; }
a { background-color: rgb(234,156,19); }
div.DivClassName
{
background-color: #EA9C13;
}
.BgClassName
{
background-color: #EA9C13;
}
</style>
border-color css
<style>
span { border-color: #EA9C13; }
span { border-color: rgb(234,156,19); }
td.TdClassName
{
border-color: #EA9C13;
}
.TagClassName
{
border-color: #EA9C13;
}
</style>