Shades of Sun #EF8630
Tints of Sun #EF8630
RGB
CMYK
RGB Variations
Color information
#EF8630 (or 0xEF8630) is known color: Sun. HEX triplet: EF, 86 and 30. RGB value is (239,134,48). Sum of RGB (Red+Green+Blue) = 239+134+48=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 48 (19.14% from 255 or 11.40% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8630 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8630 is #1079CF. Grayscale: #9C9C9C. Windows color (decimal): -1079760 or 3180271. OLE color: 3180271.
HSL color Cylindrical-coordinate representation of color #EF8630: hue angle of 27.02º 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 #EF8630 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 48 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.06 |
| HSL | 27.02º | 0.86% | 0.56% | - |
| HSV(B) | 27.02º | 0.8% | 0.94% | - |
| XYZ | 44.66 | 35.61 | 7.32 | - |
| YUV | 155.59 | 67.29 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 48 | 0 | 0.44 | 0.80 | 0.06 | 27.02 | 0.86 | 0.56 |
| Hex | EF | 86 | 30 | 0 | 2C | 50 | 6 | 1B | 56 | 38 |
| Octal | 357 | 206 | 60 | 0 | 54 | 120 | 6 | 33 | 126 | 70 |
| Binary | 11101111 | 10000110 | 110000 | 0 | 101100 | 1010000 | 110 | 11011 | 1010110 | 111000 |
Color Harmonies of #EF8630
Complementary color
Monochromatic Colors of #EF8630
Black with #EF8630
Text Example
Text Example
White with #EF8630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8630; }
p { color: rgb(239,134,48); }
H1.HeaderClassName
{
color: #EF8630;
}
.AnyTagClassName
{
color: #EF8630;
}
</style>
background-color css
<style>
a { background-color: #EF8630; }
a { background-color: rgb(239,134,48); }
div.DivClassName
{
background-color: #EF8630;
}
.BgClassName
{
background-color: #EF8630;
}
</style>
border-color css
<style>
span { border-color: #EF8630; }
span { border-color: rgb(239,134,48); }
td.TdClassName
{
border-color: #EF8630;
}
.TagClassName
{
border-color: #EF8630;
}
</style>