Shades of Gamboge #ED9E16
Tints of Gamboge #ED9E16
RGB
CMYK
RGB Variations
Color information
#ED9E16 (or 0xED9E16) is known color: Gamboge. HEX triplet: ED, 9E and 16. RGB value is (237,158,22). Sum of RGB (Red+Green+Blue) = 237+158+22=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9E16 is #1261E9. Grayscale: #A6A6A6. Windows color (decimal): -1204714 or 1482477. OLE color: 1482477.
HSL color Cylindrical-coordinate representation of color #ED9E16: hue angle of 37.95º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED9E16 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 22 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.07 |
| HSL | 37.95º | 0.86% | 0.51% | - |
| HSV(B) | 37.95º | 0.91% | 0.93% | - |
| XYZ | 47.3 | 42.52 | 6.47 | - |
| YUV | 166.12 | 46.67 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 22 | 0 | 0.33 | 0.91 | 0.07 | 37.95 | 0.86 | 0.51 |
| Hex | ED | 9E | 16 | 0 | 21 | 5B | 7 | 26 | 56 | 33 |
| Octal | 355 | 236 | 26 | 0 | 41 | 133 | 7 | 46 | 126 | 63 |
| Binary | 11101101 | 10011110 | 10110 | 0 | 100001 | 1011011 | 111 | 100110 | 1010110 | 110011 |
Color Harmonies of #ED9E16
Complementary color
Monochromatic Colors of #ED9E16
Black with #ED9E16
Text Example
Text Example
White with #ED9E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9E16; }
p { color: rgb(237,158,22); }
H1.HeaderClassName
{
color: #ED9E16;
}
.AnyTagClassName
{
color: #ED9E16;
}
</style>
background-color css
<style>
a { background-color: #ED9E16; }
a { background-color: rgb(237,158,22); }
div.DivClassName
{
background-color: #ED9E16;
}
.BgClassName
{
background-color: #ED9E16;
}
</style>
border-color css
<style>
span { border-color: #ED9E16; }
span { border-color: rgb(237,158,22); }
td.TdClassName
{
border-color: #ED9E16;
}
.TagClassName
{
border-color: #ED9E16;
}
</style>