Shades of Gamboge #EDA216
Tints of Gamboge #EDA216
RGB
CMYK
RGB Variations
Color information
#EDA216 (or 0xEDA216) is known color: Gamboge. HEX triplet: ED, A2 and 16. RGB value is (237,162,22). Sum of RGB (Red+Green+Blue) = 237+162+22=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA216 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA216 is #125DE9. Grayscale: #A9A9A9. Windows color (decimal): -1203690 or 1483501. OLE color: 1483501.
HSL color Cylindrical-coordinate representation of color #EDA216: hue angle of 39.07º 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 #EDA216 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 22 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.07 |
| HSL | 39.07º | 0.86% | 0.51% | - |
| HSV(B) | 39.07º | 0.91% | 0.93% | - |
| XYZ | 47.99 | 43.9 | 6.7 | - |
| YUV | 168.47 | 45.35 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 22 | 0 | 0.32 | 0.91 | 0.07 | 39.07 | 0.86 | 0.51 |
| Hex | ED | A2 | 16 | 0 | 20 | 5B | 7 | 27 | 56 | 33 |
| Octal | 355 | 242 | 26 | 0 | 40 | 133 | 7 | 47 | 126 | 63 |
| Binary | 11101101 | 10100010 | 10110 | 0 | 100000 | 1011011 | 111 | 100111 | 1010110 | 110011 |
Color Harmonies of #EDA216
Complementary color
Monochromatic Colors of #EDA216
Black with #EDA216
Text Example
Text Example
White with #EDA216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA216; }
p { color: rgb(237,162,22); }
H1.HeaderClassName
{
color: #EDA216;
}
.AnyTagClassName
{
color: #EDA216;
}
</style>
background-color css
<style>
a { background-color: #EDA216; }
a { background-color: rgb(237,162,22); }
div.DivClassName
{
background-color: #EDA216;
}
.BgClassName
{
background-color: #EDA216;
}
</style>
border-color css
<style>
span { border-color: #EDA216; }
span { border-color: rgb(237,162,22); }
td.TdClassName
{
border-color: #EDA216;
}
.TagClassName
{
border-color: #EDA216;
}
</style>