Shades of Sun #EF8F3C
Tints of Sun #EF8F3C
RGB
CMYK
RGB Variations
Color information
#EF8F3C (or 0xEF8F3C) is known color: Sun. HEX triplet: EF, 8F and 3C. RGB value is (239,143,60). Sum of RGB (Red+Green+Blue) = 239+143+60=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8F3C is #1070C3. Grayscale: #A2A2A2. Windows color (decimal): -1077444 or 3969007. OLE color: 3969007.
HSL color Cylindrical-coordinate representation of color #EF8F3C: hue angle of 27.82º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF8F3C is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 60 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.06 |
| HSL | 27.82º | 0.85% | 0.59% | - |
| HSV(B) | 27.82º | 0.75% | 0.94% | - |
| XYZ | 46.23 | 38.32 | 9.23 | - |
| YUV | 162.24 | 70.3 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 60 | 0 | 0.40 | 0.75 | 0.06 | 27.82 | 0.85 | 0.59 |
| Hex | EF | 8F | 3C | 0 | 28 | 4B | 6 | 1C | 55 | 3B |
| Octal | 357 | 217 | 74 | 0 | 50 | 113 | 6 | 34 | 125 | 73 |
| Binary | 11101111 | 10001111 | 111100 | 0 | 101000 | 1001011 | 110 | 11100 | 1010101 | 111011 |
Color Harmonies of #EF8F3C
Complementary color
Monochromatic Colors of #EF8F3C
Black with #EF8F3C
Text Example
Text Example
White with #EF8F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F3C; }
p { color: rgb(239,143,60); }
H1.HeaderClassName
{
color: #EF8F3C;
}
.AnyTagClassName
{
color: #EF8F3C;
}
</style>
background-color css
<style>
a { background-color: #EF8F3C; }
a { background-color: rgb(239,143,60); }
div.DivClassName
{
background-color: #EF8F3C;
}
.BgClassName
{
background-color: #EF8F3C;
}
</style>
border-color css
<style>
span { border-color: #EF8F3C; }
span { border-color: rgb(239,143,60); }
td.TdClassName
{
border-color: #EF8F3C;
}
.TagClassName
{
border-color: #EF8F3C;
}
</style>