Shades of Gamboge #EDA40F
Tints of Gamboge #EDA40F
RGB
CMYK
RGB Variations
Color information
#EDA40F (or 0xEDA40F) is known color: Gamboge. HEX triplet: ED, A4 and 0F. RGB value is (237,164,15). Sum of RGB (Red+Green+Blue) = 237+164+15=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 15 (6.25% from 255 or 3.61% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA40F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA40F is #125BF0. Grayscale: #A9A9A9. Windows color (decimal): -1203185 or 1025261. OLE color: 1025261.
HSL color Cylindrical-coordinate representation of color #EDA40F: hue angle of 40.27º degrees, saturation: 0.88, 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 #EDA40F is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 15 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.07 |
| HSL | 40.27º | 0.88% | 0.49% | - |
| HSV(B) | 40.27º | 0.94% | 0.93% | - |
| XYZ | 48.29 | 44.59 | 6.51 | - |
| YUV | 168.84 | 41.18 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 15 | 0 | 0.31 | 0.94 | 0.07 | 40.27 | 0.88 | 0.49 |
| Hex | ED | A4 | F | 0 | 1F | 5E | 7 | 28 | 58 | 31 |
| Octal | 355 | 244 | 17 | 0 | 37 | 136 | 7 | 50 | 130 | 61 |
| Binary | 11101101 | 10100100 | 1111 | 0 | 11111 | 1011110 | 111 | 101000 | 1011000 | 110001 |
Color Harmonies of #EDA40F
Complementary color
Monochromatic Colors of #EDA40F
Black with #EDA40F
Text Example
Text Example
White with #EDA40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA40F; }
p { color: rgb(237,164,15); }
H1.HeaderClassName
{
color: #EDA40F;
}
.AnyTagClassName
{
color: #EDA40F;
}
</style>
background-color css
<style>
a { background-color: #EDA40F; }
a { background-color: rgb(237,164,15); }
div.DivClassName
{
background-color: #EDA40F;
}
.BgClassName
{
background-color: #EDA40F;
}
</style>
border-color css
<style>
span { border-color: #EDA40F; }
span { border-color: rgb(237,164,15); }
td.TdClassName
{
border-color: #EDA40F;
}
.TagClassName
{
border-color: #EDA40F;
}
</style>