Shades of Gamboge #EDA70F
Tints of Gamboge #EDA70F
RGB
CMYK
RGB Variations
Color information
#EDA70F (or 0xEDA70F) is known color: Gamboge. HEX triplet: ED, A7 and 0F. RGB value is (237,167,15). Sum of RGB (Red+Green+Blue) = 237+167+15=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA70F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA70F is #1258F0. Grayscale: #ABABAB. Windows color (decimal): -1202417 or 1026029. OLE color: 1026029.
HSL color Cylindrical-coordinate representation of color #EDA70F: hue angle of 41.08º 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 #EDA70F is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 15 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.07 |
| HSL | 41.08º | 0.88% | 0.49% | - |
| HSV(B) | 41.08º | 0.94% | 0.93% | - |
| XYZ | 48.83 | 45.68 | 6.69 | - |
| YUV | 170.6 | 40.19 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 15 | 0 | 0.30 | 0.94 | 0.07 | 41.08 | 0.88 | 0.49 |
| Hex | ED | A7 | F | 0 | 1E | 5E | 7 | 29 | 58 | 31 |
| Octal | 355 | 247 | 17 | 0 | 36 | 136 | 7 | 51 | 130 | 61 |
| Binary | 11101101 | 10100111 | 1111 | 0 | 11110 | 1011110 | 111 | 101001 | 1011000 | 110001 |
Color Harmonies of #EDA70F
Complementary color
Monochromatic Colors of #EDA70F
Black with #EDA70F
Text Example
Text Example
White with #EDA70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA70F; }
p { color: rgb(237,167,15); }
H1.HeaderClassName
{
color: #EDA70F;
}
.AnyTagClassName
{
color: #EDA70F;
}
</style>
background-color css
<style>
a { background-color: #EDA70F; }
a { background-color: rgb(237,167,15); }
div.DivClassName
{
background-color: #EDA70F;
}
.BgClassName
{
background-color: #EDA70F;
}
</style>
border-color css
<style>
span { border-color: #EDA70F; }
span { border-color: rgb(237,167,15); }
td.TdClassName
{
border-color: #EDA70F;
}
.TagClassName
{
border-color: #EDA70F;
}
</style>