Shades of Gamboge #EDA317
Tints of Gamboge #EDA317
RGB
CMYK
RGB Variations
Color information
#EDA317 (or 0xEDA317) is known color: Gamboge. HEX triplet: ED, A3 and 17. RGB value is (237,163,23). Sum of RGB (Red+Green+Blue) = 237+163+23=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 23 (9.38% from 255 or 5.44% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA317 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA317 is #125CE8. Grayscale: #A9A9A9. Windows color (decimal): -1203433 or 1549293. OLE color: 1549293.
HSL color Cylindrical-coordinate representation of color #EDA317: hue angle of 39.25º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDA317 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 23 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.07 |
| HSL | 39.25º | 0.86% | 0.51% | - |
| HSV(B) | 39.25º | 0.9% | 0.93% | - |
| XYZ | 48.18 | 44.26 | 6.81 | - |
| YUV | 169.17 | 45.52 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 23 | 0 | 0.31 | 0.90 | 0.07 | 39.25 | 0.86 | 0.51 |
| Hex | ED | A3 | 17 | 0 | 1F | 5A | 7 | 27 | 56 | 33 |
| Octal | 355 | 243 | 27 | 0 | 37 | 132 | 7 | 47 | 126 | 63 |
| Binary | 11101101 | 10100011 | 10111 | 0 | 11111 | 1011010 | 111 | 100111 | 1010110 | 110011 |
Color Harmonies of #EDA317
Complementary color
Monochromatic Colors of #EDA317
Black with #EDA317
Text Example
Text Example
White with #EDA317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA317; }
p { color: rgb(237,163,23); }
H1.HeaderClassName
{
color: #EDA317;
}
.AnyTagClassName
{
color: #EDA317;
}
</style>
background-color css
<style>
a { background-color: #EDA317; }
a { background-color: rgb(237,163,23); }
div.DivClassName
{
background-color: #EDA317;
}
.BgClassName
{
background-color: #EDA317;
}
</style>
border-color css
<style>
span { border-color: #EDA317; }
span { border-color: rgb(237,163,23); }
td.TdClassName
{
border-color: #EDA317;
}
.TagClassName
{
border-color: #EDA317;
}
</style>