Shades of Sun #EC983A
Tints of Sun #EC983A
RGB
CMYK
RGB Variations
Color information
#EC983A (or 0xEC983A) is known color: Sun. HEX triplet: EC, 98 and 3A. RGB value is (236,152,58). Sum of RGB (Red+Green+Blue) = 236+152+58=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 58 (23.05% from 255 or 13.00% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC983A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC983A is #1367C5. Grayscale: #A6A6A6. Windows color (decimal): -1271750 or 3840236. OLE color: 3840236.
HSL color Cylindrical-coordinate representation of color #EC983A: hue angle of 31.69º 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 #EC983A is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 58 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.07 |
| HSL | 31.69º | 0.82% | 0.58% | - |
| HSV(B) | 31.69º | 0.75% | 0.93% | - |
| XYZ | 46.58 | 40.59 | 9.38 | - |
| YUV | 166.4 | 66.83 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 58 | 0 | 0.36 | 0.75 | 0.07 | 31.69 | 0.82 | 0.58 |
| Hex | EC | 98 | 3A | 0 | 24 | 4B | 7 | 20 | 52 | 3A |
| Octal | 354 | 230 | 72 | 0 | 44 | 113 | 7 | 40 | 122 | 72 |
| Binary | 11101100 | 10011000 | 111010 | 0 | 100100 | 1001011 | 111 | 100000 | 1010010 | 111010 |
Color Harmonies of #EC983A
Complementary color
Monochromatic Colors of #EC983A
Black with #EC983A
Text Example
Text Example
White with #EC983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC983A; }
p { color: rgb(236,152,58); }
H1.HeaderClassName
{
color: #EC983A;
}
.AnyTagClassName
{
color: #EC983A;
}
</style>
background-color css
<style>
a { background-color: #EC983A; }
a { background-color: rgb(236,152,58); }
div.DivClassName
{
background-color: #EC983A;
}
.BgClassName
{
background-color: #EC983A;
}
</style>
border-color css
<style>
span { border-color: #EC983A; }
span { border-color: rgb(236,152,58); }
td.TdClassName
{
border-color: #EC983A;
}
.TagClassName
{
border-color: #EC983A;
}
</style>