Shades of Gamboge #ECAF0C
Tints of Gamboge #ECAF0C
RGB
CMYK
RGB Variations
Color information
#ECAF0C (or 0xECAF0C) is known color: Gamboge. HEX triplet: EC, AF and 0C. RGB value is (236,175,12). Sum of RGB (Red+Green+Blue) = 236+175+12=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAF0C is #1350F3. Grayscale: #AFAFAF. Windows color (decimal): -1265908 or 831468. OLE color: 831468.
HSL color Cylindrical-coordinate representation of color #ECAF0C: hue angle of 43.66º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECAF0C is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 12 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.07 |
| HSL | 43.66º | 0.9% | 0.49% | - |
| HSV(B) | 43.66º | 0.95% | 0.93% | - |
| XYZ | 49.99 | 48.52 | 7.08 | - |
| YUV | 174.66 | 36.21 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 12 | 0 | 0.26 | 0.95 | 0.07 | 43.66 | 0.9 | 0.49 |
| Hex | EC | AF | C | 0 | 1A | 5F | 7 | 2C | 5A | 31 |
| Octal | 354 | 257 | 14 | 0 | 32 | 137 | 7 | 54 | 132 | 61 |
| Binary | 11101100 | 10101111 | 1100 | 0 | 11010 | 1011111 | 111 | 101100 | 1011010 | 110001 |
Color Harmonies of #ECAF0C
Complementary color
Monochromatic Colors of #ECAF0C
Black with #ECAF0C
Text Example
Text Example
White with #ECAF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF0C; }
p { color: rgb(236,175,12); }
H1.HeaderClassName
{
color: #ECAF0C;
}
.AnyTagClassName
{
color: #ECAF0C;
}
</style>
background-color css
<style>
a { background-color: #ECAF0C; }
a { background-color: rgb(236,175,12); }
div.DivClassName
{
background-color: #ECAF0C;
}
.BgClassName
{
background-color: #ECAF0C;
}
</style>
border-color css
<style>
span { border-color: #ECAF0C; }
span { border-color: rgb(236,175,12); }
td.TdClassName
{
border-color: #ECAF0C;
}
.TagClassName
{
border-color: #ECAF0C;
}
</style>