Shades of Sun #EF8A30
Tints of Sun #EF8A30
RGB
CMYK
RGB Variations
Color information
#EF8A30 (or 0xEF8A30) is known color: Sun. HEX triplet: EF, 8A and 30. RGB value is (239,138,48). Sum of RGB (Red+Green+Blue) = 239+138+48=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 48 (19.14% from 255 or 11.29% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8A30 is #1075CF. Grayscale: #9E9E9E. Windows color (decimal): -1078736 or 3181295. OLE color: 3181295.
HSL color Cylindrical-coordinate representation of color #EF8A30: hue angle of 28.27º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF8A30 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 48 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.06 |
| HSL | 28.27º | 0.86% | 0.56% | - |
| HSV(B) | 28.27º | 0.8% | 0.94% | - |
| XYZ | 45.22 | 36.74 | 7.5 | - |
| YUV | 157.94 | 65.96 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 48 | 0 | 0.42 | 0.80 | 0.06 | 28.27 | 0.86 | 0.56 |
| Hex | EF | 8A | 30 | 0 | 2A | 50 | 6 | 1C | 56 | 38 |
| Octal | 357 | 212 | 60 | 0 | 52 | 120 | 6 | 34 | 126 | 70 |
| Binary | 11101111 | 10001010 | 110000 | 0 | 101010 | 1010000 | 110 | 11100 | 1010110 | 111000 |
Color Harmonies of #EF8A30
Complementary color
Monochromatic Colors of #EF8A30
Black with #EF8A30
Text Example
Text Example
White with #EF8A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8A30; }
p { color: rgb(239,138,48); }
H1.HeaderClassName
{
color: #EF8A30;
}
.AnyTagClassName
{
color: #EF8A30;
}
</style>
background-color css
<style>
a { background-color: #EF8A30; }
a { background-color: rgb(239,138,48); }
div.DivClassName
{
background-color: #EF8A30;
}
.BgClassName
{
background-color: #EF8A30;
}
</style>
border-color css
<style>
span { border-color: #EF8A30; }
span { border-color: rgb(239,138,48); }
td.TdClassName
{
border-color: #EF8A30;
}
.TagClassName
{
border-color: #EF8A30;
}
</style>