Shades of Dark Tangerine #ECAF14
Tints of Dark Tangerine #ECAF14
RGB
CMYK
RGB Variations
Color information
#ECAF14 (or 0xECAF14) is known color: Dark Tangerine. HEX triplet: EC, AF and 14. RGB value is (236,175,20). Sum of RGB (Red+Green+Blue) = 236+175+20=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 20 (8.20% from 255 or 4.64% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAF14 is #1350EB. Grayscale: #B0B0B0. Windows color (decimal): -1265900 or 1355756. OLE color: 1355756.
HSL color Cylindrical-coordinate representation of color #ECAF14: hue angle of 43.06º degrees, saturation: 0.85, 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 #ECAF14 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 20 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.07 |
| HSL | 43.06º | 0.85% | 0.5% | - |
| HSV(B) | 43.06º | 0.92% | 0.93% | - |
| XYZ | 50.05 | 48.54 | 7.39 | - |
| YUV | 175.57 | 40.21 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 20 | 0 | 0.26 | 0.92 | 0.07 | 43.06 | 0.85 | 0.5 |
| Hex | EC | AF | 14 | 0 | 1A | 5C | 7 | 2B | 55 | 32 |
| Octal | 354 | 257 | 24 | 0 | 32 | 134 | 7 | 53 | 125 | 62 |
| Binary | 11101100 | 10101111 | 10100 | 0 | 11010 | 1011100 | 111 | 101011 | 1010101 | 110010 |
Color Harmonies of #ECAF14
Complementary color
Monochromatic Colors of #ECAF14
Black with #ECAF14
Text Example
Text Example
White with #ECAF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF14; }
p { color: rgb(236,175,20); }
H1.HeaderClassName
{
color: #ECAF14;
}
.AnyTagClassName
{
color: #ECAF14;
}
</style>
background-color css
<style>
a { background-color: #ECAF14; }
a { background-color: rgb(236,175,20); }
div.DivClassName
{
background-color: #ECAF14;
}
.BgClassName
{
background-color: #ECAF14;
}
</style>
border-color css
<style>
span { border-color: #ECAF14; }
span { border-color: rgb(236,175,20); }
td.TdClassName
{
border-color: #ECAF14;
}
.TagClassName
{
border-color: #ECAF14;
}
</style>