Shades of Gamboge #ED9F0F
Tints of Gamboge #ED9F0F
RGB
CMYK
RGB Variations
Color information
#ED9F0F (or 0xED9F0F) is known color: Gamboge. HEX triplet: ED, 9F and 0F. RGB value is (237,159,15). Sum of RGB (Red+Green+Blue) = 237+159+15=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 15 (6.25% from 255 or 3.65% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9F0F is #1260F0. Grayscale: #A6A6A6. Windows color (decimal): -1204465 or 1023981. OLE color: 1023981.
HSL color Cylindrical-coordinate representation of color #ED9F0F: hue angle of 38.92º degrees, saturation: 0.88, 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 #ED9F0F is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 159 | 15 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.07 |
| HSL | 38.92º | 0.88% | 0.49% | - |
| HSV(B) | 38.92º | 0.94% | 0.93% | - |
| XYZ | 47.41 | 42.84 | 6.22 | - |
| YUV | 165.91 | 42.84 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 159 | 15 | 0 | 0.33 | 0.94 | 0.07 | 38.92 | 0.88 | 0.49 |
| Hex | ED | 9F | F | 0 | 21 | 5E | 7 | 27 | 58 | 31 |
| Octal | 355 | 237 | 17 | 0 | 41 | 136 | 7 | 47 | 130 | 61 |
| Binary | 11101101 | 10011111 | 1111 | 0 | 100001 | 1011110 | 111 | 100111 | 1011000 | 110001 |
Color Harmonies of #ED9F0F
Complementary color
Monochromatic Colors of #ED9F0F
Black with #ED9F0F
Text Example
Text Example
White with #ED9F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9F0F; }
p { color: rgb(237,159,15); }
H1.HeaderClassName
{
color: #ED9F0F;
}
.AnyTagClassName
{
color: #ED9F0F;
}
</style>
background-color css
<style>
a { background-color: #ED9F0F; }
a { background-color: rgb(237,159,15); }
div.DivClassName
{
background-color: #ED9F0F;
}
.BgClassName
{
background-color: #ED9F0F;
}
</style>
border-color css
<style>
span { border-color: #ED9F0F; }
span { border-color: rgb(237,159,15); }
td.TdClassName
{
border-color: #ED9F0F;
}
.TagClassName
{
border-color: #ED9F0F;
}
</style>