Shades of Sun #EF8F3F
Tints of Sun #EF8F3F
RGB
CMYK
RGB Variations
Color information
#EF8F3F (or 0xEF8F3F) is known color: Sun. HEX triplet: EF, 8F and 3F. RGB value is (239,143,63). Sum of RGB (Red+Green+Blue) = 239+143+63=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8F3F is #1070C0. Grayscale: #A3A3A3. Windows color (decimal): -1077441 or 4165615. OLE color: 4165615.
HSL color Cylindrical-coordinate representation of color #EF8F3F: hue angle of 27.27º 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 #EF8F3F is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 63 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.06 |
| HSL | 27.27º | 0.85% | 0.59% | - |
| HSV(B) | 27.27º | 0.74% | 0.94% | - |
| XYZ | 46.32 | 38.35 | 9.66 | - |
| YUV | 162.58 | 71.8 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 63 | 0 | 0.40 | 0.74 | 0.06 | 27.27 | 0.85 | 0.59 |
| Hex | EF | 8F | 3F | 0 | 28 | 4A | 6 | 1B | 55 | 3B |
| Octal | 357 | 217 | 77 | 0 | 50 | 112 | 6 | 33 | 125 | 73 |
| Binary | 11101111 | 10001111 | 111111 | 0 | 101000 | 1001010 | 110 | 11011 | 1010101 | 111011 |
Color Harmonies of #EF8F3F
Complementary color
Monochromatic Colors of #EF8F3F
Black with #EF8F3F
Text Example
Text Example
White with #EF8F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F3F; }
p { color: rgb(239,143,63); }
H1.HeaderClassName
{
color: #EF8F3F;
}
.AnyTagClassName
{
color: #EF8F3F;
}
</style>
background-color css
<style>
a { background-color: #EF8F3F; }
a { background-color: rgb(239,143,63); }
div.DivClassName
{
background-color: #EF8F3F;
}
.BgClassName
{
background-color: #EF8F3F;
}
</style>
border-color css
<style>
span { border-color: #EF8F3F; }
span { border-color: rgb(239,143,63); }
td.TdClassName
{
border-color: #EF8F3F;
}
.TagClassName
{
border-color: #EF8F3F;
}
</style>