Shades of Gamboge #ED9403
Tints of Gamboge #ED9403
RGB
CMYK
RGB Variations
Color information
#ED9403 (or 0xED9403) is known color: Gamboge. HEX triplet: ED, 94 and 03. RGB value is (237,148,3). Sum of RGB (Red+Green+Blue) = 237+148+3=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 3 (1.56% from 255 or 0.77% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9403 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9403 is #126BFC. Grayscale: #9E9E9E. Windows color (decimal): -1207293 or 234733. OLE color: 234733.
HSL color Cylindrical-coordinate representation of color #ED9403: hue angle of 37.18º 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 #ED9403 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 3 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.07 |
| HSL | 37.18º | 0.98% | 0.47% | - |
| HSV(B) | 37.18º | 0.99% | 0.93% | - |
| XYZ | 45.53 | 39.19 | 5.25 | - |
| YUV | 158.08 | 40.49 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 3 | 0 | 0.38 | 0.99 | 0.07 | 37.18 | 0.98 | 0.47 |
| Hex | ED | 94 | 3 | 0 | 26 | 63 | 7 | 25 | 62 | 2F |
| Octal | 355 | 224 | 3 | 0 | 46 | 143 | 7 | 45 | 142 | 57 |
| Binary | 11101101 | 10010100 | 11 | 0 | 100110 | 1100011 | 111 | 100101 | 1100010 | 101111 |
Color Harmonies of #ED9403
Complementary color
Monochromatic Colors of #ED9403
Black with #ED9403
Text Example
Text Example
White with #ED9403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9403; }
p { color: rgb(237,148,3); }
H1.HeaderClassName
{
color: #ED9403;
}
.AnyTagClassName
{
color: #ED9403;
}
</style>
background-color css
<style>
a { background-color: #ED9403; }
a { background-color: rgb(237,148,3); }
div.DivClassName
{
background-color: #ED9403;
}
.BgClassName
{
background-color: #ED9403;
}
</style>
border-color css
<style>
span { border-color: #ED9403; }
span { border-color: rgb(237,148,3); }
td.TdClassName
{
border-color: #ED9403;
}
.TagClassName
{
border-color: #ED9403;
}
</style>