Shades of Gamboge #ED920D
Tints of Gamboge #ED920D
RGB
CMYK
RGB Variations
Color information
#ED920D (or 0xED920D) is known color: Gamboge. HEX triplet: ED, 92 and 0D. RGB value is (237,146,13). Sum of RGB (Red+Green+Blue) = 237+146+13=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED920D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED920D is #126DF2. Grayscale: #9E9E9E. Windows color (decimal): -1207795 or 889581. OLE color: 889581.
HSL color Cylindrical-coordinate representation of color #ED920D: hue angle of 35.62º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED920D is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 13 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.07 |
| HSL | 35.63º | 0.9% | 0.49% | - |
| HSV(B) | 35.63º | 0.95% | 0.93% | - |
| XYZ | 45.28 | 38.59 | 5.44 | - |
| YUV | 158.05 | 46.15 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 13 | 0 | 0.38 | 0.95 | 0.07 | 35.63 | 0.9 | 0.49 |
| Hex | ED | 92 | D | 0 | 26 | 5F | 7 | 24 | 5A | 31 |
| Octal | 355 | 222 | 15 | 0 | 46 | 137 | 7 | 44 | 132 | 61 |
| Binary | 11101101 | 10010010 | 1101 | 0 | 100110 | 1011111 | 111 | 100100 | 1011010 | 110001 |
Color Harmonies of #ED920D
Complementary color
Monochromatic Colors of #ED920D
Black with #ED920D
Text Example
Text Example
White with #ED920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED920D; }
p { color: rgb(237,146,13); }
H1.HeaderClassName
{
color: #ED920D;
}
.AnyTagClassName
{
color: #ED920D;
}
</style>
background-color css
<style>
a { background-color: #ED920D; }
a { background-color: rgb(237,146,13); }
div.DivClassName
{
background-color: #ED920D;
}
.BgClassName
{
background-color: #ED920D;
}
</style>
border-color css
<style>
span { border-color: #ED920D; }
span { border-color: rgb(237,146,13); }
td.TdClassName
{
border-color: #ED920D;
}
.TagClassName
{
border-color: #ED920D;
}
</style>