Shades of Sun #EC8D39
Tints of Sun #EC8D39
RGB
CMYK
RGB Variations
Color information
#EC8D39 (or 0xEC8D39) is known color: Sun. HEX triplet: EC, 8D and 39. RGB value is (236,141,57). Sum of RGB (Red+Green+Blue) = 236+141+57=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 57 (22.66% from 255 or 13.13% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D39 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8D39 is #1372C6. Grayscale: #A0A0A0. Windows color (decimal): -1274567 or 3771884. OLE color: 3771884.
HSL color Cylindrical-coordinate representation of color #EC8D39: hue angle of 28.16º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC8D39 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 57 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.07 |
| HSL | 28.16º | 0.82% | 0.57% | - |
| HSV(B) | 28.16º | 0.76% | 0.93% | - |
| XYZ | 44.86 | 37.18 | 8.68 | - |
| YUV | 159.83 | 69.97 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 57 | 0 | 0.40 | 0.76 | 0.07 | 28.16 | 0.82 | 0.57 |
| Hex | EC | 8D | 39 | 0 | 28 | 4C | 7 | 1C | 52 | 39 |
| Octal | 354 | 215 | 71 | 0 | 50 | 114 | 7 | 34 | 122 | 71 |
| Binary | 11101100 | 10001101 | 111001 | 0 | 101000 | 1001100 | 111 | 11100 | 1010010 | 111001 |
Color Harmonies of #EC8D39
Complementary color
Monochromatic Colors of #EC8D39
Black with #EC8D39
Text Example
Text Example
White with #EC8D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8D39; }
p { color: rgb(236,141,57); }
H1.HeaderClassName
{
color: #EC8D39;
}
.AnyTagClassName
{
color: #EC8D39;
}
</style>
background-color css
<style>
a { background-color: #EC8D39; }
a { background-color: rgb(236,141,57); }
div.DivClassName
{
background-color: #EC8D39;
}
.BgClassName
{
background-color: #EC8D39;
}
</style>
border-color css
<style>
span { border-color: #EC8D39; }
span { border-color: rgb(236,141,57); }
td.TdClassName
{
border-color: #EC8D39;
}
.TagClassName
{
border-color: #EC8D39;
}
</style>