Shades of Gamboge #EDA40A
Tints of Gamboge #EDA40A
RGB
CMYK
RGB Variations
Color information
#EDA40A (or 0xEDA40A) is known color: Gamboge. HEX triplet: ED, A4 and 0A. RGB value is (237,164,10). Sum of RGB (Red+Green+Blue) = 237+164+10=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 10 (4.30% from 255 or 2.43% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA40A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA40A is #125BF5. Grayscale: #A8A8A8. Windows color (decimal): -1203190 or 697581. OLE color: 697581.
HSL color Cylindrical-coordinate representation of color #EDA40A: hue angle of 40.7º degrees, saturation: 0.92, 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 #EDA40A is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 10 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.07 |
| HSL | 40.7º | 0.92% | 0.48% | - |
| HSV(B) | 40.7º | 0.96% | 0.93% | - |
| XYZ | 48.26 | 44.58 | 6.35 | - |
| YUV | 168.27 | 38.68 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 10 | 0 | 0.31 | 0.96 | 0.07 | 40.7 | 0.92 | 0.48 |
| Hex | ED | A4 | A | 0 | 1F | 60 | 7 | 29 | 5C | 30 |
| Octal | 355 | 244 | 12 | 0 | 37 | 140 | 7 | 51 | 134 | 60 |
| Binary | 11101101 | 10100100 | 1010 | 0 | 11111 | 1100000 | 111 | 101001 | 1011100 | 110000 |
Color Harmonies of #EDA40A
Complementary color
Monochromatic Colors of #EDA40A
Black with #EDA40A
Text Example
Text Example
White with #EDA40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA40A; }
p { color: rgb(237,164,10); }
H1.HeaderClassName
{
color: #EDA40A;
}
.AnyTagClassName
{
color: #EDA40A;
}
</style>
background-color css
<style>
a { background-color: #EDA40A; }
a { background-color: rgb(237,164,10); }
div.DivClassName
{
background-color: #EDA40A;
}
.BgClassName
{
background-color: #EDA40A;
}
</style>
border-color css
<style>
span { border-color: #EDA40A; }
span { border-color: rgb(237,164,10); }
td.TdClassName
{
border-color: #EDA40A;
}
.TagClassName
{
border-color: #EDA40A;
}
</style>