Shades of Sun #EC913C
Tints of Sun #EC913C
RGB
CMYK
RGB Variations
Color information
#EC913C (or 0xEC913C) is known color: Sun. HEX triplet: EC, 91 and 3C. RGB value is (236,145,60). Sum of RGB (Red+Green+Blue) = 236+145+60=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC913C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC913C is #136EC3. Grayscale: #A2A2A2. Windows color (decimal): -1273540 or 3969516. OLE color: 3969516.
HSL color Cylindrical-coordinate representation of color #EC913C: hue angle of 28.98º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC913C is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 60 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.07 |
| HSL | 28.98º | 0.82% | 0.58% | - |
| HSV(B) | 28.98º | 0.75% | 0.93% | - |
| XYZ | 45.53 | 38.41 | 9.29 | - |
| YUV | 162.52 | 70.15 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 60 | 0 | 0.39 | 0.75 | 0.07 | 28.98 | 0.82 | 0.58 |
| Hex | EC | 91 | 3C | 0 | 27 | 4B | 7 | 1D | 52 | 3A |
| Octal | 354 | 221 | 74 | 0 | 47 | 113 | 7 | 35 | 122 | 72 |
| Binary | 11101100 | 10010001 | 111100 | 0 | 100111 | 1001011 | 111 | 11101 | 1010010 | 111010 |
Color Harmonies of #EC913C
Complementary color
Monochromatic Colors of #EC913C
Black with #EC913C
Text Example
Text Example
White with #EC913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC913C; }
p { color: rgb(236,145,60); }
H1.HeaderClassName
{
color: #EC913C;
}
.AnyTagClassName
{
color: #EC913C;
}
</style>
background-color css
<style>
a { background-color: #EC913C; }
a { background-color: rgb(236,145,60); }
div.DivClassName
{
background-color: #EC913C;
}
.BgClassName
{
background-color: #EC913C;
}
</style>
border-color css
<style>
span { border-color: #EC913C; }
span { border-color: rgb(236,145,60); }
td.TdClassName
{
border-color: #EC913C;
}
.TagClassName
{
border-color: #EC913C;
}
</style>