Shades of Gamboge #ED9212
Tints of Gamboge #ED9212
RGB
CMYK
RGB Variations
Color information
#ED9212 (or 0xED9212) is known color: Gamboge. HEX triplet: ED, 92 and 12. RGB value is (237,146,18). Sum of RGB (Red+Green+Blue) = 237+146+18=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9212 is #126DED. Grayscale: #9F9F9F. Windows color (decimal): -1207790 or 1217261. OLE color: 1217261.
HSL color Cylindrical-coordinate representation of color #ED9212: hue angle of 35.07º 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 #ED9212 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 18 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.07 |
| HSL | 35.07º | 0.86% | 0.5% | - |
| HSV(B) | 35.07º | 0.92% | 0.93% | - |
| XYZ | 45.31 | 38.61 | 5.64 | - |
| YUV | 158.62 | 48.65 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 18 | 0 | 0.38 | 0.92 | 0.07 | 35.07 | 0.86 | 0.5 |
| Hex | ED | 92 | 12 | 0 | 26 | 5C | 7 | 23 | 56 | 32 |
| Octal | 355 | 222 | 22 | 0 | 46 | 134 | 7 | 43 | 126 | 62 |
| Binary | 11101101 | 10010010 | 10010 | 0 | 100110 | 1011100 | 111 | 100011 | 1010110 | 110010 |
Color Harmonies of #ED9212
Complementary color
Monochromatic Colors of #ED9212
Black with #ED9212
Text Example
Text Example
White with #ED9212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9212; }
p { color: rgb(237,146,18); }
H1.HeaderClassName
{
color: #ED9212;
}
.AnyTagClassName
{
color: #ED9212;
}
</style>
background-color css
<style>
a { background-color: #ED9212; }
a { background-color: rgb(237,146,18); }
div.DivClassName
{
background-color: #ED9212;
}
.BgClassName
{
background-color: #ED9212;
}
</style>
border-color css
<style>
span { border-color: #ED9212; }
span { border-color: rgb(237,146,18); }
td.TdClassName
{
border-color: #ED9212;
}
.TagClassName
{
border-color: #ED9212;
}
</style>