Shades of Gamboge #EA9C15
Tints of Gamboge #EA9C15
RGB
CMYK
RGB Variations
Color information
#EA9C15 (or 0xEA9C15) is known color: Gamboge. HEX triplet: EA, 9C and 15. RGB value is (234,156,21). Sum of RGB (Red+Green+Blue) = 234+156+21=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9C15 is #1563EA. Grayscale: #A4A4A4. Windows color (decimal): -1401835 or 1416426. OLE color: 1416426.
HSL color Cylindrical-coordinate representation of color #EA9C15: hue angle of 38.03º 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 #EA9C15 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 156 | 21 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.08 |
| HSL | 38.03º | 0.84% | 0.5% | - |
| HSV(B) | 38.03º | 0.91% | 0.92% | - |
| XYZ | 45.96 | 41.32 | 6.26 | - |
| YUV | 163.93 | 47.34 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 21 | 0 | 0.33 | 0.91 | 0.08 | 38.03 | 0.84 | 0.5 |
| Hex | EA | 9C | 15 | 0 | 21 | 5B | 8 | 26 | 54 | 32 |
| Octal | 352 | 234 | 25 | 0 | 41 | 133 | 10 | 46 | 124 | 62 |
| Binary | 11101010 | 10011100 | 10101 | 0 | 100001 | 1011011 | 1000 | 100110 | 1010100 | 110010 |
Color Harmonies of #EA9C15
Complementary color
Monochromatic Colors of #EA9C15
Black with #EA9C15
Text Example
Text Example
White with #EA9C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9C15; }
p { color: rgb(234,156,21); }
H1.HeaderClassName
{
color: #EA9C15;
}
.AnyTagClassName
{
color: #EA9C15;
}
</style>
background-color css
<style>
a { background-color: #EA9C15; }
a { background-color: rgb(234,156,21); }
div.DivClassName
{
background-color: #EA9C15;
}
.BgClassName
{
background-color: #EA9C15;
}
</style>
border-color css
<style>
span { border-color: #EA9C15; }
span { border-color: rgb(234,156,21); }
td.TdClassName
{
border-color: #EA9C15;
}
.TagClassName
{
border-color: #EA9C15;
}
</style>