Shades of Sun #EC983C
Tints of Sun #EC983C
RGB
CMYK
RGB Variations
Color information
#EC983C (or 0xEC983C) is known color: Sun. HEX triplet: EC, 98 and 3C. RGB value is (236,152,60). Sum of RGB (Red+Green+Blue) = 236+152+60=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 60 (23.83% from 255 or 13.39% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC983C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC983C is #1367C3. Grayscale: #A7A7A7. Windows color (decimal): -1271748 or 3971308. OLE color: 3971308.
HSL color Cylindrical-coordinate representation of color #EC983C: hue angle of 31.36º 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 #EC983C is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 60 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.07 |
| HSL | 31.36º | 0.82% | 0.58% | - |
| HSV(B) | 31.36º | 0.75% | 0.93% | - |
| XYZ | 46.64 | 40.62 | 9.66 | - |
| YUV | 166.63 | 67.83 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 60 | 0 | 0.36 | 0.75 | 0.07 | 31.36 | 0.82 | 0.58 |
| Hex | EC | 98 | 3C | 0 | 24 | 4B | 7 | 1F | 52 | 3A |
| Octal | 354 | 230 | 74 | 0 | 44 | 113 | 7 | 37 | 122 | 72 |
| Binary | 11101100 | 10011000 | 111100 | 0 | 100100 | 1001011 | 111 | 11111 | 1010010 | 111010 |
Color Harmonies of #EC983C
Complementary color
Monochromatic Colors of #EC983C
Black with #EC983C
Text Example
Text Example
White with #EC983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC983C; }
p { color: rgb(236,152,60); }
H1.HeaderClassName
{
color: #EC983C;
}
.AnyTagClassName
{
color: #EC983C;
}
</style>
background-color css
<style>
a { background-color: #EC983C; }
a { background-color: rgb(236,152,60); }
div.DivClassName
{
background-color: #EC983C;
}
.BgClassName
{
background-color: #EC983C;
}
</style>
border-color css
<style>
span { border-color: #EC983C; }
span { border-color: rgb(236,152,60); }
td.TdClassName
{
border-color: #EC983C;
}
.TagClassName
{
border-color: #EC983C;
}
</style>