Shades of Sun #EC9538
Tints of Sun #EC9538
RGB
CMYK
RGB Variations
Color information
#EC9538 (or 0xEC9538) is known color: Sun. HEX triplet: EC, 95 and 38. RGB value is (236,149,56). Sum of RGB (Red+Green+Blue) = 236+149+56=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 56 (22.27% from 255 or 12.70% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9538 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9538 is #136AC7. Grayscale: #A4A4A4. Windows color (decimal): -1272520 or 3708396. OLE color: 3708396.
HSL color Cylindrical-coordinate representation of color #EC9538: hue angle of 31º 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 #EC9538 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 56 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.07 |
| HSL | 31º | 0.83% | 0.57% | - |
| HSV(B) | 31º | 0.76% | 0.93% | - |
| XYZ | 46.05 | 39.61 | 8.96 | - |
| YUV | 164.41 | 66.82 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 56 | 0 | 0.37 | 0.76 | 0.07 | 31 | 0.83 | 0.57 |
| Hex | EC | 95 | 38 | 0 | 25 | 4C | 7 | 1F | 53 | 39 |
| Octal | 354 | 225 | 70 | 0 | 45 | 114 | 7 | 37 | 123 | 71 |
| Binary | 11101100 | 10010101 | 111000 | 0 | 100101 | 1001100 | 111 | 11111 | 1010011 | 111001 |
Color Harmonies of #EC9538
Complementary color
Monochromatic Colors of #EC9538
Black with #EC9538
Text Example
Text Example
White with #EC9538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9538; }
p { color: rgb(236,149,56); }
H1.HeaderClassName
{
color: #EC9538;
}
.AnyTagClassName
{
color: #EC9538;
}
</style>
background-color css
<style>
a { background-color: #EC9538; }
a { background-color: rgb(236,149,56); }
div.DivClassName
{
background-color: #EC9538;
}
.BgClassName
{
background-color: #EC9538;
}
</style>
border-color css
<style>
span { border-color: #EC9538; }
span { border-color: rgb(236,149,56); }
td.TdClassName
{
border-color: #EC9538;
}
.TagClassName
{
border-color: #EC9538;
}
</style>