Shades of Sun #EF8F41
Tints of Sun #EF8F41
RGB
CMYK
RGB Variations
Color information
#EF8F41 (or 0xEF8F41) is known color: Sun. HEX triplet: EF, 8F and 41. RGB value is (239,143,65). Sum of RGB (Red+Green+Blue) = 239+143+65=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8F41 is #1070BE. Grayscale: #A3A3A3. Windows color (decimal): -1077439 or 4296687. OLE color: 4296687.
HSL color Cylindrical-coordinate representation of color #EF8F41: hue angle of 26.9º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF8F41 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 65 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.06 |
| HSL | 26.9º | 0.84% | 0.6% | - |
| HSV(B) | 26.9º | 0.73% | 0.94% | - |
| XYZ | 46.37 | 38.38 | 9.96 | - |
| YUV | 162.81 | 72.8 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 65 | 0 | 0.40 | 0.73 | 0.06 | 26.9 | 0.84 | 0.6 |
| Hex | EF | 8F | 41 | 0 | 28 | 49 | 6 | 1B | 54 | 3C |
| Octal | 357 | 217 | 101 | 0 | 50 | 111 | 6 | 33 | 124 | 74 |
| Binary | 11101111 | 10001111 | 1000001 | 0 | 101000 | 1001001 | 110 | 11011 | 1010100 | 111100 |
Color Harmonies of #EF8F41
Complementary color
Monochromatic Colors of #EF8F41
Black with #EF8F41
Text Example
Text Example
White with #EF8F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F41; }
p { color: rgb(239,143,65); }
H1.HeaderClassName
{
color: #EF8F41;
}
.AnyTagClassName
{
color: #EF8F41;
}
</style>
background-color css
<style>
a { background-color: #EF8F41; }
a { background-color: rgb(239,143,65); }
div.DivClassName
{
background-color: #EF8F41;
}
.BgClassName
{
background-color: #EF8F41;
}
</style>
border-color css
<style>
span { border-color: #EF8F41; }
span { border-color: rgb(239,143,65); }
td.TdClassName
{
border-color: #EF8F41;
}
.TagClassName
{
border-color: #EF8F41;
}
</style>