Shades of Gamboge #ED920C
Tints of Gamboge #ED920C
RGB
CMYK
RGB Variations
Color information
#ED920C (or 0xED920C) is known color: Gamboge. HEX triplet: ED, 92 and 0C. RGB value is (237,146,12). Sum of RGB (Red+Green+Blue) = 237+146+12=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED920C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED920C is #126DF3. Grayscale: #9E9E9E. Windows color (decimal): -1207796 or 824045. OLE color: 824045.
HSL color Cylindrical-coordinate representation of color #ED920C: hue angle of 35.73º 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 #ED920C is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 12 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.07 |
| HSL | 35.73º | 0.9% | 0.49% | - |
| HSV(B) | 35.73º | 0.95% | 0.93% | - |
| XYZ | 45.27 | 38.59 | 5.41 | - |
| YUV | 157.93 | 45.65 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 12 | 0 | 0.38 | 0.95 | 0.07 | 35.73 | 0.9 | 0.49 |
| Hex | ED | 92 | C | 0 | 26 | 5F | 7 | 24 | 5A | 31 |
| Octal | 355 | 222 | 14 | 0 | 46 | 137 | 7 | 44 | 132 | 61 |
| Binary | 11101101 | 10010010 | 1100 | 0 | 100110 | 1011111 | 111 | 100100 | 1011010 | 110001 |
Color Harmonies of #ED920C
Complementary color
Monochromatic Colors of #ED920C
Black with #ED920C
Text Example
Text Example
White with #ED920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED920C; }
p { color: rgb(237,146,12); }
H1.HeaderClassName
{
color: #ED920C;
}
.AnyTagClassName
{
color: #ED920C;
}
</style>
background-color css
<style>
a { background-color: #ED920C; }
a { background-color: rgb(237,146,12); }
div.DivClassName
{
background-color: #ED920C;
}
.BgClassName
{
background-color: #ED920C;
}
</style>
border-color css
<style>
span { border-color: #ED920C; }
span { border-color: rgb(237,146,12); }
td.TdClassName
{
border-color: #ED920C;
}
.TagClassName
{
border-color: #ED920C;
}
</style>