Shades of Sun #EF862F
Tints of Sun #EF862F
RGB
CMYK
RGB Variations
Color information
#EF862F (or 0xEF862F) is known color: Sun. HEX triplet: EF, 86 and 2F. RGB value is (239,134,47). Sum of RGB (Red+Green+Blue) = 239+134+47=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 47 (18.75% from 255 or 11.19% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF862F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF862F is #1079D0. Grayscale: #9B9B9B. Windows color (decimal): -1079761 or 3114735. OLE color: 3114735.
HSL color Cylindrical-coordinate representation of color #EF862F: hue angle of 27.19º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF862F is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 47 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.06 |
| HSL | 27.19º | 0.86% | 0.56% | - |
| HSV(B) | 27.19º | 0.8% | 0.94% | - |
| XYZ | 44.63 | 35.61 | 7.21 | - |
| YUV | 155.48 | 66.79 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 47 | 0 | 0.44 | 0.80 | 0.06 | 27.19 | 0.86 | 0.56 |
| Hex | EF | 86 | 2F | 0 | 2C | 50 | 6 | 1B | 56 | 38 |
| Octal | 357 | 206 | 57 | 0 | 54 | 120 | 6 | 33 | 126 | 70 |
| Binary | 11101111 | 10000110 | 101111 | 0 | 101100 | 1010000 | 110 | 11011 | 1010110 | 111000 |
Color Harmonies of #EF862F
Complementary color
Monochromatic Colors of #EF862F
Black with #EF862F
Text Example
Text Example
White with #EF862F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF862F; }
p { color: rgb(239,134,47); }
H1.HeaderClassName
{
color: #EF862F;
}
.AnyTagClassName
{
color: #EF862F;
}
</style>
background-color css
<style>
a { background-color: #EF862F; }
a { background-color: rgb(239,134,47); }
div.DivClassName
{
background-color: #EF862F;
}
.BgClassName
{
background-color: #EF862F;
}
</style>
border-color css
<style>
span { border-color: #EF862F; }
span { border-color: rgb(239,134,47); }
td.TdClassName
{
border-color: #EF862F;
}
.TagClassName
{
border-color: #EF862F;
}
</style>