Shades of Gamboge #EDA409
Tints of Gamboge #EDA409
RGB
CMYK
RGB Variations
Color information
#EDA409 (or 0xEDA409) is known color: Gamboge. HEX triplet: ED, A4 and 09. RGB value is (237,164,9). Sum of RGB (Red+Green+Blue) = 237+164+9=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 9 (3.91% from 255 or 2.20% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA409 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA409 is #125BF6. Grayscale: #A8A8A8. Windows color (decimal): -1203191 or 632045. OLE color: 632045.
HSL color Cylindrical-coordinate representation of color #EDA409: hue angle of 40.79º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDA409 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 9 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.07 |
| HSL | 40.79º | 0.93% | 0.48% | - |
| HSV(B) | 40.79º | 0.96% | 0.93% | - |
| XYZ | 48.25 | 44.58 | 6.32 | - |
| YUV | 168.16 | 38.18 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 9 | 0 | 0.31 | 0.96 | 0.07 | 40.79 | 0.93 | 0.48 |
| Hex | ED | A4 | 9 | 0 | 1F | 60 | 7 | 29 | 5D | 30 |
| Octal | 355 | 244 | 11 | 0 | 37 | 140 | 7 | 51 | 135 | 60 |
| Binary | 11101101 | 10100100 | 1001 | 0 | 11111 | 1100000 | 111 | 101001 | 1011101 | 110000 |
Color Harmonies of #EDA409
Complementary color
Monochromatic Colors of #EDA409
Black with #EDA409
Text Example
Text Example
White with #EDA409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA409; }
p { color: rgb(237,164,9); }
H1.HeaderClassName
{
color: #EDA409;
}
.AnyTagClassName
{
color: #EDA409;
}
</style>
background-color css
<style>
a { background-color: #EDA409; }
a { background-color: rgb(237,164,9); }
div.DivClassName
{
background-color: #EDA409;
}
.BgClassName
{
background-color: #EDA409;
}
</style>
border-color css
<style>
span { border-color: #EDA409; }
span { border-color: rgb(237,164,9); }
td.TdClassName
{
border-color: #EDA409;
}
.TagClassName
{
border-color: #EDA409;
}
</style>