Shades of Gamboge #ECAE0D
Tints of Gamboge #ECAE0D
RGB
CMYK
RGB Variations
Color information
#ECAE0D (or 0xECAE0D) is known color: Gamboge. HEX triplet: EC, AE and 0D. RGB value is (236,174,13). Sum of RGB (Red+Green+Blue) = 236+174+13=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAE0D is #1351F2. Grayscale: #AEAEAE. Windows color (decimal): -1266163 or 896748. OLE color: 896748.
HSL color Cylindrical-coordinate representation of color #ECAE0D: hue angle of 43.32º degrees, saturation: 0.9, 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 #ECAE0D is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 13 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.07 |
| HSL | 43.32º | 0.9% | 0.49% | - |
| HSV(B) | 43.32º | 0.94% | 0.93% | - |
| XYZ | 49.8 | 48.13 | 7.05 | - |
| YUV | 174.18 | 37.04 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 13 | 0 | 0.26 | 0.94 | 0.07 | 43.32 | 0.9 | 0.49 |
| Hex | EC | AE | D | 0 | 1A | 5E | 7 | 2B | 5A | 31 |
| Octal | 354 | 256 | 15 | 0 | 32 | 136 | 7 | 53 | 132 | 61 |
| Binary | 11101100 | 10101110 | 1101 | 0 | 11010 | 1011110 | 111 | 101011 | 1011010 | 110001 |
Color Harmonies of #ECAE0D
Complementary color
Monochromatic Colors of #ECAE0D
Black with #ECAE0D
Text Example
Text Example
White with #ECAE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAE0D; }
p { color: rgb(236,174,13); }
H1.HeaderClassName
{
color: #ECAE0D;
}
.AnyTagClassName
{
color: #ECAE0D;
}
</style>
background-color css
<style>
a { background-color: #ECAE0D; }
a { background-color: rgb(236,174,13); }
div.DivClassName
{
background-color: #ECAE0D;
}
.BgClassName
{
background-color: #ECAE0D;
}
</style>
border-color css
<style>
span { border-color: #ECAE0D; }
span { border-color: rgb(236,174,13); }
td.TdClassName
{
border-color: #ECAE0D;
}
.TagClassName
{
border-color: #ECAE0D;
}
</style>