Shades of Gamboge #ED9A0F
Tints of Gamboge #ED9A0F
RGB
CMYK
RGB Variations
Color information
#ED9A0F (or 0xED9A0F) is known color: Gamboge. HEX triplet: ED, 9A and 0F. RGB value is (237,154,15). Sum of RGB (Red+Green+Blue) = 237+154+15=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 15 (6.25% from 255 or 3.69% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9A0F is #1265F0. Grayscale: #A3A3A3. Windows color (decimal): -1205745 or 1022701. OLE color: 1022701.
HSL color Cylindrical-coordinate representation of color #ED9A0F: hue angle of 37.57º 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 #ED9A0F is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 154 | 15 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.07 |
| HSL | 37.57º | 0.88% | 0.49% | - |
| HSV(B) | 37.57º | 0.94% | 0.93% | - |
| XYZ | 46.57 | 41.15 | 5.94 | - |
| YUV | 162.97 | 44.5 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 154 | 15 | 0 | 0.35 | 0.94 | 0.07 | 37.57 | 0.88 | 0.49 |
| Hex | ED | 9A | F | 0 | 23 | 5E | 7 | 26 | 58 | 31 |
| Octal | 355 | 232 | 17 | 0 | 43 | 136 | 7 | 46 | 130 | 61 |
| Binary | 11101101 | 10011010 | 1111 | 0 | 100011 | 1011110 | 111 | 100110 | 1011000 | 110001 |
Color Harmonies of #ED9A0F
Complementary color
Monochromatic Colors of #ED9A0F
Black with #ED9A0F
Text Example
Text Example
White with #ED9A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9A0F; }
p { color: rgb(237,154,15); }
H1.HeaderClassName
{
color: #ED9A0F;
}
.AnyTagClassName
{
color: #ED9A0F;
}
</style>
background-color css
<style>
a { background-color: #ED9A0F; }
a { background-color: rgb(237,154,15); }
div.DivClassName
{
background-color: #ED9A0F;
}
.BgClassName
{
background-color: #ED9A0F;
}
</style>
border-color css
<style>
span { border-color: #ED9A0F; }
span { border-color: rgb(237,154,15); }
td.TdClassName
{
border-color: #ED9A0F;
}
.TagClassName
{
border-color: #ED9A0F;
}
</style>