Shades of Gamboge #ED9F12
Tints of Gamboge #ED9F12
RGB
CMYK
RGB Variations
Color information
#ED9F12 (or 0xED9F12) is known color: Gamboge. HEX triplet: ED, 9F and 12. RGB value is (237,159,18). Sum of RGB (Red+Green+Blue) = 237+159+18=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 18 (7.42% from 255 or 4.35% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9F12 is #1260ED. Grayscale: #A6A6A6. Windows color (decimal): -1204462 or 1220589. OLE color: 1220589.
HSL color Cylindrical-coordinate representation of color #ED9F12: hue angle of 38.63º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED9F12 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 159 | 18 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.07 |
| HSL | 38.63º | 0.86% | 0.5% | - |
| HSV(B) | 38.63º | 0.92% | 0.93% | - |
| XYZ | 47.43 | 42.84 | 6.34 | - |
| YUV | 166.25 | 44.34 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 159 | 18 | 0 | 0.33 | 0.92 | 0.07 | 38.63 | 0.86 | 0.5 |
| Hex | ED | 9F | 12 | 0 | 21 | 5C | 7 | 27 | 56 | 32 |
| Octal | 355 | 237 | 22 | 0 | 41 | 134 | 7 | 47 | 126 | 62 |
| Binary | 11101101 | 10011111 | 10010 | 0 | 100001 | 1011100 | 111 | 100111 | 1010110 | 110010 |
Color Harmonies of #ED9F12
Complementary color
Monochromatic Colors of #ED9F12
Black with #ED9F12
Text Example
Text Example
White with #ED9F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9F12; }
p { color: rgb(237,159,18); }
H1.HeaderClassName
{
color: #ED9F12;
}
.AnyTagClassName
{
color: #ED9F12;
}
</style>
background-color css
<style>
a { background-color: #ED9F12; }
a { background-color: rgb(237,159,18); }
div.DivClassName
{
background-color: #ED9F12;
}
.BgClassName
{
background-color: #ED9F12;
}
</style>
border-color css
<style>
span { border-color: #ED9F12; }
span { border-color: rgb(237,159,18); }
td.TdClassName
{
border-color: #ED9F12;
}
.TagClassName
{
border-color: #ED9F12;
}
</style>