Shades of Sun #EF952F
Tints of Sun #EF952F
RGB
CMYK
RGB Variations
Color information
#EF952F (or 0xEF952F) is known color: Sun. HEX triplet: EF, 95 and 2F. RGB value is (239,149,47). Sum of RGB (Red+Green+Blue) = 239+149+47=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 47 (18.75% from 255 or 10.80% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF952F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF952F is #106AD0. Grayscale: #A4A4A4. Windows color (decimal): -1075921 or 3118575. OLE color: 3118575.
HSL color Cylindrical-coordinate representation of color #EF952F: hue angle of 31.88º 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 #EF952F is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 47 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.06 |
| HSL | 31.88º | 0.86% | 0.56% | - |
| HSV(B) | 31.88º | 0.8% | 0.94% | - |
| XYZ | 46.86 | 40.05 | 7.95 | - |
| YUV | 164.28 | 61.82 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 47 | 0 | 0.38 | 0.80 | 0.06 | 31.88 | 0.86 | 0.56 |
| Hex | EF | 95 | 2F | 0 | 26 | 50 | 6 | 20 | 56 | 38 |
| Octal | 357 | 225 | 57 | 0 | 46 | 120 | 6 | 40 | 126 | 70 |
| Binary | 11101111 | 10010101 | 101111 | 0 | 100110 | 1010000 | 110 | 100000 | 1010110 | 111000 |
Color Harmonies of #EF952F
Complementary color
Monochromatic Colors of #EF952F
Black with #EF952F
Text Example
Text Example
White with #EF952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF952F; }
p { color: rgb(239,149,47); }
H1.HeaderClassName
{
color: #EF952F;
}
.AnyTagClassName
{
color: #EF952F;
}
</style>
background-color css
<style>
a { background-color: #EF952F; }
a { background-color: rgb(239,149,47); }
div.DivClassName
{
background-color: #EF952F;
}
.BgClassName
{
background-color: #EF952F;
}
</style>
border-color css
<style>
span { border-color: #EF952F; }
span { border-color: rgb(239,149,47); }
td.TdClassName
{
border-color: #EF952F;
}
.TagClassName
{
border-color: #EF952F;
}
</style>