Shades of Sun #EF842B
Tints of Sun #EF842B
RGB
CMYK
RGB Variations
Color information
#EF842B (or 0xEF842B) is known color: Sun. HEX triplet: EF, 84 and 2B. RGB value is (239,132,43). Sum of RGB (Red+Green+Blue) = 239+132+43=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 43 (17.19% from 255 or 10.39% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF842B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF842B is #107BD4. Grayscale: #9A9A9A. Windows color (decimal): -1080277 or 2852079. OLE color: 2852079.
HSL color Cylindrical-coordinate representation of color #EF842B: hue angle of 27.24º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF842B is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 43 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.06 |
| HSL | 27.24º | 0.86% | 0.55% | - |
| HSV(B) | 27.24º | 0.82% | 0.94% | - |
| XYZ | 44.28 | 35.03 | 6.71 | - |
| YUV | 153.85 | 65.45 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 43 | 0 | 0.45 | 0.82 | 0.06 | 27.24 | 0.86 | 0.55 |
| Hex | EF | 84 | 2B | 0 | 2D | 52 | 6 | 1B | 56 | 37 |
| Octal | 357 | 204 | 53 | 0 | 55 | 122 | 6 | 33 | 126 | 67 |
| Binary | 11101111 | 10000100 | 101011 | 0 | 101101 | 1010010 | 110 | 11011 | 1010110 | 110111 |
Color Harmonies of #EF842B
Complementary color
Monochromatic Colors of #EF842B
Black with #EF842B
Text Example
Text Example
White with #EF842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF842B; }
p { color: rgb(239,132,43); }
H1.HeaderClassName
{
color: #EF842B;
}
.AnyTagClassName
{
color: #EF842B;
}
</style>
background-color css
<style>
a { background-color: #EF842B; }
a { background-color: rgb(239,132,43); }
div.DivClassName
{
background-color: #EF842B;
}
.BgClassName
{
background-color: #EF842B;
}
</style>
border-color css
<style>
span { border-color: #EF842B; }
span { border-color: rgb(239,132,43); }
td.TdClassName
{
border-color: #EF842B;
}
.TagClassName
{
border-color: #EF842B;
}
</style>