Shades of Gamboge #EDA112
Tints of Gamboge #EDA112
RGB
CMYK
RGB Variations
Color information
#EDA112 (or 0xEDA112) is known color: Gamboge. HEX triplet: ED, A1 and 12. RGB value is (237,161,18). Sum of RGB (Red+Green+Blue) = 237+161+18=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 18 (7.42% from 255 or 4.33% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA112 is #125EED. Grayscale: #A8A8A8. Windows color (decimal): -1203950 or 1221101. OLE color: 1221101.
HSL color Cylindrical-coordinate representation of color #EDA112: hue angle of 39.18º 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 #EDA112 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 18 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.07 |
| HSL | 39.18º | 0.86% | 0.5% | - |
| HSV(B) | 39.18º | 0.92% | 0.93% | - |
| XYZ | 47.78 | 43.54 | 6.46 | - |
| YUV | 167.42 | 43.68 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 18 | 0 | 0.32 | 0.92 | 0.07 | 39.18 | 0.86 | 0.5 |
| Hex | ED | A1 | 12 | 0 | 20 | 5C | 7 | 27 | 56 | 32 |
| Octal | 355 | 241 | 22 | 0 | 40 | 134 | 7 | 47 | 126 | 62 |
| Binary | 11101101 | 10100001 | 10010 | 0 | 100000 | 1011100 | 111 | 100111 | 1010110 | 110010 |
Color Harmonies of #EDA112
Complementary color
Monochromatic Colors of #EDA112
Black with #EDA112
Text Example
Text Example
White with #EDA112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA112; }
p { color: rgb(237,161,18); }
H1.HeaderClassName
{
color: #EDA112;
}
.AnyTagClassName
{
color: #EDA112;
}
</style>
background-color css
<style>
a { background-color: #EDA112; }
a { background-color: rgb(237,161,18); }
div.DivClassName
{
background-color: #EDA112;
}
.BgClassName
{
background-color: #EDA112;
}
</style>
border-color css
<style>
span { border-color: #EDA112; }
span { border-color: rgb(237,161,18); }
td.TdClassName
{
border-color: #EDA112;
}
.TagClassName
{
border-color: #EDA112;
}
</style>