Shades of Sun #EC963A
Tints of Sun #EC963A
RGB
CMYK
RGB Variations
Color information
#EC963A (or 0xEC963A) is known color: Sun. HEX triplet: EC, 96 and 3A. RGB value is (236,150,58). Sum of RGB (Red+Green+Blue) = 236+150+58=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 58 (23.05% from 255 or 13.06% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC963A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC963A is #1369C5. Grayscale: #A5A5A5. Windows color (decimal): -1272262 or 3839724. OLE color: 3839724.
HSL color Cylindrical-coordinate representation of color #EC963A: hue angle of 31.01º 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 #EC963A is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 58 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.07 |
| HSL | 31.01º | 0.82% | 0.58% | - |
| HSV(B) | 31.01º | 0.75% | 0.93% | - |
| XYZ | 46.26 | 39.95 | 9.28 | - |
| YUV | 165.23 | 67.49 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 58 | 0 | 0.36 | 0.75 | 0.07 | 31.01 | 0.82 | 0.58 |
| Hex | EC | 96 | 3A | 0 | 24 | 4B | 7 | 1F | 52 | 3A |
| Octal | 354 | 226 | 72 | 0 | 44 | 113 | 7 | 37 | 122 | 72 |
| Binary | 11101100 | 10010110 | 111010 | 0 | 100100 | 1001011 | 111 | 11111 | 1010010 | 111010 |
Color Harmonies of #EC963A
Complementary color
Monochromatic Colors of #EC963A
Black with #EC963A
Text Example
Text Example
White with #EC963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC963A; }
p { color: rgb(236,150,58); }
H1.HeaderClassName
{
color: #EC963A;
}
.AnyTagClassName
{
color: #EC963A;
}
</style>
background-color css
<style>
a { background-color: #EC963A; }
a { background-color: rgb(236,150,58); }
div.DivClassName
{
background-color: #EC963A;
}
.BgClassName
{
background-color: #EC963A;
}
</style>
border-color css
<style>
span { border-color: #EC963A; }
span { border-color: rgb(236,150,58); }
td.TdClassName
{
border-color: #EC963A;
}
.TagClassName
{
border-color: #EC963A;
}
</style>