Shades of Sun #EF8F3E
Tints of Sun #EF8F3E
RGB
CMYK
RGB Variations
Color information
#EF8F3E (or 0xEF8F3E) is known color: Sun. HEX triplet: EF, 8F and 3E. RGB value is (239,143,62). Sum of RGB (Red+Green+Blue) = 239+143+62=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 62 (24.61% from 255 or 13.96% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8F3E is #1070C1. Grayscale: #A2A2A2. Windows color (decimal): -1077442 or 4100079. OLE color: 4100079.
HSL color Cylindrical-coordinate representation of color #EF8F3E: hue angle of 27.46º 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 #EF8F3E is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 62 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.06 |
| HSL | 27.46º | 0.85% | 0.59% | - |
| HSV(B) | 27.46º | 0.74% | 0.94% | - |
| XYZ | 46.29 | 38.34 | 9.52 | - |
| YUV | 162.47 | 71.3 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 62 | 0 | 0.40 | 0.74 | 0.06 | 27.46 | 0.85 | 0.59 |
| Hex | EF | 8F | 3E | 0 | 28 | 4A | 6 | 1B | 55 | 3B |
| Octal | 357 | 217 | 76 | 0 | 50 | 112 | 6 | 33 | 125 | 73 |
| Binary | 11101111 | 10001111 | 111110 | 0 | 101000 | 1001010 | 110 | 11011 | 1010101 | 111011 |
Color Harmonies of #EF8F3E
Complementary color
Monochromatic Colors of #EF8F3E
Black with #EF8F3E
Text Example
Text Example
White with #EF8F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F3E; }
p { color: rgb(239,143,62); }
H1.HeaderClassName
{
color: #EF8F3E;
}
.AnyTagClassName
{
color: #EF8F3E;
}
</style>
background-color css
<style>
a { background-color: #EF8F3E; }
a { background-color: rgb(239,143,62); }
div.DivClassName
{
background-color: #EF8F3E;
}
.BgClassName
{
background-color: #EF8F3E;
}
</style>
border-color css
<style>
span { border-color: #EF8F3E; }
span { border-color: rgb(239,143,62); }
td.TdClassName
{
border-color: #EF8F3E;
}
.TagClassName
{
border-color: #EF8F3E;
}
</style>