Shades of Gamboge #EDA612
Tints of Gamboge #EDA612
RGB
CMYK
RGB Variations
Color information
#EDA612 (or 0xEDA612) is known color: Gamboge. HEX triplet: ED, A6 and 12. RGB value is (237,166,18). Sum of RGB (Red+Green+Blue) = 237+166+18=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA612 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA612 is #1259ED. Grayscale: #ABABAB. Windows color (decimal): -1202670 or 1222381. OLE color: 1222381.
HSL color Cylindrical-coordinate representation of color #EDA612: hue angle of 40.55º 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 #EDA612 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 18 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.07 |
| HSL | 40.55º | 0.86% | 0.5% | - |
| HSV(B) | 40.55º | 0.92% | 0.93% | - |
| XYZ | 48.67 | 45.32 | 6.75 | - |
| YUV | 170.36 | 42.02 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 18 | 0 | 0.30 | 0.92 | 0.07 | 40.55 | 0.86 | 0.5 |
| Hex | ED | A6 | 12 | 0 | 1E | 5C | 7 | 29 | 56 | 32 |
| Octal | 355 | 246 | 22 | 0 | 36 | 134 | 7 | 51 | 126 | 62 |
| Binary | 11101101 | 10100110 | 10010 | 0 | 11110 | 1011100 | 111 | 101001 | 1010110 | 110010 |
Color Harmonies of #EDA612
Complementary color
Monochromatic Colors of #EDA612
Black with #EDA612
Text Example
Text Example
White with #EDA612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA612; }
p { color: rgb(237,166,18); }
H1.HeaderClassName
{
color: #EDA612;
}
.AnyTagClassName
{
color: #EDA612;
}
</style>
background-color css
<style>
a { background-color: #EDA612; }
a { background-color: rgb(237,166,18); }
div.DivClassName
{
background-color: #EDA612;
}
.BgClassName
{
background-color: #EDA612;
}
</style>
border-color css
<style>
span { border-color: #EDA612; }
span { border-color: rgb(237,166,18); }
td.TdClassName
{
border-color: #EDA612;
}
.TagClassName
{
border-color: #EDA612;
}
</style>