Shades of Sun #EF8E38
Tints of Sun #EF8E38
RGB
CMYK
RGB Variations
Color information
#EF8E38 (or 0xEF8E38) is known color: Sun. HEX triplet: EF, 8E and 38. RGB value is (239,142,56). Sum of RGB (Red+Green+Blue) = 239+142+56=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8E38 is #1071C7. Grayscale: #A1A1A1. Windows color (decimal): -1077704 or 3706607. OLE color: 3706607.
HSL color Cylindrical-coordinate representation of color #EF8E38: hue angle of 28.2º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF8E38 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 142 | 56 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.06 |
| HSL | 28.2º | 0.85% | 0.58% | - |
| HSV(B) | 28.2º | 0.77% | 0.94% | - |
| XYZ | 45.98 | 37.98 | 8.65 | - |
| YUV | 161.2 | 68.64 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 142 | 56 | 0 | 0.41 | 0.77 | 0.06 | 28.2 | 0.85 | 0.58 |
| Hex | EF | 8E | 38 | 0 | 29 | 4D | 6 | 1C | 55 | 3A |
| Octal | 357 | 216 | 70 | 0 | 51 | 115 | 6 | 34 | 125 | 72 |
| Binary | 11101111 | 10001110 | 111000 | 0 | 101001 | 1001101 | 110 | 11100 | 1010101 | 111010 |
Color Harmonies of #EF8E38
Complementary color
Monochromatic Colors of #EF8E38
Black with #EF8E38
Text Example
Text Example
White with #EF8E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8E38; }
p { color: rgb(239,142,56); }
H1.HeaderClassName
{
color: #EF8E38;
}
.AnyTagClassName
{
color: #EF8E38;
}
</style>
background-color css
<style>
a { background-color: #EF8E38; }
a { background-color: rgb(239,142,56); }
div.DivClassName
{
background-color: #EF8E38;
}
.BgClassName
{
background-color: #EF8E38;
}
</style>
border-color css
<style>
span { border-color: #EF8E38; }
span { border-color: rgb(239,142,56); }
td.TdClassName
{
border-color: #EF8E38;
}
.TagClassName
{
border-color: #EF8E38;
}
</style>