Shades of Gamboge #EDA405
Tints of Gamboge #EDA405
RGB
CMYK
RGB Variations
Color information
#EDA405 (or 0xEDA405) is known color: Gamboge. HEX triplet: ED, A4 and 05. RGB value is (237,164,5). Sum of RGB (Red+Green+Blue) = 237+164+5=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA405 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA405 is #125BFA. Grayscale: #A8A8A8. Windows color (decimal): -1203195 or 369901. OLE color: 369901.
HSL color Cylindrical-coordinate representation of color #EDA405: hue angle of 41.12º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDA405 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 5 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.07 |
| HSL | 41.12º | 0.96% | 0.47% | - |
| HSV(B) | 41.12º | 0.98% | 0.93% | - |
| XYZ | 48.23 | 44.57 | 6.2 | - |
| YUV | 167.7 | 36.18 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 5 | 0 | 0.31 | 0.98 | 0.07 | 41.12 | 0.96 | 0.47 |
| Hex | ED | A4 | 5 | 0 | 1F | 62 | 7 | 29 | 60 | 2F |
| Octal | 355 | 244 | 5 | 0 | 37 | 142 | 7 | 51 | 140 | 57 |
| Binary | 11101101 | 10100100 | 101 | 0 | 11111 | 1100010 | 111 | 101001 | 1100000 | 101111 |
Color Harmonies of #EDA405
Complementary color
Monochromatic Colors of #EDA405
Black with #EDA405
Text Example
Text Example
White with #EDA405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA405; }
p { color: rgb(237,164,5); }
H1.HeaderClassName
{
color: #EDA405;
}
.AnyTagClassName
{
color: #EDA405;
}
</style>
background-color css
<style>
a { background-color: #EDA405; }
a { background-color: rgb(237,164,5); }
div.DivClassName
{
background-color: #EDA405;
}
.BgClassName
{
background-color: #EDA405;
}
</style>
border-color css
<style>
span { border-color: #EDA405; }
span { border-color: rgb(237,164,5); }
td.TdClassName
{
border-color: #EDA405;
}
.TagClassName
{
border-color: #EDA405;
}
</style>