Shades of Gamboge #ED9010
Tints of Gamboge #ED9010
RGB
CMYK
RGB Variations
Color information
#ED9010 (or 0xED9010) is known color: Gamboge. HEX triplet: ED, 90 and 10. RGB value is (237,144,16). Sum of RGB (Red+Green+Blue) = 237+144+16=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9010 is #126FEF. Grayscale: #9D9D9D. Windows color (decimal): -1208304 or 1085677. OLE color: 1085677.
HSL color Cylindrical-coordinate representation of color #ED9010: hue angle of 34.75º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED9010 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 16 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.07 |
| HSL | 34.75º | 0.87% | 0.5% | - |
| HSV(B) | 34.75º | 0.93% | 0.93% | - |
| XYZ | 44.99 | 37.99 | 5.45 | - |
| YUV | 157.22 | 48.31 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 16 | 0 | 0.39 | 0.93 | 0.07 | 34.75 | 0.87 | 0.5 |
| Hex | ED | 90 | 10 | 0 | 27 | 5D | 7 | 23 | 57 | 32 |
| Octal | 355 | 220 | 20 | 0 | 47 | 135 | 7 | 43 | 127 | 62 |
| Binary | 11101101 | 10010000 | 10000 | 0 | 100111 | 1011101 | 111 | 100011 | 1010111 | 110010 |
Color Harmonies of #ED9010
Complementary color
Monochromatic Colors of #ED9010
Black with #ED9010
Text Example
Text Example
White with #ED9010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9010; }
p { color: rgb(237,144,16); }
H1.HeaderClassName
{
color: #ED9010;
}
.AnyTagClassName
{
color: #ED9010;
}
</style>
background-color css
<style>
a { background-color: #ED9010; }
a { background-color: rgb(237,144,16); }
div.DivClassName
{
background-color: #ED9010;
}
.BgClassName
{
background-color: #ED9010;
}
</style>
border-color css
<style>
span { border-color: #ED9010; }
span { border-color: rgb(237,144,16); }
td.TdClassName
{
border-color: #ED9010;
}
.TagClassName
{
border-color: #ED9010;
}
</style>