Shades of Gamboge #EA9807
Tints of Gamboge #EA9807
RGB
CMYK
RGB Variations
Color information
#EA9807 (or 0xEA9807) is known color: Gamboge. HEX triplet: EA, 98 and 07. RGB value is (234,152,7). Sum of RGB (Red+Green+Blue) = 234+152+7=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 7 (3.12% from 255 or 1.78% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9807 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9807 is #1567F8. Grayscale: #A0A0A0. Windows color (decimal): -1402873 or 497898. OLE color: 497898.
HSL color Cylindrical-coordinate representation of color #EA9807: hue angle of 38.33º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA9807 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 152 | 7 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.08 |
| HSL | 38.33º | 0.94% | 0.47% | - |
| HSV(B) | 38.33º | 0.97% | 0.92% | - |
| XYZ | 45.2 | 39.96 | 5.53 | - |
| YUV | 159.99 | 41.67 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 152 | 7 | 0 | 0.35 | 0.97 | 0.08 | 38.33 | 0.94 | 0.47 |
| Hex | EA | 98 | 7 | 0 | 23 | 61 | 8 | 26 | 5E | 2F |
| Octal | 352 | 230 | 7 | 0 | 43 | 141 | 10 | 46 | 136 | 57 |
| Binary | 11101010 | 10011000 | 111 | 0 | 100011 | 1100001 | 1000 | 100110 | 1011110 | 101111 |
Color Harmonies of #EA9807
Complementary color
Monochromatic Colors of #EA9807
Black with #EA9807
Text Example
Text Example
White with #EA9807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9807; }
p { color: rgb(234,152,7); }
H1.HeaderClassName
{
color: #EA9807;
}
.AnyTagClassName
{
color: #EA9807;
}
</style>
background-color css
<style>
a { background-color: #EA9807; }
a { background-color: rgb(234,152,7); }
div.DivClassName
{
background-color: #EA9807;
}
.BgClassName
{
background-color: #EA9807;
}
</style>
border-color css
<style>
span { border-color: #EA9807; }
span { border-color: rgb(234,152,7); }
td.TdClassName
{
border-color: #EA9807;
}
.TagClassName
{
border-color: #EA9807;
}
</style>