Shades of Sun #EF933F
Tints of Sun #EF933F
RGB
CMYK
RGB Variations
Color information
#EF933F (or 0xEF933F) is known color: Sun. HEX triplet: EF, 93 and 3F. RGB value is (239,147,63). Sum of RGB (Red+Green+Blue) = 239+147+63=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 63 (25% from 255 or 14.03% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF933F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF933F is #106CC0. Grayscale: #A5A5A5. Windows color (decimal): -1076417 or 4166639. OLE color: 4166639.
HSL color Cylindrical-coordinate representation of color #EF933F: hue angle of 28.64º 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 #EF933F is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 147 | 63 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.06 |
| HSL | 28.64º | 0.85% | 0.59% | - |
| HSV(B) | 28.64º | 0.74% | 0.94% | - |
| XYZ | 46.93 | 39.58 | 9.87 | - |
| YUV | 164.93 | 70.48 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 147 | 63 | 0 | 0.38 | 0.74 | 0.06 | 28.64 | 0.85 | 0.59 |
| Hex | EF | 93 | 3F | 0 | 26 | 4A | 6 | 1D | 55 | 3B |
| Octal | 357 | 223 | 77 | 0 | 46 | 112 | 6 | 35 | 125 | 73 |
| Binary | 11101111 | 10010011 | 111111 | 0 | 100110 | 1001010 | 110 | 11101 | 1010101 | 111011 |
Color Harmonies of #EF933F
Complementary color
Monochromatic Colors of #EF933F
Black with #EF933F
Text Example
Text Example
White with #EF933F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF933F; }
p { color: rgb(239,147,63); }
H1.HeaderClassName
{
color: #EF933F;
}
.AnyTagClassName
{
color: #EF933F;
}
</style>
background-color css
<style>
a { background-color: #EF933F; }
a { background-color: rgb(239,147,63); }
div.DivClassName
{
background-color: #EF933F;
}
.BgClassName
{
background-color: #EF933F;
}
</style>
border-color css
<style>
span { border-color: #EF933F; }
span { border-color: rgb(239,147,63); }
td.TdClassName
{
border-color: #EF933F;
}
.TagClassName
{
border-color: #EF933F;
}
</style>