Shades of Dark Tangerine #EFAF0A
Tints of Dark Tangerine #EFAF0A
RGB
CMYK
RGB Variations
Color information
#EFAF0A (or 0xEFAF0A) is known color: Dark Tangerine. HEX triplet: EF, AF and 0A. RGB value is (239,175,10). Sum of RGB (Red+Green+Blue) = 239+175+10=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 10 (4.30% from 255 or 2.36% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAF0A is #1050F5. Grayscale: #B0B0B0. Windows color (decimal): -1069302 or 700399. OLE color: 700399.
HSL color Cylindrical-coordinate representation of color #EFAF0A: hue angle of 43.23º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFAF0A is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 10 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.06 |
| HSL | 43.23º | 0.92% | 0.49% | - |
| HSV(B) | 43.23º | 0.96% | 0.94% | - |
| XYZ | 50.98 | 49.03 | 7.06 | - |
| YUV | 175.33 | 34.7 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 10 | 0 | 0.27 | 0.96 | 0.06 | 43.23 | 0.92 | 0.49 |
| Hex | EF | AF | A | 0 | 1B | 60 | 6 | 2B | 5C | 31 |
| Octal | 357 | 257 | 12 | 0 | 33 | 140 | 6 | 53 | 134 | 61 |
| Binary | 11101111 | 10101111 | 1010 | 0 | 11011 | 1100000 | 110 | 101011 | 1011100 | 110001 |
Color Harmonies of #EFAF0A
Complementary color
Monochromatic Colors of #EFAF0A
Black with #EFAF0A
Text Example
Text Example
White with #EFAF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAF0A; }
p { color: rgb(239,175,10); }
H1.HeaderClassName
{
color: #EFAF0A;
}
.AnyTagClassName
{
color: #EFAF0A;
}
</style>
background-color css
<style>
a { background-color: #EFAF0A; }
a { background-color: rgb(239,175,10); }
div.DivClassName
{
background-color: #EFAF0A;
}
.BgClassName
{
background-color: #EFAF0A;
}
</style>
border-color css
<style>
span { border-color: #EFAF0A; }
span { border-color: rgb(239,175,10); }
td.TdClassName
{
border-color: #EFAF0A;
}
.TagClassName
{
border-color: #EFAF0A;
}
</style>