Shades of Gamboge #EA9917
Tints of Gamboge #EA9917
RGB
CMYK
RGB Variations
Color information
#EA9917 (or 0xEA9917) is known color: Gamboge. HEX triplet: EA, 99 and 17. RGB value is (234,153,23). Sum of RGB (Red+Green+Blue) = 234+153+23=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 23 (9.38% from 255 or 5.61% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9917 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9917 is #1566E8. Grayscale: #A3A3A3. Windows color (decimal): -1402601 or 1546730. OLE color: 1546730.
HSL color Cylindrical-coordinate representation of color #EA9917: hue angle of 36.97º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA9917 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 23 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.08 |
| HSL | 36.97º | 0.83% | 0.5% | - |
| HSV(B) | 36.97º | 0.9% | 0.92% | - |
| XYZ | 45.48 | 40.34 | 6.2 | - |
| YUV | 162.4 | 49.34 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 23 | 0 | 0.35 | 0.90 | 0.08 | 36.97 | 0.83 | 0.5 |
| Hex | EA | 99 | 17 | 0 | 23 | 5A | 8 | 25 | 53 | 32 |
| Octal | 352 | 231 | 27 | 0 | 43 | 132 | 10 | 45 | 123 | 62 |
| Binary | 11101010 | 10011001 | 10111 | 0 | 100011 | 1011010 | 1000 | 100101 | 1010011 | 110010 |
Color Harmonies of #EA9917
Complementary color
Monochromatic Colors of #EA9917
Black with #EA9917
Text Example
Text Example
White with #EA9917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9917; }
p { color: rgb(234,153,23); }
H1.HeaderClassName
{
color: #EA9917;
}
.AnyTagClassName
{
color: #EA9917;
}
</style>
background-color css
<style>
a { background-color: #EA9917; }
a { background-color: rgb(234,153,23); }
div.DivClassName
{
background-color: #EA9917;
}
.BgClassName
{
background-color: #EA9917;
}
</style>
border-color css
<style>
span { border-color: #EA9917; }
span { border-color: rgb(234,153,23); }
td.TdClassName
{
border-color: #EA9917;
}
.TagClassName
{
border-color: #EA9917;
}
</style>