Shades of Gamboge #ED9903
Tints of Gamboge #ED9903
RGB
CMYK
RGB Variations
Color information
#ED9903 (or 0xED9903) is known color: Gamboge. HEX triplet: ED, 99 and 03. RGB value is (237,153,3). Sum of RGB (Red+Green+Blue) = 237+153+3=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 3 (1.56% from 255 or 0.76% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9903 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9903 is #1266FC. Grayscale: #A1A1A1. Windows color (decimal): -1206013 or 236013. OLE color: 236013.
HSL color Cylindrical-coordinate representation of color #ED9903: hue angle of 38.46º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED9903 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 3 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.07 |
| HSL | 38.46º | 0.98% | 0.47% | - |
| HSV(B) | 38.46º | 0.99% | 0.93% | - |
| XYZ | 46.33 | 40.79 | 5.52 | - |
| YUV | 161.02 | 38.83 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 3 | 0 | 0.35 | 0.99 | 0.07 | 38.46 | 0.98 | 0.47 |
| Hex | ED | 99 | 3 | 0 | 23 | 63 | 7 | 26 | 62 | 2F |
| Octal | 355 | 231 | 3 | 0 | 43 | 143 | 7 | 46 | 142 | 57 |
| Binary | 11101101 | 10011001 | 11 | 0 | 100011 | 1100011 | 111 | 100110 | 1100010 | 101111 |
Color Harmonies of #ED9903
Complementary color
Monochromatic Colors of #ED9903
Black with #ED9903
Text Example
Text Example
White with #ED9903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9903; }
p { color: rgb(237,153,3); }
H1.HeaderClassName
{
color: #ED9903;
}
.AnyTagClassName
{
color: #ED9903;
}
</style>
background-color css
<style>
a { background-color: #ED9903; }
a { background-color: rgb(237,153,3); }
div.DivClassName
{
background-color: #ED9903;
}
.BgClassName
{
background-color: #ED9903;
}
</style>
border-color css
<style>
span { border-color: #ED9903; }
span { border-color: rgb(237,153,3); }
td.TdClassName
{
border-color: #ED9903;
}
.TagClassName
{
border-color: #ED9903;
}
</style>