Shades of Gamboge #ED990E
Tints of Gamboge #ED990E
RGB
CMYK
RGB Variations
Color information
#ED990E (or 0xED990E) is known color: Gamboge. HEX triplet: ED, 99 and 0E. RGB value is (237,153,14). Sum of RGB (Red+Green+Blue) = 237+153+14=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 14 (5.86% from 255 or 3.47% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED990E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED990E is #1266F1. Grayscale: #A2A2A2. Windows color (decimal): -1206002 or 956909. OLE color: 956909.
HSL color Cylindrical-coordinate representation of color #ED990E: hue angle of 37.4º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED990E is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 14 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.07 |
| HSL | 37.4º | 0.89% | 0.49% | - |
| HSV(B) | 37.4º | 0.94% | 0.93% | - |
| XYZ | 46.4 | 40.82 | 5.85 | - |
| YUV | 162.27 | 44.33 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 14 | 0 | 0.35 | 0.94 | 0.07 | 37.4 | 0.89 | 0.49 |
| Hex | ED | 99 | E | 0 | 23 | 5E | 7 | 25 | 59 | 31 |
| Octal | 355 | 231 | 16 | 0 | 43 | 136 | 7 | 45 | 131 | 61 |
| Binary | 11101101 | 10011001 | 1110 | 0 | 100011 | 1011110 | 111 | 100101 | 1011001 | 110001 |
Color Harmonies of #ED990E
Complementary color
Monochromatic Colors of #ED990E
Black with #ED990E
Text Example
Text Example
White with #ED990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED990E; }
p { color: rgb(237,153,14); }
H1.HeaderClassName
{
color: #ED990E;
}
.AnyTagClassName
{
color: #ED990E;
}
</style>
background-color css
<style>
a { background-color: #ED990E; }
a { background-color: rgb(237,153,14); }
div.DivClassName
{
background-color: #ED990E;
}
.BgClassName
{
background-color: #ED990E;
}
</style>
border-color css
<style>
span { border-color: #ED990E; }
span { border-color: rgb(237,153,14); }
td.TdClassName
{
border-color: #ED990E;
}
.TagClassName
{
border-color: #ED990E;
}
</style>