Shades of Gamboge #EDA40D
Tints of Gamboge #EDA40D
RGB
CMYK
RGB Variations
Color information
#EDA40D (or 0xEDA40D) is known color: Gamboge. HEX triplet: ED, A4 and 0D. RGB value is (237,164,13). Sum of RGB (Red+Green+Blue) = 237+164+13=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 13 (5.47% from 255 or 3.14% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA40D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA40D is #125BF2. Grayscale: #A9A9A9. Windows color (decimal): -1203187 or 894189. OLE color: 894189.
HSL color Cylindrical-coordinate representation of color #EDA40D: hue angle of 40.45º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDA40D is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 13 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.07 |
| HSL | 40.45º | 0.9% | 0.49% | - |
| HSV(B) | 40.45º | 0.95% | 0.93% | - |
| XYZ | 48.27 | 44.58 | 6.44 | - |
| YUV | 168.61 | 40.18 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 13 | 0 | 0.31 | 0.95 | 0.07 | 40.45 | 0.9 | 0.49 |
| Hex | ED | A4 | D | 0 | 1F | 5F | 7 | 28 | 5A | 31 |
| Octal | 355 | 244 | 15 | 0 | 37 | 137 | 7 | 50 | 132 | 61 |
| Binary | 11101101 | 10100100 | 1101 | 0 | 11111 | 1011111 | 111 | 101000 | 1011010 | 110001 |
Color Harmonies of #EDA40D
Complementary color
Monochromatic Colors of #EDA40D
Black with #EDA40D
Text Example
Text Example
White with #EDA40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA40D; }
p { color: rgb(237,164,13); }
H1.HeaderClassName
{
color: #EDA40D;
}
.AnyTagClassName
{
color: #EDA40D;
}
</style>
background-color css
<style>
a { background-color: #EDA40D; }
a { background-color: rgb(237,164,13); }
div.DivClassName
{
background-color: #EDA40D;
}
.BgClassName
{
background-color: #EDA40D;
}
</style>
border-color css
<style>
span { border-color: #EDA40D; }
span { border-color: rgb(237,164,13); }
td.TdClassName
{
border-color: #EDA40D;
}
.TagClassName
{
border-color: #EDA40D;
}
</style>