Shades of Dark Tangerine #EFA81A
Tints of Dark Tangerine #EFA81A
RGB
CMYK
RGB Variations
Color information
#EFA81A (or 0xEFA81A) is known color: Dark Tangerine. HEX triplet: EF, A8 and 1A. RGB value is (239,168,26). Sum of RGB (Red+Green+Blue) = 239+168+26=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 26 (10.55% from 255 or 6.00% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA81A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA81A is #1057E5. Grayscale: #ADADAD. Windows color (decimal): -1071078 or 1747183. OLE color: 1747183.
HSL color Cylindrical-coordinate representation of color #EFA81A: hue angle of 40º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFA81A is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 26 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.06 |
| HSL | 40º | 0.87% | 0.52% | - |
| HSV(B) | 40º | 0.89% | 0.94% | - |
| XYZ | 49.79 | 46.43 | 7.32 | - |
| YUV | 173.04 | 45.02 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 26 | 0 | 0.30 | 0.89 | 0.06 | 40 | 0.87 | 0.52 |
| Hex | EF | A8 | 1A | 0 | 1E | 59 | 6 | 28 | 57 | 34 |
| Octal | 357 | 250 | 32 | 0 | 36 | 131 | 6 | 50 | 127 | 64 |
| Binary | 11101111 | 10101000 | 11010 | 0 | 11110 | 1011001 | 110 | 101000 | 1010111 | 110100 |
Color Harmonies of #EFA81A
Complementary color
Monochromatic Colors of #EFA81A
Black with #EFA81A
Text Example
Text Example
White with #EFA81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA81A; }
p { color: rgb(239,168,26); }
H1.HeaderClassName
{
color: #EFA81A;
}
.AnyTagClassName
{
color: #EFA81A;
}
</style>
background-color css
<style>
a { background-color: #EFA81A; }
a { background-color: rgb(239,168,26); }
div.DivClassName
{
background-color: #EFA81A;
}
.BgClassName
{
background-color: #EFA81A;
}
</style>
border-color css
<style>
span { border-color: #EFA81A; }
span { border-color: rgb(239,168,26); }
td.TdClassName
{
border-color: #EFA81A;
}
.TagClassName
{
border-color: #EFA81A;
}
</style>