Shades of Gamboge #EDA503
Tints of Gamboge #EDA503
RGB
CMYK
RGB Variations
Color information
#EDA503 (or 0xEDA503) is known color: Gamboge. HEX triplet: ED, A5 and 03. RGB value is (237,165,3). Sum of RGB (Red+Green+Blue) = 237+165+3=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 3 (1.56% from 255 or 0.74% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA503 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA503 is #125AFC. Grayscale: #A8A8A8. Windows color (decimal): -1202941 or 239085. OLE color: 239085.
HSL color Cylindrical-coordinate representation of color #EDA503: hue angle of 41.54º 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 #EDA503 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 3 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.07 |
| HSL | 41.54º | 0.98% | 0.47% | - |
| HSV(B) | 41.54º | 0.99% | 0.93% | - |
| XYZ | 48.4 | 44.92 | 6.21 | - |
| YUV | 168.06 | 34.85 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 3 | 0 | 0.30 | 0.99 | 0.07 | 41.54 | 0.98 | 0.47 |
| Hex | ED | A5 | 3 | 0 | 1E | 63 | 7 | 2A | 62 | 2F |
| Octal | 355 | 245 | 3 | 0 | 36 | 143 | 7 | 52 | 142 | 57 |
| Binary | 11101101 | 10100101 | 11 | 0 | 11110 | 1100011 | 111 | 101010 | 1100010 | 101111 |
Color Harmonies of #EDA503
Complementary color
Monochromatic Colors of #EDA503
Black with #EDA503
Text Example
Text Example
White with #EDA503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA503; }
p { color: rgb(237,165,3); }
H1.HeaderClassName
{
color: #EDA503;
}
.AnyTagClassName
{
color: #EDA503;
}
</style>
background-color css
<style>
a { background-color: #EDA503; }
a { background-color: rgb(237,165,3); }
div.DivClassName
{
background-color: #EDA503;
}
.BgClassName
{
background-color: #EDA503;
}
</style>
border-color css
<style>
span { border-color: #EDA503; }
span { border-color: rgb(237,165,3); }
td.TdClassName
{
border-color: #EDA503;
}
.TagClassName
{
border-color: #EDA503;
}
</style>