Shades of Gamboge #EDA416
Tints of Gamboge #EDA416
RGB
CMYK
RGB Variations
Color information
#EDA416 (or 0xEDA416) is known color: Gamboge. HEX triplet: ED, A4 and 16. RGB value is (237,164,22). Sum of RGB (Red+Green+Blue) = 237+164+22=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA416 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA416 is #125BE9. Grayscale: #AAAAAA. Windows color (decimal): -1203178 or 1484013. OLE color: 1484013.
HSL color Cylindrical-coordinate representation of color #EDA416: hue angle of 39.63º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDA416 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 22 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.07 |
| HSL | 39.63º | 0.86% | 0.51% | - |
| HSV(B) | 39.63º | 0.91% | 0.93% | - |
| XYZ | 48.35 | 44.61 | 6.82 | - |
| YUV | 169.64 | 44.68 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 22 | 0 | 0.31 | 0.91 | 0.07 | 39.63 | 0.86 | 0.51 |
| Hex | ED | A4 | 16 | 0 | 1F | 5B | 7 | 28 | 56 | 33 |
| Octal | 355 | 244 | 26 | 0 | 37 | 133 | 7 | 50 | 126 | 63 |
| Binary | 11101101 | 10100100 | 10110 | 0 | 11111 | 1011011 | 111 | 101000 | 1010110 | 110011 |
Color Harmonies of #EDA416
Complementary color
Monochromatic Colors of #EDA416
Black with #EDA416
Text Example
Text Example
White with #EDA416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA416; }
p { color: rgb(237,164,22); }
H1.HeaderClassName
{
color: #EDA416;
}
.AnyTagClassName
{
color: #EDA416;
}
</style>
background-color css
<style>
a { background-color: #EDA416; }
a { background-color: rgb(237,164,22); }
div.DivClassName
{
background-color: #EDA416;
}
.BgClassName
{
background-color: #EDA416;
}
</style>
border-color css
<style>
span { border-color: #EDA416; }
span { border-color: rgb(237,164,22); }
td.TdClassName
{
border-color: #EDA416;
}
.TagClassName
{
border-color: #EDA416;
}
</style>