Shades of Dark Tangerine #EFA81C
Tints of Dark Tangerine #EFA81C
RGB
CMYK
RGB Variations
Color information
#EFA81C (or 0xEFA81C) is known color: Dark Tangerine. HEX triplet: EF, A8 and 1C. RGB value is (239,168,28). Sum of RGB (Red+Green+Blue) = 239+168+28=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 28 (11.33% from 255 or 6.44% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA81C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA81C is #1057E3. Grayscale: #ADADAD. Windows color (decimal): -1071076 or 1878255. OLE color: 1878255.
HSL color Cylindrical-coordinate representation of color #EFA81C: hue angle of 39.81º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFA81C is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 28 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.06 |
| HSL | 39.81º | 0.87% | 0.52% | - |
| HSV(B) | 39.81º | 0.88% | 0.94% | - |
| XYZ | 49.81 | 46.44 | 7.44 | - |
| YUV | 173.27 | 46.02 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 28 | 0 | 0.30 | 0.88 | 0.06 | 39.81 | 0.87 | 0.52 |
| Hex | EF | A8 | 1C | 0 | 1E | 58 | 6 | 28 | 57 | 34 |
| Octal | 357 | 250 | 34 | 0 | 36 | 130 | 6 | 50 | 127 | 64 |
| Binary | 11101111 | 10101000 | 11100 | 0 | 11110 | 1011000 | 110 | 101000 | 1010111 | 110100 |
Color Harmonies of #EFA81C
Complementary color
Monochromatic Colors of #EFA81C
Black with #EFA81C
Text Example
Text Example
White with #EFA81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA81C; }
p { color: rgb(239,168,28); }
H1.HeaderClassName
{
color: #EFA81C;
}
.AnyTagClassName
{
color: #EFA81C;
}
</style>
background-color css
<style>
a { background-color: #EFA81C; }
a { background-color: rgb(239,168,28); }
div.DivClassName
{
background-color: #EFA81C;
}
.BgClassName
{
background-color: #EFA81C;
}
</style>
border-color css
<style>
span { border-color: #EFA81C; }
span { border-color: rgb(239,168,28); }
td.TdClassName
{
border-color: #EFA81C;
}
.TagClassName
{
border-color: #EFA81C;
}
</style>