Shades of Sun #EF822C
Tints of Sun #EF822C
RGB
CMYK
RGB Variations
Color information
#EF822C (or 0xEF822C) is known color: Sun. HEX triplet: EF, 82 and 2C. RGB value is (239,130,44). Sum of RGB (Red+Green+Blue) = 239+130+44=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF822C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF822C is #107DD3. Grayscale: #999999. Windows color (decimal): -1080788 or 2917103. OLE color: 2917103.
HSL color Cylindrical-coordinate representation of color #EF822C: hue angle of 26.46º 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 #EF822C is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 44 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.06 |
| HSL | 26.46º | 0.86% | 0.55% | - |
| HSV(B) | 26.46º | 0.82% | 0.94% | - |
| XYZ | 44.03 | 34.5 | 6.72 | - |
| YUV | 152.79 | 66.61 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 44 | 0 | 0.46 | 0.82 | 0.06 | 26.46 | 0.86 | 0.55 |
| Hex | EF | 82 | 2C | 0 | 2E | 52 | 6 | 1A | 56 | 37 |
| Octal | 357 | 202 | 54 | 0 | 56 | 122 | 6 | 32 | 126 | 67 |
| Binary | 11101111 | 10000010 | 101100 | 0 | 101110 | 1010010 | 110 | 11010 | 1010110 | 110111 |
Color Harmonies of #EF822C
Complementary color
Monochromatic Colors of #EF822C
Black with #EF822C
Text Example
Text Example
White with #EF822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF822C; }
p { color: rgb(239,130,44); }
H1.HeaderClassName
{
color: #EF822C;
}
.AnyTagClassName
{
color: #EF822C;
}
</style>
background-color css
<style>
a { background-color: #EF822C; }
a { background-color: rgb(239,130,44); }
div.DivClassName
{
background-color: #EF822C;
}
.BgClassName
{
background-color: #EF822C;
}
</style>
border-color css
<style>
span { border-color: #EF822C; }
span { border-color: rgb(239,130,44); }
td.TdClassName
{
border-color: #EF822C;
}
.TagClassName
{
border-color: #EF822C;
}
</style>