Shades of Gamboge #ECAD0E
Tints of Gamboge #ECAD0E
RGB
CMYK
RGB Variations
Color information
#ECAD0E (or 0xECAD0E) is known color: Gamboge. HEX triplet: EC, AD and 0E. RGB value is (236,173,14). Sum of RGB (Red+Green+Blue) = 236+173+14=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 14 (5.86% from 255 or 3.31% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAD0E is #1352F1. Grayscale: #AEAEAE. Windows color (decimal): -1266418 or 962028. OLE color: 962028.
HSL color Cylindrical-coordinate representation of color #ECAD0E: hue angle of 42.97º degrees, saturation: 0.89, 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 #ECAD0E is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 14 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.07 |
| HSL | 42.97º | 0.89% | 0.49% | - |
| HSV(B) | 42.97º | 0.94% | 0.93% | - |
| XYZ | 49.61 | 47.75 | 7.02 | - |
| YUV | 173.71 | 37.87 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 14 | 0 | 0.27 | 0.94 | 0.07 | 42.97 | 0.89 | 0.49 |
| Hex | EC | AD | E | 0 | 1B | 5E | 7 | 2B | 59 | 31 |
| Octal | 354 | 255 | 16 | 0 | 33 | 136 | 7 | 53 | 131 | 61 |
| Binary | 11101100 | 10101101 | 1110 | 0 | 11011 | 1011110 | 111 | 101011 | 1011001 | 110001 |
Color Harmonies of #ECAD0E
Complementary color
Monochromatic Colors of #ECAD0E
Black with #ECAD0E
Text Example
Text Example
White with #ECAD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAD0E; }
p { color: rgb(236,173,14); }
H1.HeaderClassName
{
color: #ECAD0E;
}
.AnyTagClassName
{
color: #ECAD0E;
}
</style>
background-color css
<style>
a { background-color: #ECAD0E; }
a { background-color: rgb(236,173,14); }
div.DivClassName
{
background-color: #ECAD0E;
}
.BgClassName
{
background-color: #ECAD0E;
}
</style>
border-color css
<style>
span { border-color: #ECAD0E; }
span { border-color: rgb(236,173,14); }
td.TdClassName
{
border-color: #ECAD0E;
}
.TagClassName
{
border-color: #ECAD0E;
}
</style>