Shades of Sun #EF973C
Tints of Sun #EF973C
RGB
CMYK
RGB Variations
Color information
#EF973C (or 0xEF973C) is known color: Sun. HEX triplet: EF, 97 and 3C. RGB value is (239,151,60). Sum of RGB (Red+Green+Blue) = 239+151+60=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF973C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF973C is #1068C3. Grayscale: #A7A7A7. Windows color (decimal): -1075396 or 3971055. OLE color: 3971055.
HSL color Cylindrical-coordinate representation of color #EF973C: hue angle of 30.5º 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 #EF973C is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 151 | 60 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.06 |
| HSL | 30.5º | 0.85% | 0.59% | - |
| HSV(B) | 30.5º | 0.75% | 0.94% | - |
| XYZ | 47.48 | 40.81 | 9.65 | - |
| YUV | 166.94 | 67.65 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 151 | 60 | 0 | 0.37 | 0.75 | 0.06 | 30.5 | 0.85 | 0.59 |
| Hex | EF | 97 | 3C | 0 | 25 | 4B | 6 | 1F | 55 | 3B |
| Octal | 357 | 227 | 74 | 0 | 45 | 113 | 6 | 37 | 125 | 73 |
| Binary | 11101111 | 10010111 | 111100 | 0 | 100101 | 1001011 | 110 | 11111 | 1010101 | 111011 |
Color Harmonies of #EF973C
Complementary color
Monochromatic Colors of #EF973C
Black with #EF973C
Text Example
Text Example
White with #EF973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF973C; }
p { color: rgb(239,151,60); }
H1.HeaderClassName
{
color: #EF973C;
}
.AnyTagClassName
{
color: #EF973C;
}
</style>
background-color css
<style>
a { background-color: #EF973C; }
a { background-color: rgb(239,151,60); }
div.DivClassName
{
background-color: #EF973C;
}
.BgClassName
{
background-color: #EF973C;
}
</style>
border-color css
<style>
span { border-color: #EF973C; }
span { border-color: rgb(239,151,60); }
td.TdClassName
{
border-color: #EF973C;
}
.TagClassName
{
border-color: #EF973C;
}
</style>