Shades of Sun #EF822A
Tints of Sun #EF822A
RGB
CMYK
RGB Variations
Color information
#EF822A (or 0xEF822A) is known color: Sun. HEX triplet: EF, 82 and 2A. RGB value is (239,130,42). Sum of RGB (Red+Green+Blue) = 239+130+42=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 42 (16.80% from 255 or 10.22% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF822A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF822A is #107DD5. Grayscale: #999999. Windows color (decimal): -1080790 or 2786031. OLE color: 2786031.
HSL color Cylindrical-coordinate representation of color #EF822A: hue angle of 26.8º 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 #EF822A is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 42 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.06 |
| HSL | 26.8º | 0.86% | 0.55% | - |
| HSV(B) | 26.8º | 0.82% | 0.94% | - |
| XYZ | 44 | 34.48 | 6.53 | - |
| YUV | 152.56 | 65.61 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 42 | 0 | 0.46 | 0.82 | 0.06 | 26.8 | 0.86 | 0.55 |
| Hex | EF | 82 | 2A | 0 | 2E | 52 | 6 | 1B | 56 | 37 |
| Octal | 357 | 202 | 52 | 0 | 56 | 122 | 6 | 33 | 126 | 67 |
| Binary | 11101111 | 10000010 | 101010 | 0 | 101110 | 1010010 | 110 | 11011 | 1010110 | 110111 |
Color Harmonies of #EF822A
Complementary color
Monochromatic Colors of #EF822A
Black with #EF822A
Text Example
Text Example
White with #EF822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF822A; }
p { color: rgb(239,130,42); }
H1.HeaderClassName
{
color: #EF822A;
}
.AnyTagClassName
{
color: #EF822A;
}
</style>
background-color css
<style>
a { background-color: #EF822A; }
a { background-color: rgb(239,130,42); }
div.DivClassName
{
background-color: #EF822A;
}
.BgClassName
{
background-color: #EF822A;
}
</style>
border-color css
<style>
span { border-color: #EF822A; }
span { border-color: rgb(239,130,42); }
td.TdClassName
{
border-color: #EF822A;
}
.TagClassName
{
border-color: #EF822A;
}
</style>