Shades of Gamboge #EA9C01
Tints of Gamboge #EA9C01
RGB
CMYK
RGB Variations
Color information
#EA9C01 (or 0xEA9C01) is known color: Gamboge. HEX triplet: EA, 9C and 01. RGB value is (234,156,1). Sum of RGB (Red+Green+Blue) = 234+156+1=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 1 (0.78% from 255 or 0.26% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9C01 is #1563FE. Grayscale: #A2A2A2. Windows color (decimal): -1401855 or 105706. OLE color: 105706.
HSL color Cylindrical-coordinate representation of color #EA9C01: hue angle of 39.91º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA9C01 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 156 | 1 | - |
| CMYK | 0 | 0.33 | 1.00 | 0.08 |
| HSL | 39.91º | 0.99% | 0.46% | - |
| HSV(B) | 39.91º | 1% | 0.92% | - |
| XYZ | 45.83 | 41.27 | 5.58 | - |
| YUV | 161.65 | 37.34 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 1 | 0 | 0.33 | 1.00 | 0.08 | 39.91 | 0.99 | 0.46 |
| Hex | EA | 9C | 1 | 0 | 21 | 64 | 8 | 28 | 63 | 2E |
| Octal | 352 | 234 | 1 | 0 | 41 | 144 | 10 | 50 | 143 | 56 |
| Binary | 11101010 | 10011100 | 1 | 0 | 100001 | 1100100 | 1000 | 101000 | 1100011 | 101110 |
Color Harmonies of #EA9C01
Complementary color
Monochromatic Colors of #EA9C01
Black with #EA9C01
Text Example
Text Example
White with #EA9C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9C01; }
p { color: rgb(234,156,1); }
H1.HeaderClassName
{
color: #EA9C01;
}
.AnyTagClassName
{
color: #EA9C01;
}
</style>
background-color css
<style>
a { background-color: #EA9C01; }
a { background-color: rgb(234,156,1); }
div.DivClassName
{
background-color: #EA9C01;
}
.BgClassName
{
background-color: #EA9C01;
}
</style>
border-color css
<style>
span { border-color: #EA9C01; }
span { border-color: rgb(234,156,1); }
td.TdClassName
{
border-color: #EA9C01;
}
.TagClassName
{
border-color: #EA9C01;
}
</style>