Shades of Gamboge #EDA415
Tints of Gamboge #EDA415
RGB
CMYK
RGB Variations
Color information
#EDA415 (or 0xEDA415) is known color: Gamboge. HEX triplet: ED, A4 and 15. RGB value is (237,164,21). Sum of RGB (Red+Green+Blue) = 237+164+21=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 21 (8.59% from 255 or 4.98% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA415 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA415 is #125BEA. Grayscale: #AAAAAA. Windows color (decimal): -1203179 or 1418477. OLE color: 1418477.
HSL color Cylindrical-coordinate representation of color #EDA415: hue angle of 39.72º 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 #EDA415 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 21 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.07 |
| HSL | 39.72º | 0.86% | 0.51% | - |
| HSV(B) | 39.72º | 0.91% | 0.93% | - |
| XYZ | 48.34 | 44.61 | 6.77 | - |
| YUV | 169.53 | 44.18 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 21 | 0 | 0.31 | 0.91 | 0.07 | 39.72 | 0.86 | 0.51 |
| Hex | ED | A4 | 15 | 0 | 1F | 5B | 7 | 28 | 56 | 33 |
| Octal | 355 | 244 | 25 | 0 | 37 | 133 | 7 | 50 | 126 | 63 |
| Binary | 11101101 | 10100100 | 10101 | 0 | 11111 | 1011011 | 111 | 101000 | 1010110 | 110011 |
Color Harmonies of #EDA415
Complementary color
Monochromatic Colors of #EDA415
Black with #EDA415
Text Example
Text Example
White with #EDA415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA415; }
p { color: rgb(237,164,21); }
H1.HeaderClassName
{
color: #EDA415;
}
.AnyTagClassName
{
color: #EDA415;
}
</style>
background-color css
<style>
a { background-color: #EDA415; }
a { background-color: rgb(237,164,21); }
div.DivClassName
{
background-color: #EDA415;
}
.BgClassName
{
background-color: #EDA415;
}
</style>
border-color css
<style>
span { border-color: #EDA415; }
span { border-color: rgb(237,164,21); }
td.TdClassName
{
border-color: #EDA415;
}
.TagClassName
{
border-color: #EDA415;
}
</style>