Shades of Dark Tangerine #EFAA15
Tints of Dark Tangerine #EFAA15
RGB
CMYK
RGB Variations
Color information
#EFAA15 (or 0xEFAA15) is known color: Dark Tangerine. HEX triplet: EF, AA and 15. RGB value is (239,170,21). Sum of RGB (Red+Green+Blue) = 239+170+21=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 21 (8.59% from 255 or 4.88% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAA15 is #1055EA. Grayscale: #AEAEAE. Windows color (decimal): -1070571 or 1420015. OLE color: 1420015.
HSL color Cylindrical-coordinate representation of color #EFAA15: hue angle of 41.01º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFAA15 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 21 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.06 |
| HSL | 41.01º | 0.87% | 0.51% | - |
| HSV(B) | 41.01º | 0.91% | 0.94% | - |
| XYZ | 50.11 | 47.15 | 7.17 | - |
| YUV | 173.65 | 41.86 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 21 | 0 | 0.29 | 0.91 | 0.06 | 41.01 | 0.87 | 0.51 |
| Hex | EF | AA | 15 | 0 | 1D | 5B | 6 | 29 | 57 | 33 |
| Octal | 357 | 252 | 25 | 0 | 35 | 133 | 6 | 51 | 127 | 63 |
| Binary | 11101111 | 10101010 | 10101 | 0 | 11101 | 1011011 | 110 | 101001 | 1010111 | 110011 |
Color Harmonies of #EFAA15
Complementary color
Monochromatic Colors of #EFAA15
Black with #EFAA15
Text Example
Text Example
White with #EFAA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAA15; }
p { color: rgb(239,170,21); }
H1.HeaderClassName
{
color: #EFAA15;
}
.AnyTagClassName
{
color: #EFAA15;
}
</style>
background-color css
<style>
a { background-color: #EFAA15; }
a { background-color: rgb(239,170,21); }
div.DivClassName
{
background-color: #EFAA15;
}
.BgClassName
{
background-color: #EFAA15;
}
</style>
border-color css
<style>
span { border-color: #EFAA15; }
span { border-color: rgb(239,170,21); }
td.TdClassName
{
border-color: #EFAA15;
}
.TagClassName
{
border-color: #EFAA15;
}
</style>