Shades of Dark Tangerine #EFAF0D
Tints of Dark Tangerine #EFAF0D
RGB
CMYK
RGB Variations
Color information
#EFAF0D (or 0xEFAF0D) is known color: Dark Tangerine. HEX triplet: EF, AF and 0D. RGB value is (239,175,13). Sum of RGB (Red+Green+Blue) = 239+175+13=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAF0D is #1050F2. Grayscale: #B0B0B0. Windows color (decimal): -1069299 or 897007. OLE color: 897007.
HSL color Cylindrical-coordinate representation of color #EFAF0D: hue angle of 43.01º 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 #EFAF0D is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 13 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.06 |
| HSL | 43.01º | 0.9% | 0.49% | - |
| HSV(B) | 43.01º | 0.95% | 0.94% | - |
| XYZ | 51 | 49.04 | 7.16 | - |
| YUV | 175.67 | 36.2 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 13 | 0 | 0.27 | 0.95 | 0.06 | 43.01 | 0.9 | 0.49 |
| Hex | EF | AF | D | 0 | 1B | 5F | 6 | 2B | 5A | 31 |
| Octal | 357 | 257 | 15 | 0 | 33 | 137 | 6 | 53 | 132 | 61 |
| Binary | 11101111 | 10101111 | 1101 | 0 | 11011 | 1011111 | 110 | 101011 | 1011010 | 110001 |
Color Harmonies of #EFAF0D
Complementary color
Monochromatic Colors of #EFAF0D
Black with #EFAF0D
Text Example
Text Example
White with #EFAF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAF0D; }
p { color: rgb(239,175,13); }
H1.HeaderClassName
{
color: #EFAF0D;
}
.AnyTagClassName
{
color: #EFAF0D;
}
</style>
background-color css
<style>
a { background-color: #EFAF0D; }
a { background-color: rgb(239,175,13); }
div.DivClassName
{
background-color: #EFAF0D;
}
.BgClassName
{
background-color: #EFAF0D;
}
</style>
border-color css
<style>
span { border-color: #EFAF0D; }
span { border-color: rgb(239,175,13); }
td.TdClassName
{
border-color: #EFAF0D;
}
.TagClassName
{
border-color: #EFAF0D;
}
</style>