Shades of Sun #EC882E
Tints of Sun #EC882E
RGB
CMYK
RGB Variations
Color information
#EC882E (or 0xEC882E) is known color: Sun. HEX triplet: EC, 88 and 2E. RGB value is (236,136,46). Sum of RGB (Red+Green+Blue) = 236+136+46=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 46 (18.36% from 255 or 11.00% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC882E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC882E is #1377D1. Grayscale: #9C9C9C. Windows color (decimal): -1275858 or 3049708. OLE color: 3049708.
HSL color Cylindrical-coordinate representation of color #EC882E: hue angle of 28.42º 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 #EC882E is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 46 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.07 |
| HSL | 28.42º | 0.83% | 0.55% | - |
| HSV(B) | 28.42º | 0.81% | 0.93% | - |
| XYZ | 43.89 | 35.64 | 7.15 | - |
| YUV | 155.64 | 66.13 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 46 | 0 | 0.42 | 0.81 | 0.07 | 28.42 | 0.83 | 0.55 |
| Hex | EC | 88 | 2E | 0 | 2A | 51 | 7 | 1C | 53 | 37 |
| Octal | 354 | 210 | 56 | 0 | 52 | 121 | 7 | 34 | 123 | 67 |
| Binary | 11101100 | 10001000 | 101110 | 0 | 101010 | 1010001 | 111 | 11100 | 1010011 | 110111 |
Color Harmonies of #EC882E
Complementary color
Monochromatic Colors of #EC882E
Black with #EC882E
Text Example
Text Example
White with #EC882E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC882E; }
p { color: rgb(236,136,46); }
H1.HeaderClassName
{
color: #EC882E;
}
.AnyTagClassName
{
color: #EC882E;
}
</style>
background-color css
<style>
a { background-color: #EC882E; }
a { background-color: rgb(236,136,46); }
div.DivClassName
{
background-color: #EC882E;
}
.BgClassName
{
background-color: #EC882E;
}
</style>
border-color css
<style>
span { border-color: #EC882E; }
span { border-color: rgb(236,136,46); }
td.TdClassName
{
border-color: #EC882E;
}
.TagClassName
{
border-color: #EC882E;
}
</style>