Shades of Sun #EC872D
Tints of Sun #EC872D
RGB
CMYK
RGB Variations
Color information
#EC872D (or 0xEC872D) is known color: Sun. HEX triplet: EC, 87 and 2D. RGB value is (236,135,45). Sum of RGB (Red+Green+Blue) = 236+135+45=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC872D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC872D is #1378D2. Grayscale: #9B9B9B. Windows color (decimal): -1276115 or 2983916. OLE color: 2983916.
HSL color Cylindrical-coordinate representation of color #EC872D: hue angle of 28.27º 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 #EC872D is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 45 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.07 |
| HSL | 28.27º | 0.83% | 0.55% | - |
| HSV(B) | 28.27º | 0.81% | 0.93% | - |
| XYZ | 43.73 | 35.35 | 7 | - |
| YUV | 154.94 | 65.96 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 45 | 0 | 0.43 | 0.81 | 0.07 | 28.27 | 0.83 | 0.55 |
| Hex | EC | 87 | 2D | 0 | 2B | 51 | 7 | 1C | 53 | 37 |
| Octal | 354 | 207 | 55 | 0 | 53 | 121 | 7 | 34 | 123 | 67 |
| Binary | 11101100 | 10000111 | 101101 | 0 | 101011 | 1010001 | 111 | 11100 | 1010011 | 110111 |
Color Harmonies of #EC872D
Complementary color
Monochromatic Colors of #EC872D
Black with #EC872D
Text Example
Text Example
White with #EC872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC872D; }
p { color: rgb(236,135,45); }
H1.HeaderClassName
{
color: #EC872D;
}
.AnyTagClassName
{
color: #EC872D;
}
</style>
background-color css
<style>
a { background-color: #EC872D; }
a { background-color: rgb(236,135,45); }
div.DivClassName
{
background-color: #EC872D;
}
.BgClassName
{
background-color: #EC872D;
}
</style>
border-color css
<style>
span { border-color: #EC872D; }
span { border-color: rgb(236,135,45); }
td.TdClassName
{
border-color: #EC872D;
}
.TagClassName
{
border-color: #EC872D;
}
</style>