Shades of Gamboge #EDA10E
Tints of Gamboge #EDA10E
RGB
CMYK
RGB Variations
Color information
#EDA10E (or 0xEDA10E) is known color: Gamboge. HEX triplet: ED, A1 and 0E. RGB value is (237,161,14). Sum of RGB (Red+Green+Blue) = 237+161+14=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA10E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA10E is #125EF1. Grayscale: #A7A7A7. Windows color (decimal): -1203954 or 958957. OLE color: 958957.
HSL color Cylindrical-coordinate representation of color #EDA10E: hue angle of 39.55º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDA10E is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 14 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.07 |
| HSL | 39.55º | 0.89% | 0.49% | - |
| HSV(B) | 39.55º | 0.94% | 0.93% | - |
| XYZ | 47.75 | 43.53 | 6.3 | - |
| YUV | 166.97 | 41.68 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 14 | 0 | 0.32 | 0.94 | 0.07 | 39.55 | 0.89 | 0.49 |
| Hex | ED | A1 | E | 0 | 20 | 5E | 7 | 28 | 59 | 31 |
| Octal | 355 | 241 | 16 | 0 | 40 | 136 | 7 | 50 | 131 | 61 |
| Binary | 11101101 | 10100001 | 1110 | 0 | 100000 | 1011110 | 111 | 101000 | 1011001 | 110001 |
Color Harmonies of #EDA10E
Complementary color
Monochromatic Colors of #EDA10E
Black with #EDA10E
Text Example
Text Example
White with #EDA10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA10E; }
p { color: rgb(237,161,14); }
H1.HeaderClassName
{
color: #EDA10E;
}
.AnyTagClassName
{
color: #EDA10E;
}
</style>
background-color css
<style>
a { background-color: #EDA10E; }
a { background-color: rgb(237,161,14); }
div.DivClassName
{
background-color: #EDA10E;
}
.BgClassName
{
background-color: #EDA10E;
}
</style>
border-color css
<style>
span { border-color: #EDA10E; }
span { border-color: rgb(237,161,14); }
td.TdClassName
{
border-color: #EDA10E;
}
.TagClassName
{
border-color: #EDA10E;
}
</style>