Shades of Sun #EF953A
Tints of Sun #EF953A
RGB
CMYK
RGB Variations
Color information
#EF953A (or 0xEF953A) is known color: Sun. HEX triplet: EF, 95 and 3A. RGB value is (239,149,58). Sum of RGB (Red+Green+Blue) = 239+149+58=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 58 (23.05% from 255 or 13.00% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF953A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF953A is #106AC5. Grayscale: #A5A5A5. Windows color (decimal): -1075910 or 3839471. OLE color: 3839471.
HSL color Cylindrical-coordinate representation of color #EF953A: hue angle of 30.17º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF953A is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 58 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.06 |
| HSL | 30.17º | 0.85% | 0.58% | - |
| HSV(B) | 30.17º | 0.76% | 0.94% | - |
| XYZ | 47.11 | 40.15 | 9.27 | - |
| YUV | 165.54 | 67.32 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 58 | 0 | 0.38 | 0.76 | 0.06 | 30.17 | 0.85 | 0.58 |
| Hex | EF | 95 | 3A | 0 | 26 | 4C | 6 | 1E | 55 | 3A |
| Octal | 357 | 225 | 72 | 0 | 46 | 114 | 6 | 36 | 125 | 72 |
| Binary | 11101111 | 10010101 | 111010 | 0 | 100110 | 1001100 | 110 | 11110 | 1010101 | 111010 |
Color Harmonies of #EF953A
Complementary color
Monochromatic Colors of #EF953A
Black with #EF953A
Text Example
Text Example
White with #EF953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF953A; }
p { color: rgb(239,149,58); }
H1.HeaderClassName
{
color: #EF953A;
}
.AnyTagClassName
{
color: #EF953A;
}
</style>
background-color css
<style>
a { background-color: #EF953A; }
a { background-color: rgb(239,149,58); }
div.DivClassName
{
background-color: #EF953A;
}
.BgClassName
{
background-color: #EF953A;
}
</style>
border-color css
<style>
span { border-color: #EF953A; }
span { border-color: rgb(239,149,58); }
td.TdClassName
{
border-color: #EF953A;
}
.TagClassName
{
border-color: #EF953A;
}
</style>