Shades of Gamboge #EDA213
Tints of Gamboge #EDA213
RGB
CMYK
RGB Variations
Color information
#EDA213 (or 0xEDA213) is known color: Gamboge. HEX triplet: ED, A2 and 13. RGB value is (237,162,19). Sum of RGB (Red+Green+Blue) = 237+162+19=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 19 (7.81% from 255 or 4.55% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA213 is #125DEC. Grayscale: #A8A8A8. Windows color (decimal): -1203693 or 1286893. OLE color: 1286893.
HSL color Cylindrical-coordinate representation of color #EDA213: hue angle of 39.36º 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 #EDA213 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 19 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.07 |
| HSL | 39.36º | 0.86% | 0.5% | - |
| HSV(B) | 39.36º | 0.92% | 0.93% | - |
| XYZ | 47.96 | 43.89 | 6.56 | - |
| YUV | 168.12 | 43.85 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 19 | 0 | 0.32 | 0.92 | 0.07 | 39.36 | 0.86 | 0.5 |
| Hex | ED | A2 | 13 | 0 | 20 | 5C | 7 | 27 | 56 | 32 |
| Octal | 355 | 242 | 23 | 0 | 40 | 134 | 7 | 47 | 126 | 62 |
| Binary | 11101101 | 10100010 | 10011 | 0 | 100000 | 1011100 | 111 | 100111 | 1010110 | 110010 |
Color Harmonies of #EDA213
Complementary color
Monochromatic Colors of #EDA213
Black with #EDA213
Text Example
Text Example
White with #EDA213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA213; }
p { color: rgb(237,162,19); }
H1.HeaderClassName
{
color: #EDA213;
}
.AnyTagClassName
{
color: #EDA213;
}
</style>
background-color css
<style>
a { background-color: #EDA213; }
a { background-color: rgb(237,162,19); }
div.DivClassName
{
background-color: #EDA213;
}
.BgClassName
{
background-color: #EDA213;
}
</style>
border-color css
<style>
span { border-color: #EDA213; }
span { border-color: rgb(237,162,19); }
td.TdClassName
{
border-color: #EDA213;
}
.TagClassName
{
border-color: #EDA213;
}
</style>