Shades of Gamboge #EA9601
Tints of Gamboge #EA9601
RGB
CMYK
RGB Variations
Color information
#EA9601 (or 0xEA9601) is known color: Gamboge. HEX triplet: EA, 96 and 01. RGB value is (234,150,1). Sum of RGB (Red+Green+Blue) = 234+150+1=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9601 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9601 is #1569FE. Grayscale: #9E9E9E. Windows color (decimal): -1403391 or 104170. OLE color: 104170.
HSL color Cylindrical-coordinate representation of color #EA9601: hue angle of 38.37º 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 #EA9601 is Cyan = 0, Magento = 0.36, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 150 | 1 | - |
| CMYK | 0 | 0.36 | 1.00 | 0.08 |
| HSL | 38.37º | 0.99% | 0.46% | - |
| HSV(B) | 38.37º | 1% | 0.92% | - |
| XYZ | 44.84 | 39.31 | 5.25 | - |
| YUV | 158.13 | 39.33 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 150 | 1 | 0 | 0.36 | 1.00 | 0.08 | 38.37 | 0.99 | 0.46 |
| Hex | EA | 96 | 1 | 0 | 24 | 64 | 8 | 26 | 63 | 2E |
| Octal | 352 | 226 | 1 | 0 | 44 | 144 | 10 | 46 | 143 | 56 |
| Binary | 11101010 | 10010110 | 1 | 0 | 100100 | 1100100 | 1000 | 100110 | 1100011 | 101110 |
Color Harmonies of #EA9601
Complementary color
Monochromatic Colors of #EA9601
Black with #EA9601
Text Example
Text Example
White with #EA9601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9601; }
p { color: rgb(234,150,1); }
H1.HeaderClassName
{
color: #EA9601;
}
.AnyTagClassName
{
color: #EA9601;
}
</style>
background-color css
<style>
a { background-color: #EA9601; }
a { background-color: rgb(234,150,1); }
div.DivClassName
{
background-color: #EA9601;
}
.BgClassName
{
background-color: #EA9601;
}
</style>
border-color css
<style>
span { border-color: #EA9601; }
span { border-color: rgb(234,150,1); }
td.TdClassName
{
border-color: #EA9601;
}
.TagClassName
{
border-color: #EA9601;
}
</style>