Shades of Sun #EC852B
Tints of Sun #EC852B
RGB
CMYK
RGB Variations
Color information
#EC852B (or 0xEC852B) is known color: Sun. HEX triplet: EC, 85 and 2B. RGB value is (236,133,43). Sum of RGB (Red+Green+Blue) = 236+133+43=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC852B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC852B is #137AD4. Grayscale: #999999. Windows color (decimal): -1276629 or 2852332. OLE color: 2852332.
HSL color Cylindrical-coordinate representation of color #EC852B: hue angle of 27.98º 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 #EC852B is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 43 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.07 |
| HSL | 27.98º | 0.84% | 0.55% | - |
| HSV(B) | 27.98º | 0.82% | 0.93% | - |
| XYZ | 43.42 | 34.78 | 6.71 | - |
| YUV | 153.54 | 65.62 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 43 | 0 | 0.44 | 0.82 | 0.07 | 27.98 | 0.84 | 0.55 |
| Hex | EC | 85 | 2B | 0 | 2C | 52 | 7 | 1C | 54 | 37 |
| Octal | 354 | 205 | 53 | 0 | 54 | 122 | 7 | 34 | 124 | 67 |
| Binary | 11101100 | 10000101 | 101011 | 0 | 101100 | 1010010 | 111 | 11100 | 1010100 | 110111 |
Color Harmonies of #EC852B
Complementary color
Monochromatic Colors of #EC852B
Black with #EC852B
Text Example
Text Example
White with #EC852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC852B; }
p { color: rgb(236,133,43); }
H1.HeaderClassName
{
color: #EC852B;
}
.AnyTagClassName
{
color: #EC852B;
}
</style>
background-color css
<style>
a { background-color: #EC852B; }
a { background-color: rgb(236,133,43); }
div.DivClassName
{
background-color: #EC852B;
}
.BgClassName
{
background-color: #EC852B;
}
</style>
border-color css
<style>
span { border-color: #EC852B; }
span { border-color: rgb(236,133,43); }
td.TdClassName
{
border-color: #EC852B;
}
.TagClassName
{
border-color: #EC852B;
}
</style>