Shades of Sun #EF852D
Tints of Sun #EF852D
RGB
CMYK
RGB Variations
Color information
#EF852D (or 0xEF852D) is known color: Sun. HEX triplet: EF, 85 and 2D. RGB value is (239,133,45). Sum of RGB (Red+Green+Blue) = 239+133+45=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF852D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF852D is #107AD2. Grayscale: #9B9B9B. Windows color (decimal): -1080019 or 2983407. OLE color: 2983407.
HSL color Cylindrical-coordinate representation of color #EF852D: hue angle of 27.22º 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 #EF852D is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 45 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.06 |
| HSL | 27.22º | 0.86% | 0.56% | - |
| HSV(B) | 27.22º | 0.81% | 0.94% | - |
| XYZ | 44.46 | 35.32 | 6.96 | - |
| YUV | 154.66 | 66.12 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 45 | 0 | 0.44 | 0.81 | 0.06 | 27.22 | 0.86 | 0.56 |
| Hex | EF | 85 | 2D | 0 | 2C | 51 | 6 | 1B | 56 | 38 |
| Octal | 357 | 205 | 55 | 0 | 54 | 121 | 6 | 33 | 126 | 70 |
| Binary | 11101111 | 10000101 | 101101 | 0 | 101100 | 1010001 | 110 | 11011 | 1010110 | 111000 |
Color Harmonies of #EF852D
Complementary color
Monochromatic Colors of #EF852D
Black with #EF852D
Text Example
Text Example
White with #EF852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF852D; }
p { color: rgb(239,133,45); }
H1.HeaderClassName
{
color: #EF852D;
}
.AnyTagClassName
{
color: #EF852D;
}
</style>
background-color css
<style>
a { background-color: #EF852D; }
a { background-color: rgb(239,133,45); }
div.DivClassName
{
background-color: #EF852D;
}
.BgClassName
{
background-color: #EF852D;
}
</style>
border-color css
<style>
span { border-color: #EF852D; }
span { border-color: rgb(239,133,45); }
td.TdClassName
{
border-color: #EF852D;
}
.TagClassName
{
border-color: #EF852D;
}
</style>