Shades of Sun #EF8B2E
Tints of Sun #EF8B2E
RGB
CMYK
RGB Variations
Color information
#EF8B2E (or 0xEF8B2E) is known color: Sun. HEX triplet: EF, 8B and 2E. RGB value is (239,139,46). Sum of RGB (Red+Green+Blue) = 239+139+46=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 46 (18.36% from 255 or 10.85% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8B2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8B2E is #1074D1. Grayscale: #9E9E9E. Windows color (decimal): -1078482 or 3050479. OLE color: 3050479.
HSL color Cylindrical-coordinate representation of color #EF8B2E: hue angle of 28.91º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF8B2E is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 46 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.06 |
| HSL | 28.91º | 0.86% | 0.56% | - |
| HSV(B) | 28.91º | 0.81% | 0.94% | - |
| XYZ | 45.32 | 37.01 | 7.34 | - |
| YUV | 158.3 | 64.63 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 46 | 0 | 0.42 | 0.81 | 0.06 | 28.91 | 0.86 | 0.56 |
| Hex | EF | 8B | 2E | 0 | 2A | 51 | 6 | 1D | 56 | 38 |
| Octal | 357 | 213 | 56 | 0 | 52 | 121 | 6 | 35 | 126 | 70 |
| Binary | 11101111 | 10001011 | 101110 | 0 | 101010 | 1010001 | 110 | 11101 | 1010110 | 111000 |
Color Harmonies of #EF8B2E
Complementary color
Monochromatic Colors of #EF8B2E
Black with #EF8B2E
Text Example
Text Example
White with #EF8B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8B2E; }
p { color: rgb(239,139,46); }
H1.HeaderClassName
{
color: #EF8B2E;
}
.AnyTagClassName
{
color: #EF8B2E;
}
</style>
background-color css
<style>
a { background-color: #EF8B2E; }
a { background-color: rgb(239,139,46); }
div.DivClassName
{
background-color: #EF8B2E;
}
.BgClassName
{
background-color: #EF8B2E;
}
</style>
border-color css
<style>
span { border-color: #EF8B2E; }
span { border-color: rgb(239,139,46); }
td.TdClassName
{
border-color: #EF8B2E;
}
.TagClassName
{
border-color: #EF8B2E;
}
</style>