Shades of Sun #EF8D3C
Tints of Sun #EF8D3C
RGB
CMYK
RGB Variations
Color information
#EF8D3C (or 0xEF8D3C) is known color: Sun. HEX triplet: EF, 8D and 3C. RGB value is (239,141,60). Sum of RGB (Red+Green+Blue) = 239+141+60=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8D3C is #1072C3. Grayscale: #A1A1A1. Windows color (decimal): -1077956 or 3968495. OLE color: 3968495.
HSL color Cylindrical-coordinate representation of color #EF8D3C: hue angle of 27.15º 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 #EF8D3C is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 60 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.06 |
| HSL | 27.15º | 0.85% | 0.59% | - |
| HSV(B) | 27.15º | 0.75% | 0.94% | - |
| XYZ | 45.94 | 37.73 | 9.14 | - |
| YUV | 161.07 | 70.97 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 60 | 0 | 0.41 | 0.75 | 0.06 | 27.15 | 0.85 | 0.59 |
| Hex | EF | 8D | 3C | 0 | 29 | 4B | 6 | 1B | 55 | 3B |
| Octal | 357 | 215 | 74 | 0 | 51 | 113 | 6 | 33 | 125 | 73 |
| Binary | 11101111 | 10001101 | 111100 | 0 | 101001 | 1001011 | 110 | 11011 | 1010101 | 111011 |
Color Harmonies of #EF8D3C
Complementary color
Monochromatic Colors of #EF8D3C
Black with #EF8D3C
Text Example
Text Example
White with #EF8D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8D3C; }
p { color: rgb(239,141,60); }
H1.HeaderClassName
{
color: #EF8D3C;
}
.AnyTagClassName
{
color: #EF8D3C;
}
</style>
background-color css
<style>
a { background-color: #EF8D3C; }
a { background-color: rgb(239,141,60); }
div.DivClassName
{
background-color: #EF8D3C;
}
.BgClassName
{
background-color: #EF8D3C;
}
</style>
border-color css
<style>
span { border-color: #EF8D3C; }
span { border-color: rgb(239,141,60); }
td.TdClassName
{
border-color: #EF8D3C;
}
.TagClassName
{
border-color: #EF8D3C;
}
</style>