Shades of Sun #EF963E
Tints of Sun #EF963E
RGB
CMYK
RGB Variations
Color information
#EF963E (or 0xEF963E) is known color: Sun. HEX triplet: EF, 96 and 3E. RGB value is (239,150,62). Sum of RGB (Red+Green+Blue) = 239+150+62=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 62 (24.61% from 255 or 13.75% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF963E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF963E is #1069C1. Grayscale: #A7A7A7. Windows color (decimal): -1075650 or 4101871. OLE color: 4101871.
HSL color Cylindrical-coordinate representation of color #EF963E: hue angle of 29.83º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF963E is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 62 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.06 |
| HSL | 29.83º | 0.85% | 0.59% | - |
| HSV(B) | 29.83º | 0.74% | 0.94% | - |
| XYZ | 47.37 | 40.51 | 9.88 | - |
| YUV | 166.58 | 68.99 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 62 | 0 | 0.37 | 0.74 | 0.06 | 29.83 | 0.85 | 0.59 |
| Hex | EF | 96 | 3E | 0 | 25 | 4A | 6 | 1E | 55 | 3B |
| Octal | 357 | 226 | 76 | 0 | 45 | 112 | 6 | 36 | 125 | 73 |
| Binary | 11101111 | 10010110 | 111110 | 0 | 100101 | 1001010 | 110 | 11110 | 1010101 | 111011 |
Color Harmonies of #EF963E
Complementary color
Monochromatic Colors of #EF963E
Black with #EF963E
Text Example
Text Example
White with #EF963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF963E; }
p { color: rgb(239,150,62); }
H1.HeaderClassName
{
color: #EF963E;
}
.AnyTagClassName
{
color: #EF963E;
}
</style>
background-color css
<style>
a { background-color: #EF963E; }
a { background-color: rgb(239,150,62); }
div.DivClassName
{
background-color: #EF963E;
}
.BgClassName
{
background-color: #EF963E;
}
</style>
border-color css
<style>
span { border-color: #EF963E; }
span { border-color: rgb(239,150,62); }
td.TdClassName
{
border-color: #EF963E;
}
.TagClassName
{
border-color: #EF963E;
}
</style>