Shades of Gamboge #EDA812
Tints of Gamboge #EDA812
RGB
CMYK
RGB Variations
Color information
#EDA812 (or 0xEDA812) is known color: Gamboge. HEX triplet: ED, A8 and 12. RGB value is (237,168,18). Sum of RGB (Red+Green+Blue) = 237+168+18=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA812 is #1257ED. Grayscale: #ACACAC. Windows color (decimal): -1202158 or 1222893. OLE color: 1222893.
HSL color Cylindrical-coordinate representation of color #EDA812: hue angle of 41.1º 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 #EDA812 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 18 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.07 |
| HSL | 41.1º | 0.86% | 0.5% | - |
| HSV(B) | 41.1º | 0.92% | 0.93% | - |
| XYZ | 49.04 | 46.05 | 6.88 | - |
| YUV | 171.53 | 41.36 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 18 | 0 | 0.29 | 0.92 | 0.07 | 41.1 | 0.86 | 0.5 |
| Hex | ED | A8 | 12 | 0 | 1D | 5C | 7 | 29 | 56 | 32 |
| Octal | 355 | 250 | 22 | 0 | 35 | 134 | 7 | 51 | 126 | 62 |
| Binary | 11101101 | 10101000 | 10010 | 0 | 11101 | 1011100 | 111 | 101001 | 1010110 | 110010 |
Color Harmonies of #EDA812
Complementary color
Monochromatic Colors of #EDA812
Black with #EDA812
Text Example
Text Example
White with #EDA812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA812; }
p { color: rgb(237,168,18); }
H1.HeaderClassName
{
color: #EDA812;
}
.AnyTagClassName
{
color: #EDA812;
}
</style>
background-color css
<style>
a { background-color: #EDA812; }
a { background-color: rgb(237,168,18); }
div.DivClassName
{
background-color: #EDA812;
}
.BgClassName
{
background-color: #EDA812;
}
</style>
border-color css
<style>
span { border-color: #EDA812; }
span { border-color: rgb(237,168,18); }
td.TdClassName
{
border-color: #EDA812;
}
.TagClassName
{
border-color: #EDA812;
}
</style>