Shades of Sun #EF8A31
Tints of Sun #EF8A31
RGB
CMYK
RGB Variations
Color information
#EF8A31 (or 0xEF8A31) is known color: Sun. HEX triplet: EF, 8A and 31. RGB value is (239,138,49). Sum of RGB (Red+Green+Blue) = 239+138+49=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 49 (19.53% from 255 or 11.50% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8A31 is #1075CE. Grayscale: #9E9E9E. Windows color (decimal): -1078735 or 3246831. OLE color: 3246831.
HSL color Cylindrical-coordinate representation of color #EF8A31: hue angle of 28.11º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF8A31 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 49 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.06 |
| HSL | 28.11º | 0.86% | 0.56% | - |
| HSV(B) | 28.11º | 0.79% | 0.94% | - |
| XYZ | 45.24 | 36.75 | 7.61 | - |
| YUV | 158.05 | 66.46 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 49 | 0 | 0.42 | 0.79 | 0.06 | 28.11 | 0.86 | 0.56 |
| Hex | EF | 8A | 31 | 0 | 2A | 4F | 6 | 1C | 56 | 38 |
| Octal | 357 | 212 | 61 | 0 | 52 | 117 | 6 | 34 | 126 | 70 |
| Binary | 11101111 | 10001010 | 110001 | 0 | 101010 | 1001111 | 110 | 11100 | 1010110 | 111000 |
Color Harmonies of #EF8A31
Complementary color
Monochromatic Colors of #EF8A31
Black with #EF8A31
Text Example
Text Example
White with #EF8A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8A31; }
p { color: rgb(239,138,49); }
H1.HeaderClassName
{
color: #EF8A31;
}
.AnyTagClassName
{
color: #EF8A31;
}
</style>
background-color css
<style>
a { background-color: #EF8A31; }
a { background-color: rgb(239,138,49); }
div.DivClassName
{
background-color: #EF8A31;
}
.BgClassName
{
background-color: #EF8A31;
}
</style>
border-color css
<style>
span { border-color: #EF8A31; }
span { border-color: rgb(239,138,49); }
td.TdClassName
{
border-color: #EF8A31;
}
.TagClassName
{
border-color: #EF8A31;
}
</style>