Shades of Sun #EF8D2F
Tints of Sun #EF8D2F
RGB
CMYK
RGB Variations
Color information
#EF8D2F (or 0xEF8D2F) is known color: Sun. HEX triplet: EF, 8D and 2F. RGB value is (239,141,47). Sum of RGB (Red+Green+Blue) = 239+141+47=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 47 (18.75% from 255 or 11.01% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8D2F is #1072D0. Grayscale: #A0A0A0. Windows color (decimal): -1077969 or 3116527. OLE color: 3116527.
HSL color Cylindrical-coordinate representation of color #EF8D2F: hue angle of 29.38º 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 #EF8D2F is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 47 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.06 |
| HSL | 29.38º | 0.86% | 0.56% | - |
| HSV(B) | 29.38º | 0.8% | 0.94% | - |
| XYZ | 45.63 | 37.61 | 7.54 | - |
| YUV | 159.59 | 64.47 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 47 | 0 | 0.41 | 0.80 | 0.06 | 29.38 | 0.86 | 0.56 |
| Hex | EF | 8D | 2F | 0 | 29 | 50 | 6 | 1D | 56 | 38 |
| Octal | 357 | 215 | 57 | 0 | 51 | 120 | 6 | 35 | 126 | 70 |
| Binary | 11101111 | 10001101 | 101111 | 0 | 101001 | 1010000 | 110 | 11101 | 1010110 | 111000 |
Color Harmonies of #EF8D2F
Complementary color
Monochromatic Colors of #EF8D2F
Black with #EF8D2F
Text Example
Text Example
White with #EF8D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8D2F; }
p { color: rgb(239,141,47); }
H1.HeaderClassName
{
color: #EF8D2F;
}
.AnyTagClassName
{
color: #EF8D2F;
}
</style>
background-color css
<style>
a { background-color: #EF8D2F; }
a { background-color: rgb(239,141,47); }
div.DivClassName
{
background-color: #EF8D2F;
}
.BgClassName
{
background-color: #EF8D2F;
}
</style>
border-color css
<style>
span { border-color: #EF8D2F; }
span { border-color: rgb(239,141,47); }
td.TdClassName
{
border-color: #EF8D2F;
}
.TagClassName
{
border-color: #EF8D2F;
}
</style>