Shades of Gamboge #EDA407
Tints of Gamboge #EDA407
RGB
CMYK
RGB Variations
Color information
#EDA407 (or 0xEDA407) is known color: Gamboge. HEX triplet: ED, A4 and 07. RGB value is (237,164,7). Sum of RGB (Red+Green+Blue) = 237+164+7=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 7 (3.12% from 255 or 1.72% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA407 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA407 is #125BF8. Grayscale: #A8A8A8. Windows color (decimal): -1203193 or 500973. OLE color: 500973.
HSL color Cylindrical-coordinate representation of color #EDA407: hue angle of 40.96º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDA407 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 7 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.07 |
| HSL | 40.96º | 0.94% | 0.48% | - |
| HSV(B) | 40.96º | 0.97% | 0.93% | - |
| XYZ | 48.24 | 44.57 | 6.26 | - |
| YUV | 167.93 | 37.18 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 7 | 0 | 0.31 | 0.97 | 0.07 | 40.96 | 0.94 | 0.48 |
| Hex | ED | A4 | 7 | 0 | 1F | 61 | 7 | 29 | 5E | 30 |
| Octal | 355 | 244 | 7 | 0 | 37 | 141 | 7 | 51 | 136 | 60 |
| Binary | 11101101 | 10100100 | 111 | 0 | 11111 | 1100001 | 111 | 101001 | 1011110 | 110000 |
Color Harmonies of #EDA407
Complementary color
Monochromatic Colors of #EDA407
Black with #EDA407
Text Example
Text Example
White with #EDA407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA407; }
p { color: rgb(237,164,7); }
H1.HeaderClassName
{
color: #EDA407;
}
.AnyTagClassName
{
color: #EDA407;
}
</style>
background-color css
<style>
a { background-color: #EDA407; }
a { background-color: rgb(237,164,7); }
div.DivClassName
{
background-color: #EDA407;
}
.BgClassName
{
background-color: #EDA407;
}
</style>
border-color css
<style>
span { border-color: #EDA407; }
span { border-color: rgb(237,164,7); }
td.TdClassName
{
border-color: #EDA407;
}
.TagClassName
{
border-color: #EDA407;
}
</style>