Shades of Gamboge #EDA012
Tints of Gamboge #EDA012
RGB
CMYK
RGB Variations
Color information
#EDA012 (or 0xEDA012) is known color: Gamboge. HEX triplet: ED, A0 and 12. RGB value is (237,160,18). Sum of RGB (Red+Green+Blue) = 237+160+18=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 18 (7.42% from 255 or 4.34% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA012 is #125FED. Grayscale: #A7A7A7. Windows color (decimal): -1204206 or 1220845. OLE color: 1220845.
HSL color Cylindrical-coordinate representation of color #EDA012: hue angle of 38.9º 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 #EDA012 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 18 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.07 |
| HSL | 38.9º | 0.86% | 0.5% | - |
| HSV(B) | 38.9º | 0.92% | 0.93% | - |
| XYZ | 47.61 | 43.19 | 6.4 | - |
| YUV | 166.84 | 44.01 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 18 | 0 | 0.32 | 0.92 | 0.07 | 38.9 | 0.86 | 0.5 |
| Hex | ED | A0 | 12 | 0 | 20 | 5C | 7 | 27 | 56 | 32 |
| Octal | 355 | 240 | 22 | 0 | 40 | 134 | 7 | 47 | 126 | 62 |
| Binary | 11101101 | 10100000 | 10010 | 0 | 100000 | 1011100 | 111 | 100111 | 1010110 | 110010 |
Color Harmonies of #EDA012
Complementary color
Monochromatic Colors of #EDA012
Black with #EDA012
Text Example
Text Example
White with #EDA012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA012; }
p { color: rgb(237,160,18); }
H1.HeaderClassName
{
color: #EDA012;
}
.AnyTagClassName
{
color: #EDA012;
}
</style>
background-color css
<style>
a { background-color: #EDA012; }
a { background-color: rgb(237,160,18); }
div.DivClassName
{
background-color: #EDA012;
}
.BgClassName
{
background-color: #EDA012;
}
</style>
border-color css
<style>
span { border-color: #EDA012; }
span { border-color: rgb(237,160,18); }
td.TdClassName
{
border-color: #EDA012;
}
.TagClassName
{
border-color: #EDA012;
}
</style>