Shades of Gamboge #EDA714
Tints of Gamboge #EDA714
RGB
CMYK
RGB Variations
Color information
#EDA714 (or 0xEDA714) is known color: Gamboge. HEX triplet: ED, A7 and 14. RGB value is (237,167,20). Sum of RGB (Red+Green+Blue) = 237+167+20=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 20 (8.20% from 255 or 4.72% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA714 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA714 is #1258EB. Grayscale: #ABABAB. Windows color (decimal): -1202412 or 1353709. OLE color: 1353709.
HSL color Cylindrical-coordinate representation of color #EDA714: hue angle of 40.65º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDA714 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 20 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.07 |
| HSL | 40.65º | 0.86% | 0.5% | - |
| HSV(B) | 40.65º | 0.92% | 0.93% | - |
| XYZ | 48.87 | 45.69 | 6.91 | - |
| YUV | 171.17 | 42.69 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 20 | 0 | 0.30 | 0.92 | 0.07 | 40.65 | 0.86 | 0.5 |
| Hex | ED | A7 | 14 | 0 | 1E | 5C | 7 | 29 | 56 | 32 |
| Octal | 355 | 247 | 24 | 0 | 36 | 134 | 7 | 51 | 126 | 62 |
| Binary | 11101101 | 10100111 | 10100 | 0 | 11110 | 1011100 | 111 | 101001 | 1010110 | 110010 |
Color Harmonies of #EDA714
Complementary color
Monochromatic Colors of #EDA714
Black with #EDA714
Text Example
Text Example
White with #EDA714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA714; }
p { color: rgb(237,167,20); }
H1.HeaderClassName
{
color: #EDA714;
}
.AnyTagClassName
{
color: #EDA714;
}
</style>
background-color css
<style>
a { background-color: #EDA714; }
a { background-color: rgb(237,167,20); }
div.DivClassName
{
background-color: #EDA714;
}
.BgClassName
{
background-color: #EDA714;
}
</style>
border-color css
<style>
span { border-color: #EDA714; }
span { border-color: rgb(237,167,20); }
td.TdClassName
{
border-color: #EDA714;
}
.TagClassName
{
border-color: #EDA714;
}
</style>