Shades of Sun #EC8D38
Tints of Sun #EC8D38
RGB
CMYK
RGB Variations
Color information
#EC8D38 (or 0xEC8D38) is known color: Sun. HEX triplet: EC, 8D and 38. RGB value is (236,141,56). Sum of RGB (Red+Green+Blue) = 236+141+56=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 56 (22.27% from 255 or 12.93% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8D38 is #1372C7. Grayscale: #A0A0A0. Windows color (decimal): -1274568 or 3706348. OLE color: 3706348.
HSL color Cylindrical-coordinate representation of color #EC8D38: hue angle of 28.33º degrees, saturation: 0.83, 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 #EC8D38 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 56 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.07 |
| HSL | 28.33º | 0.83% | 0.57% | - |
| HSV(B) | 28.33º | 0.76% | 0.93% | - |
| XYZ | 44.83 | 37.17 | 8.55 | - |
| YUV | 159.72 | 69.47 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 56 | 0 | 0.40 | 0.76 | 0.07 | 28.33 | 0.83 | 0.57 |
| Hex | EC | 8D | 38 | 0 | 28 | 4C | 7 | 1C | 53 | 39 |
| Octal | 354 | 215 | 70 | 0 | 50 | 114 | 7 | 34 | 123 | 71 |
| Binary | 11101100 | 10001101 | 111000 | 0 | 101000 | 1001100 | 111 | 11100 | 1010011 | 111001 |
Color Harmonies of #EC8D38
Complementary color
Monochromatic Colors of #EC8D38
Black with #EC8D38
Text Example
Text Example
White with #EC8D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8D38; }
p { color: rgb(236,141,56); }
H1.HeaderClassName
{
color: #EC8D38;
}
.AnyTagClassName
{
color: #EC8D38;
}
</style>
background-color css
<style>
a { background-color: #EC8D38; }
a { background-color: rgb(236,141,56); }
div.DivClassName
{
background-color: #EC8D38;
}
.BgClassName
{
background-color: #EC8D38;
}
</style>
border-color css
<style>
span { border-color: #EC8D38; }
span { border-color: rgb(236,141,56); }
td.TdClassName
{
border-color: #EC8D38;
}
.TagClassName
{
border-color: #EC8D38;
}
</style>