Shades of Gamboge #EA9603
Tints of Gamboge #EA9603
RGB
CMYK
RGB Variations
Color information
#EA9603 (or 0xEA9603) is known color: Gamboge. HEX triplet: EA, 96 and 03. RGB value is (234,150,3). Sum of RGB (Red+Green+Blue) = 234+150+3=387 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.47% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 3 (1.56% from 255 or 0.78% from 387); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9603 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9603 is #1569FC. Grayscale: #9F9F9F. Windows color (decimal): -1403389 or 235242. OLE color: 235242.
HSL color Cylindrical-coordinate representation of color #EA9603: hue angle of 38.18º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA9603 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 150 | 3 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.08 |
| HSL | 38.18º | 0.97% | 0.46% | - |
| HSV(B) | 38.18º | 0.99% | 0.92% | - |
| XYZ | 44.85 | 39.31 | 5.31 | - |
| YUV | 158.36 | 40.33 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 150 | 3 | 0 | 0.36 | 0.99 | 0.08 | 38.18 | 0.97 | 0.46 |
| Hex | EA | 96 | 3 | 0 | 24 | 63 | 8 | 26 | 61 | 2E |
| Octal | 352 | 226 | 3 | 0 | 44 | 143 | 10 | 46 | 141 | 56 |
| Binary | 11101010 | 10010110 | 11 | 0 | 100100 | 1100011 | 1000 | 100110 | 1100001 | 101110 |
Color Harmonies of #EA9603
Complementary color
Monochromatic Colors of #EA9603
Black with #EA9603
Text Example
Text Example
White with #EA9603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9603; }
p { color: rgb(234,150,3); }
H1.HeaderClassName
{
color: #EA9603;
}
.AnyTagClassName
{
color: #EA9603;
}
</style>
background-color css
<style>
a { background-color: #EA9603; }
a { background-color: rgb(234,150,3); }
div.DivClassName
{
background-color: #EA9603;
}
.BgClassName
{
background-color: #EA9603;
}
</style>
border-color css
<style>
span { border-color: #EA9603; }
span { border-color: rgb(234,150,3); }
td.TdClassName
{
border-color: #EA9603;
}
.TagClassName
{
border-color: #EA9603;
}
</style>