Shades of Gamboge #EDA61C
Tints of Gamboge #EDA61C
RGB
CMYK
RGB Variations
Color information
#EDA61C (or 0xEDA61C) is known color: Gamboge. HEX triplet: ED, A6 and 1C. RGB value is (237,166,28). Sum of RGB (Red+Green+Blue) = 237+166+28=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA61C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA61C is #1259E3. Grayscale: #ACACAC. Windows color (decimal): -1202660 or 1877741. OLE color: 1877741.
HSL color Cylindrical-coordinate representation of color #EDA61C: hue angle of 39.62º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDA61C is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 28 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.07 |
| HSL | 39.62º | 0.85% | 0.52% | - |
| HSV(B) | 39.62º | 0.88% | 0.93% | - |
| XYZ | 48.77 | 45.36 | 7.28 | - |
| YUV | 171.5 | 47.02 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 28 | 0 | 0.30 | 0.88 | 0.07 | 39.62 | 0.85 | 0.52 |
| Hex | ED | A6 | 1C | 0 | 1E | 58 | 7 | 28 | 55 | 34 |
| Octal | 355 | 246 | 34 | 0 | 36 | 130 | 7 | 50 | 125 | 64 |
| Binary | 11101101 | 10100110 | 11100 | 0 | 11110 | 1011000 | 111 | 101000 | 1010101 | 110100 |
Color Harmonies of #EDA61C
Complementary color
Monochromatic Colors of #EDA61C
Black with #EDA61C
Text Example
Text Example
White with #EDA61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA61C; }
p { color: rgb(237,166,28); }
H1.HeaderClassName
{
color: #EDA61C;
}
.AnyTagClassName
{
color: #EDA61C;
}
</style>
background-color css
<style>
a { background-color: #EDA61C; }
a { background-color: rgb(237,166,28); }
div.DivClassName
{
background-color: #EDA61C;
}
.BgClassName
{
background-color: #EDA61C;
}
</style>
border-color css
<style>
span { border-color: #EDA61C; }
span { border-color: rgb(237,166,28); }
td.TdClassName
{
border-color: #EDA61C;
}
.TagClassName
{
border-color: #EDA61C;
}
</style>