Shades of Dark Tangerine #EFAA0D
Tints of Dark Tangerine #EFAA0D
RGB
CMYK
RGB Variations
Color information
#EFAA0D (or 0xEFAA0D) is known color: Dark Tangerine. HEX triplet: EF, AA and 0D. RGB value is (239,170,13). Sum of RGB (Red+Green+Blue) = 239+170+13=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAA0D is #1055F2. Grayscale: #ADADAD. Windows color (decimal): -1070579 or 895727. OLE color: 895727.
HSL color Cylindrical-coordinate representation of color #EFAA0D: hue angle of 41.68º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFAA0D is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 13 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.06 |
| HSL | 41.68º | 0.9% | 0.49% | - |
| HSV(B) | 41.68º | 0.95% | 0.94% | - |
| XYZ | 50.04 | 47.13 | 6.84 | - |
| YUV | 172.73 | 37.86 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 13 | 0 | 0.29 | 0.95 | 0.06 | 41.68 | 0.9 | 0.49 |
| Hex | EF | AA | D | 0 | 1D | 5F | 6 | 2A | 5A | 31 |
| Octal | 357 | 252 | 15 | 0 | 35 | 137 | 6 | 52 | 132 | 61 |
| Binary | 11101111 | 10101010 | 1101 | 0 | 11101 | 1011111 | 110 | 101010 | 1011010 | 110001 |
Color Harmonies of #EFAA0D
Complementary color
Monochromatic Colors of #EFAA0D
Black with #EFAA0D
Text Example
Text Example
White with #EFAA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAA0D; }
p { color: rgb(239,170,13); }
H1.HeaderClassName
{
color: #EFAA0D;
}
.AnyTagClassName
{
color: #EFAA0D;
}
</style>
background-color css
<style>
a { background-color: #EFAA0D; }
a { background-color: rgb(239,170,13); }
div.DivClassName
{
background-color: #EFAA0D;
}
.BgClassName
{
background-color: #EFAA0D;
}
</style>
border-color css
<style>
span { border-color: #EFAA0D; }
span { border-color: rgb(239,170,13); }
td.TdClassName
{
border-color: #EFAA0D;
}
.TagClassName
{
border-color: #EFAA0D;
}
</style>