Shades of Sun #EF983C
Tints of Sun #EF983C
RGB
CMYK
RGB Variations
Color information
#EF983C (or 0xEF983C) is known color: Sun. HEX triplet: EF, 98 and 3C. RGB value is (239,152,60). Sum of RGB (Red+Green+Blue) = 239+152+60=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF983C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF983C is #1067C3. Grayscale: #A7A7A7. Windows color (decimal): -1075140 or 3971311. OLE color: 3971311.
HSL color Cylindrical-coordinate representation of color #EF983C: hue angle of 30.84º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF983C is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 60 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.06 |
| HSL | 30.84º | 0.85% | 0.59% | - |
| HSV(B) | 30.84º | 0.75% | 0.94% | - |
| XYZ | 47.64 | 41.13 | 9.7 | - |
| YUV | 167.53 | 67.32 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 60 | 0 | 0.36 | 0.75 | 0.06 | 30.84 | 0.85 | 0.59 |
| Hex | EF | 98 | 3C | 0 | 24 | 4B | 6 | 1F | 55 | 3B |
| Octal | 357 | 230 | 74 | 0 | 44 | 113 | 6 | 37 | 125 | 73 |
| Binary | 11101111 | 10011000 | 111100 | 0 | 100100 | 1001011 | 110 | 11111 | 1010101 | 111011 |
Color Harmonies of #EF983C
Complementary color
Monochromatic Colors of #EF983C
Black with #EF983C
Text Example
Text Example
White with #EF983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF983C; }
p { color: rgb(239,152,60); }
H1.HeaderClassName
{
color: #EF983C;
}
.AnyTagClassName
{
color: #EF983C;
}
</style>
background-color css
<style>
a { background-color: #EF983C; }
a { background-color: rgb(239,152,60); }
div.DivClassName
{
background-color: #EF983C;
}
.BgClassName
{
background-color: #EF983C;
}
</style>
border-color css
<style>
span { border-color: #EF983C; }
span { border-color: rgb(239,152,60); }
td.TdClassName
{
border-color: #EF983C;
}
.TagClassName
{
border-color: #EF983C;
}
</style>