Shades of Gamboge #ED9905
Tints of Gamboge #ED9905
RGB
CMYK
RGB Variations
Color information
#ED9905 (or 0xED9905) is known color: Gamboge. HEX triplet: ED, 99 and 05. RGB value is (237,153,5). Sum of RGB (Red+Green+Blue) = 237+153+5=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 5 (2.34% from 255 or 1.27% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9905 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9905 is #1266FA. Grayscale: #A1A1A1. Windows color (decimal): -1206011 or 367085. OLE color: 367085.
HSL color Cylindrical-coordinate representation of color #ED9905: hue angle of 38.28º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED9905 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 5 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.07 |
| HSL | 38.28º | 0.96% | 0.47% | - |
| HSV(B) | 38.28º | 0.98% | 0.93% | - |
| XYZ | 46.34 | 40.8 | 5.58 | - |
| YUV | 161.24 | 39.83 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 5 | 0 | 0.35 | 0.98 | 0.07 | 38.28 | 0.96 | 0.47 |
| Hex | ED | 99 | 5 | 0 | 23 | 62 | 7 | 26 | 60 | 2F |
| Octal | 355 | 231 | 5 | 0 | 43 | 142 | 7 | 46 | 140 | 57 |
| Binary | 11101101 | 10011001 | 101 | 0 | 100011 | 1100010 | 111 | 100110 | 1100000 | 101111 |
Color Harmonies of #ED9905
Complementary color
Monochromatic Colors of #ED9905
Black with #ED9905
Text Example
Text Example
White with #ED9905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9905; }
p { color: rgb(237,153,5); }
H1.HeaderClassName
{
color: #ED9905;
}
.AnyTagClassName
{
color: #ED9905;
}
</style>
background-color css
<style>
a { background-color: #ED9905; }
a { background-color: rgb(237,153,5); }
div.DivClassName
{
background-color: #ED9905;
}
.BgClassName
{
background-color: #ED9905;
}
</style>
border-color css
<style>
span { border-color: #ED9905; }
span { border-color: rgb(237,153,5); }
td.TdClassName
{
border-color: #ED9905;
}
.TagClassName
{
border-color: #ED9905;
}
</style>