Shades of Sun #EC953C
Tints of Sun #EC953C
RGB
CMYK
RGB Variations
Color information
#EC953C (or 0xEC953C) is known color: Sun. HEX triplet: EC, 95 and 3C. RGB value is (236,149,60). Sum of RGB (Red+Green+Blue) = 236+149+60=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC953C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC953C is #136AC3. Grayscale: #A5A5A5. Windows color (decimal): -1272516 or 3970540. OLE color: 3970540.
HSL color Cylindrical-coordinate representation of color #EC953C: hue angle of 30.34º 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 #EC953C is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 60 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.07 |
| HSL | 30.34º | 0.82% | 0.58% | - |
| HSV(B) | 30.34º | 0.75% | 0.93% | - |
| XYZ | 46.16 | 39.65 | 9.5 | - |
| YUV | 164.87 | 68.82 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 60 | 0 | 0.37 | 0.75 | 0.07 | 30.34 | 0.82 | 0.58 |
| Hex | EC | 95 | 3C | 0 | 25 | 4B | 7 | 1E | 52 | 3A |
| Octal | 354 | 225 | 74 | 0 | 45 | 113 | 7 | 36 | 122 | 72 |
| Binary | 11101100 | 10010101 | 111100 | 0 | 100101 | 1001011 | 111 | 11110 | 1010010 | 111010 |
Color Harmonies of #EC953C
Complementary color
Monochromatic Colors of #EC953C
Black with #EC953C
Text Example
Text Example
White with #EC953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC953C; }
p { color: rgb(236,149,60); }
H1.HeaderClassName
{
color: #EC953C;
}
.AnyTagClassName
{
color: #EC953C;
}
</style>
background-color css
<style>
a { background-color: #EC953C; }
a { background-color: rgb(236,149,60); }
div.DivClassName
{
background-color: #EC953C;
}
.BgClassName
{
background-color: #EC953C;
}
</style>
border-color css
<style>
span { border-color: #EC953C; }
span { border-color: rgb(236,149,60); }
td.TdClassName
{
border-color: #EC953C;
}
.TagClassName
{
border-color: #EC953C;
}
</style>