Shades of Sun #EF852A
Tints of Sun #EF852A
RGB
CMYK
RGB Variations
Color information
#EF852A (or 0xEF852A) is known color: Sun. HEX triplet: EF, 85 and 2A. RGB value is (239,133,42). Sum of RGB (Red+Green+Blue) = 239+133+42=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF852A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF852A is #107AD5. Grayscale: #9A9A9A. Windows color (decimal): -1080022 or 2786799. OLE color: 2786799.
HSL color Cylindrical-coordinate representation of color #EF852A: hue angle of 27.72º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF852A is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 42 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.06 |
| HSL | 27.72º | 0.86% | 0.55% | - |
| HSV(B) | 27.72º | 0.82% | 0.94% | - |
| XYZ | 44.4 | 35.29 | 6.66 | - |
| YUV | 154.32 | 64.62 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 42 | 0 | 0.44 | 0.82 | 0.06 | 27.72 | 0.86 | 0.55 |
| Hex | EF | 85 | 2A | 0 | 2C | 52 | 6 | 1C | 56 | 37 |
| Octal | 357 | 205 | 52 | 0 | 54 | 122 | 6 | 34 | 126 | 67 |
| Binary | 11101111 | 10000101 | 101010 | 0 | 101100 | 1010010 | 110 | 11100 | 1010110 | 110111 |
Color Harmonies of #EF852A
Complementary color
Monochromatic Colors of #EF852A
Black with #EF852A
Text Example
Text Example
White with #EF852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF852A; }
p { color: rgb(239,133,42); }
H1.HeaderClassName
{
color: #EF852A;
}
.AnyTagClassName
{
color: #EF852A;
}
</style>
background-color css
<style>
a { background-color: #EF852A; }
a { background-color: rgb(239,133,42); }
div.DivClassName
{
background-color: #EF852A;
}
.BgClassName
{
background-color: #EF852A;
}
</style>
border-color css
<style>
span { border-color: #EF852A; }
span { border-color: rgb(239,133,42); }
td.TdClassName
{
border-color: #EF852A;
}
.TagClassName
{
border-color: #EF852A;
}
</style>