Shades of Sun #EF8C2D
Tints of Sun #EF8C2D
RGB
CMYK
RGB Variations
Color information
#EF8C2D (or 0xEF8C2D) is known color: Sun. HEX triplet: EF, 8C and 2D. RGB value is (239,140,45). Sum of RGB (Red+Green+Blue) = 239+140+45=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 45 (17.97% from 255 or 10.61% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8C2D is #1073D2. Grayscale: #9F9F9F. Windows color (decimal): -1078227 or 2985199. OLE color: 2985199.
HSL color Cylindrical-coordinate representation of color #EF8C2D: hue angle of 29.38º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF8C2D is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 45 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.06 |
| HSL | 29.38º | 0.86% | 0.56% | - |
| HSV(B) | 29.38º | 0.81% | 0.94% | - |
| XYZ | 45.45 | 37.3 | 7.29 | - |
| YUV | 158.77 | 63.8 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 45 | 0 | 0.41 | 0.81 | 0.06 | 29.38 | 0.86 | 0.56 |
| Hex | EF | 8C | 2D | 0 | 29 | 51 | 6 | 1D | 56 | 38 |
| Octal | 357 | 214 | 55 | 0 | 51 | 121 | 6 | 35 | 126 | 70 |
| Binary | 11101111 | 10001100 | 101101 | 0 | 101001 | 1010001 | 110 | 11101 | 1010110 | 111000 |
Color Harmonies of #EF8C2D
Complementary color
Monochromatic Colors of #EF8C2D
Black with #EF8C2D
Text Example
Text Example
White with #EF8C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C2D; }
p { color: rgb(239,140,45); }
H1.HeaderClassName
{
color: #EF8C2D;
}
.AnyTagClassName
{
color: #EF8C2D;
}
</style>
background-color css
<style>
a { background-color: #EF8C2D; }
a { background-color: rgb(239,140,45); }
div.DivClassName
{
background-color: #EF8C2D;
}
.BgClassName
{
background-color: #EF8C2D;
}
</style>
border-color css
<style>
span { border-color: #EF8C2D; }
span { border-color: rgb(239,140,45); }
td.TdClassName
{
border-color: #EF8C2D;
}
.TagClassName
{
border-color: #EF8C2D;
}
</style>