Shades of Sun #EC842B
Tints of Sun #EC842B
RGB
CMYK
RGB Variations
Color information
#EC842B (or 0xEC842B) is known color: Sun. HEX triplet: EC, 84 and 2B. RGB value is (236,132,43). Sum of RGB (Red+Green+Blue) = 236+132+43=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC842B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC842B is #137BD4. Grayscale: #999999. Windows color (decimal): -1276885 or 2852076. OLE color: 2852076.
HSL color Cylindrical-coordinate representation of color #EC842B: hue angle of 27.67º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC842B is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 43 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.07 |
| HSL | 27.67º | 0.84% | 0.55% | - |
| HSV(B) | 27.67º | 0.82% | 0.93% | - |
| XYZ | 43.28 | 34.51 | 6.67 | - |
| YUV | 152.95 | 65.96 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 43 | 0 | 0.44 | 0.82 | 0.07 | 27.67 | 0.84 | 0.55 |
| Hex | EC | 84 | 2B | 0 | 2C | 52 | 7 | 1C | 54 | 37 |
| Octal | 354 | 204 | 53 | 0 | 54 | 122 | 7 | 34 | 124 | 67 |
| Binary | 11101100 | 10000100 | 101011 | 0 | 101100 | 1010010 | 111 | 11100 | 1010100 | 110111 |
Color Harmonies of #EC842B
Complementary color
Monochromatic Colors of #EC842B
Black with #EC842B
Text Example
Text Example
White with #EC842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC842B; }
p { color: rgb(236,132,43); }
H1.HeaderClassName
{
color: #EC842B;
}
.AnyTagClassName
{
color: #EC842B;
}
</style>
background-color css
<style>
a { background-color: #EC842B; }
a { background-color: rgb(236,132,43); }
div.DivClassName
{
background-color: #EC842B;
}
.BgClassName
{
background-color: #EC842B;
}
</style>
border-color css
<style>
span { border-color: #EC842B; }
span { border-color: rgb(236,132,43); }
td.TdClassName
{
border-color: #EC842B;
}
.TagClassName
{
border-color: #EC842B;
}
</style>