Shades of Gamboge #EDA417
Tints of Gamboge #EDA417
RGB
CMYK
RGB Variations
Color information
#EDA417 (or 0xEDA417) is known color: Gamboge. HEX triplet: ED, A4 and 17. RGB value is (237,164,23). Sum of RGB (Red+Green+Blue) = 237+164+23=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 23 (9.38% from 255 or 5.42% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA417 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA417 is #125BE8. Grayscale: #AAAAAA. Windows color (decimal): -1203177 or 1549549. OLE color: 1549549.
HSL color Cylindrical-coordinate representation of color #EDA417: hue angle of 39.53º 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 #EDA417 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 23 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.07 |
| HSL | 39.53º | 0.86% | 0.51% | - |
| HSV(B) | 39.53º | 0.9% | 0.93% | - |
| XYZ | 48.36 | 44.62 | 6.87 | - |
| YUV | 169.75 | 45.18 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 23 | 0 | 0.31 | 0.90 | 0.07 | 39.53 | 0.86 | 0.51 |
| Hex | ED | A4 | 17 | 0 | 1F | 5A | 7 | 28 | 56 | 33 |
| Octal | 355 | 244 | 27 | 0 | 37 | 132 | 7 | 50 | 126 | 63 |
| Binary | 11101101 | 10100100 | 10111 | 0 | 11111 | 1011010 | 111 | 101000 | 1010110 | 110011 |
Color Harmonies of #EDA417
Complementary color
Monochromatic Colors of #EDA417
Black with #EDA417
Text Example
Text Example
White with #EDA417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA417; }
p { color: rgb(237,164,23); }
H1.HeaderClassName
{
color: #EDA417;
}
.AnyTagClassName
{
color: #EDA417;
}
</style>
background-color css
<style>
a { background-color: #EDA417; }
a { background-color: rgb(237,164,23); }
div.DivClassName
{
background-color: #EDA417;
}
.BgClassName
{
background-color: #EDA417;
}
</style>
border-color css
<style>
span { border-color: #EDA417; }
span { border-color: rgb(237,164,23); }
td.TdClassName
{
border-color: #EDA417;
}
.TagClassName
{
border-color: #EDA417;
}
</style>