Shades of Sun #EF8A3E
Tints of Sun #EF8A3E
RGB
CMYK
RGB Variations
Color information
#EF8A3E (or 0xEF8A3E) is known color: Sun. HEX triplet: EF, 8A and 3E. RGB value is (239,138,62). Sum of RGB (Red+Green+Blue) = 239+138+62=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8A3E is #1075C1. Grayscale: #9F9F9F. Windows color (decimal): -1078722 or 4098799. OLE color: 4098799.
HSL color Cylindrical-coordinate representation of color #EF8A3E: hue angle of 25.76º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF8A3E is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 62 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.06 |
| HSL | 25.76º | 0.85% | 0.59% | - |
| HSV(B) | 25.76º | 0.74% | 0.94% | - |
| XYZ | 45.55 | 36.88 | 9.27 | - |
| YUV | 159.54 | 72.96 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 62 | 0 | 0.42 | 0.74 | 0.06 | 25.76 | 0.85 | 0.59 |
| Hex | EF | 8A | 3E | 0 | 2A | 4A | 6 | 1A | 55 | 3B |
| Octal | 357 | 212 | 76 | 0 | 52 | 112 | 6 | 32 | 125 | 73 |
| Binary | 11101111 | 10001010 | 111110 | 0 | 101010 | 1001010 | 110 | 11010 | 1010101 | 111011 |
Color Harmonies of #EF8A3E
Complementary color
Monochromatic Colors of #EF8A3E
Black with #EF8A3E
Text Example
Text Example
White with #EF8A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8A3E; }
p { color: rgb(239,138,62); }
H1.HeaderClassName
{
color: #EF8A3E;
}
.AnyTagClassName
{
color: #EF8A3E;
}
</style>
background-color css
<style>
a { background-color: #EF8A3E; }
a { background-color: rgb(239,138,62); }
div.DivClassName
{
background-color: #EF8A3E;
}
.BgClassName
{
background-color: #EF8A3E;
}
</style>
border-color css
<style>
span { border-color: #EF8A3E; }
span { border-color: rgb(239,138,62); }
td.TdClassName
{
border-color: #EF8A3E;
}
.TagClassName
{
border-color: #EF8A3E;
}
</style>