Shades of Sun #EF8C3C
Tints of Sun #EF8C3C
RGB
CMYK
RGB Variations
Color information
#EF8C3C (or 0xEF8C3C) is known color: Sun. HEX triplet: EF, 8C and 3C. RGB value is (239,140,60). Sum of RGB (Red+Green+Blue) = 239+140+60=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8C3C is #1073C3. Grayscale: #A0A0A0. Windows color (decimal): -1078212 or 3968239. OLE color: 3968239.
HSL color Cylindrical-coordinate representation of color #EF8C3C: hue angle of 26.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 #EF8C3C is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 60 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.06 |
| HSL | 26.82º | 0.85% | 0.59% | - |
| HSV(B) | 26.82º | 0.75% | 0.94% | - |
| XYZ | 45.79 | 37.43 | 9.09 | - |
| YUV | 160.48 | 71.3 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 60 | 0 | 0.41 | 0.75 | 0.06 | 26.82 | 0.85 | 0.59 |
| Hex | EF | 8C | 3C | 0 | 29 | 4B | 6 | 1B | 55 | 3B |
| Octal | 357 | 214 | 74 | 0 | 51 | 113 | 6 | 33 | 125 | 73 |
| Binary | 11101111 | 10001100 | 111100 | 0 | 101001 | 1001011 | 110 | 11011 | 1010101 | 111011 |
Color Harmonies of #EF8C3C
Complementary color
Monochromatic Colors of #EF8C3C
Black with #EF8C3C
Text Example
Text Example
White with #EF8C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C3C; }
p { color: rgb(239,140,60); }
H1.HeaderClassName
{
color: #EF8C3C;
}
.AnyTagClassName
{
color: #EF8C3C;
}
</style>
background-color css
<style>
a { background-color: #EF8C3C; }
a { background-color: rgb(239,140,60); }
div.DivClassName
{
background-color: #EF8C3C;
}
.BgClassName
{
background-color: #EF8C3C;
}
</style>
border-color css
<style>
span { border-color: #EF8C3C; }
span { border-color: rgb(239,140,60); }
td.TdClassName
{
border-color: #EF8C3C;
}
.TagClassName
{
border-color: #EF8C3C;
}
</style>