Shades of Sun #EF8D3F
Tints of Sun #EF8D3F
RGB
CMYK
RGB Variations
Color information
#EF8D3F (or 0xEF8D3F) is known color: Sun. HEX triplet: EF, 8D and 3F. RGB value is (239,141,63). Sum of RGB (Red+Green+Blue) = 239+141+63=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 63 (25% from 255 or 14.22% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8D3F is #1072C0. Grayscale: #A1A1A1. Windows color (decimal): -1077953 or 4165103. OLE color: 4165103.
HSL color Cylindrical-coordinate representation of color #EF8D3F: hue angle of 26.59º 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 #EF8D3F is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 63 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.06 |
| HSL | 26.59º | 0.85% | 0.59% | - |
| HSV(B) | 26.59º | 0.74% | 0.94% | - |
| XYZ | 46.02 | 37.76 | 9.57 | - |
| YUV | 161.41 | 72.47 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 63 | 0 | 0.41 | 0.74 | 0.06 | 26.59 | 0.85 | 0.59 |
| Hex | EF | 8D | 3F | 0 | 29 | 4A | 6 | 1B | 55 | 3B |
| Octal | 357 | 215 | 77 | 0 | 51 | 112 | 6 | 33 | 125 | 73 |
| Binary | 11101111 | 10001101 | 111111 | 0 | 101001 | 1001010 | 110 | 11011 | 1010101 | 111011 |
Color Harmonies of #EF8D3F
Complementary color
Monochromatic Colors of #EF8D3F
Black with #EF8D3F
Text Example
Text Example
White with #EF8D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8D3F; }
p { color: rgb(239,141,63); }
H1.HeaderClassName
{
color: #EF8D3F;
}
.AnyTagClassName
{
color: #EF8D3F;
}
</style>
background-color css
<style>
a { background-color: #EF8D3F; }
a { background-color: rgb(239,141,63); }
div.DivClassName
{
background-color: #EF8D3F;
}
.BgClassName
{
background-color: #EF8D3F;
}
</style>
border-color css
<style>
span { border-color: #EF8D3F; }
span { border-color: rgb(239,141,63); }
td.TdClassName
{
border-color: #EF8D3F;
}
.TagClassName
{
border-color: #EF8D3F;
}
</style>