Shades of Sun #EF822B
Tints of Sun #EF822B
RGB
CMYK
RGB Variations
Color information
#EF822B (or 0xEF822B) is known color: Sun. HEX triplet: EF, 82 and 2B. RGB value is (239,130,43). Sum of RGB (Red+Green+Blue) = 239+130+43=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF822B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF822B is #107DD4. Grayscale: #999999. Windows color (decimal): -1080789 or 2851567. OLE color: 2851567.
HSL color Cylindrical-coordinate representation of color #EF822B: hue angle of 26.63º 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 #EF822B is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 43 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.06 |
| HSL | 26.63º | 0.86% | 0.55% | - |
| HSV(B) | 26.63º | 0.82% | 0.94% | - |
| XYZ | 44.02 | 34.49 | 6.62 | - |
| YUV | 152.67 | 66.11 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 43 | 0 | 0.46 | 0.82 | 0.06 | 26.63 | 0.86 | 0.55 |
| Hex | EF | 82 | 2B | 0 | 2E | 52 | 6 | 1B | 56 | 37 |
| Octal | 357 | 202 | 53 | 0 | 56 | 122 | 6 | 33 | 126 | 67 |
| Binary | 11101111 | 10000010 | 101011 | 0 | 101110 | 1010010 | 110 | 11011 | 1010110 | 110111 |
Color Harmonies of #EF822B
Complementary color
Monochromatic Colors of #EF822B
Black with #EF822B
Text Example
Text Example
White with #EF822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF822B; }
p { color: rgb(239,130,43); }
H1.HeaderClassName
{
color: #EF822B;
}
.AnyTagClassName
{
color: #EF822B;
}
</style>
background-color css
<style>
a { background-color: #EF822B; }
a { background-color: rgb(239,130,43); }
div.DivClassName
{
background-color: #EF822B;
}
.BgClassName
{
background-color: #EF822B;
}
</style>
border-color css
<style>
span { border-color: #EF822B; }
span { border-color: rgb(239,130,43); }
td.TdClassName
{
border-color: #EF822B;
}
.TagClassName
{
border-color: #EF822B;
}
</style>