Shades of Sun #EC882C
Tints of Sun #EC882C
RGB
CMYK
RGB Variations
Color information
#EC882C (or 0xEC882C) is known color: Sun. HEX triplet: EC, 88 and 2C. RGB value is (236,136,44). Sum of RGB (Red+Green+Blue) = 236+136+44=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 44 (17.58% from 255 or 10.58% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC882C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC882C is #1377D3. Grayscale: #9B9B9B. Windows color (decimal): -1275860 or 2918636. OLE color: 2918636.
HSL color Cylindrical-coordinate representation of color #EC882C: hue angle of 28.75º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC882C is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 44 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.07 |
| HSL | 28.75º | 0.83% | 0.55% | - |
| HSV(B) | 28.75º | 0.81% | 0.93% | - |
| XYZ | 43.85 | 35.62 | 6.95 | - |
| YUV | 155.41 | 65.13 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 44 | 0 | 0.42 | 0.81 | 0.07 | 28.75 | 0.83 | 0.55 |
| Hex | EC | 88 | 2C | 0 | 2A | 51 | 7 | 1D | 53 | 37 |
| Octal | 354 | 210 | 54 | 0 | 52 | 121 | 7 | 35 | 123 | 67 |
| Binary | 11101100 | 10001000 | 101100 | 0 | 101010 | 1010001 | 111 | 11101 | 1010011 | 110111 |
Color Harmonies of #EC882C
Complementary color
Monochromatic Colors of #EC882C
Black with #EC882C
Text Example
Text Example
White with #EC882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC882C; }
p { color: rgb(236,136,44); }
H1.HeaderClassName
{
color: #EC882C;
}
.AnyTagClassName
{
color: #EC882C;
}
</style>
background-color css
<style>
a { background-color: #EC882C; }
a { background-color: rgb(236,136,44); }
div.DivClassName
{
background-color: #EC882C;
}
.BgClassName
{
background-color: #EC882C;
}
</style>
border-color css
<style>
span { border-color: #EC882C; }
span { border-color: rgb(236,136,44); }
td.TdClassName
{
border-color: #EC882C;
}
.TagClassName
{
border-color: #EC882C;
}
</style>