Shades of Gamboge #EDA214
Tints of Gamboge #EDA214
RGB
CMYK
RGB Variations
Color information
#EDA214 (or 0xEDA214) is known color: Gamboge. HEX triplet: ED, A2 and 14. RGB value is (237,162,20). Sum of RGB (Red+Green+Blue) = 237+162+20=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA214 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA214 is #125DEB. Grayscale: #A8A8A8. Windows color (decimal): -1203692 or 1352429. OLE color: 1352429.
HSL color Cylindrical-coordinate representation of color #EDA214: hue angle of 39.26º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDA214 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 20 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.07 |
| HSL | 39.26º | 0.86% | 0.5% | - |
| HSV(B) | 39.26º | 0.92% | 0.93% | - |
| XYZ | 47.97 | 43.9 | 6.61 | - |
| YUV | 168.24 | 44.35 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 20 | 0 | 0.32 | 0.92 | 0.07 | 39.26 | 0.86 | 0.5 |
| Hex | ED | A2 | 14 | 0 | 20 | 5C | 7 | 27 | 56 | 32 |
| Octal | 355 | 242 | 24 | 0 | 40 | 134 | 7 | 47 | 126 | 62 |
| Binary | 11101101 | 10100010 | 10100 | 0 | 100000 | 1011100 | 111 | 100111 | 1010110 | 110010 |
Color Harmonies of #EDA214
Complementary color
Monochromatic Colors of #EDA214
Black with #EDA214
Text Example
Text Example
White with #EDA214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA214; }
p { color: rgb(237,162,20); }
H1.HeaderClassName
{
color: #EDA214;
}
.AnyTagClassName
{
color: #EDA214;
}
</style>
background-color css
<style>
a { background-color: #EDA214; }
a { background-color: rgb(237,162,20); }
div.DivClassName
{
background-color: #EDA214;
}
.BgClassName
{
background-color: #EDA214;
}
</style>
border-color css
<style>
span { border-color: #EDA214; }
span { border-color: rgb(237,162,20); }
td.TdClassName
{
border-color: #EDA214;
}
.TagClassName
{
border-color: #EDA214;
}
</style>