Shades of Gamboge #EDA61D
Tints of Gamboge #EDA61D
RGB
CMYK
RGB Variations
Color information
#EDA61D (or 0xEDA61D) is known color: Gamboge. HEX triplet: ED, A6 and 1D. RGB value is (237,166,29). Sum of RGB (Red+Green+Blue) = 237+166+29=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 29 (11.72% from 255 or 6.71% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA61D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA61D is #1259E2. Grayscale: #ACACAC. Windows color (decimal): -1202659 or 1943277. OLE color: 1943277.
HSL color Cylindrical-coordinate representation of color #EDA61D: hue angle of 39.52º 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 #EDA61D is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 29 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.07 |
| HSL | 39.52º | 0.85% | 0.52% | - |
| HSV(B) | 39.52º | 0.88% | 0.93% | - |
| XYZ | 48.78 | 45.37 | 7.35 | - |
| YUV | 171.61 | 47.52 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 29 | 0 | 0.30 | 0.88 | 0.07 | 39.52 | 0.85 | 0.52 |
| Hex | ED | A6 | 1D | 0 | 1E | 58 | 7 | 28 | 55 | 34 |
| Octal | 355 | 246 | 35 | 0 | 36 | 130 | 7 | 50 | 125 | 64 |
| Binary | 11101101 | 10100110 | 11101 | 0 | 11110 | 1011000 | 111 | 101000 | 1010101 | 110100 |
Color Harmonies of #EDA61D
Complementary color
Monochromatic Colors of #EDA61D
Black with #EDA61D
Text Example
Text Example
White with #EDA61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA61D; }
p { color: rgb(237,166,29); }
H1.HeaderClassName
{
color: #EDA61D;
}
.AnyTagClassName
{
color: #EDA61D;
}
</style>
background-color css
<style>
a { background-color: #EDA61D; }
a { background-color: rgb(237,166,29); }
div.DivClassName
{
background-color: #EDA61D;
}
.BgClassName
{
background-color: #EDA61D;
}
</style>
border-color css
<style>
span { border-color: #EDA61D; }
span { border-color: rgb(237,166,29); }
td.TdClassName
{
border-color: #EDA61D;
}
.TagClassName
{
border-color: #EDA61D;
}
</style>