Shades of Gamboge #ED920F
Tints of Gamboge #ED920F
RGB
CMYK
RGB Variations
Color information
#ED920F (or 0xED920F) is known color: Gamboge. HEX triplet: ED, 92 and 0F. RGB value is (237,146,15). Sum of RGB (Red+Green+Blue) = 237+146+15=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED920F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED920F is #126DF0. Grayscale: #9E9E9E. Windows color (decimal): -1207793 or 1020653. OLE color: 1020653.
HSL color Cylindrical-coordinate representation of color #ED920F: hue angle of 35.41º 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 #ED920F is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 15 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.07 |
| HSL | 35.41º | 0.88% | 0.49% | - |
| HSV(B) | 35.41º | 0.94% | 0.93% | - |
| XYZ | 45.29 | 38.6 | 5.51 | - |
| YUV | 158.28 | 47.15 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 15 | 0 | 0.38 | 0.94 | 0.07 | 35.41 | 0.88 | 0.49 |
| Hex | ED | 92 | F | 0 | 26 | 5E | 7 | 23 | 58 | 31 |
| Octal | 355 | 222 | 17 | 0 | 46 | 136 | 7 | 43 | 130 | 61 |
| Binary | 11101101 | 10010010 | 1111 | 0 | 100110 | 1011110 | 111 | 100011 | 1011000 | 110001 |
Color Harmonies of #ED920F
Complementary color
Monochromatic Colors of #ED920F
Black with #ED920F
Text Example
Text Example
White with #ED920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED920F; }
p { color: rgb(237,146,15); }
H1.HeaderClassName
{
color: #ED920F;
}
.AnyTagClassName
{
color: #ED920F;
}
</style>
background-color css
<style>
a { background-color: #ED920F; }
a { background-color: rgb(237,146,15); }
div.DivClassName
{
background-color: #ED920F;
}
.BgClassName
{
background-color: #ED920F;
}
</style>
border-color css
<style>
span { border-color: #ED920F; }
span { border-color: rgb(237,146,15); }
td.TdClassName
{
border-color: #ED920F;
}
.TagClassName
{
border-color: #ED920F;
}
</style>