Shades of Sun #EC9136
Tints of Sun #EC9136
RGB
CMYK
RGB Variations
Color information
#EC9136 (or 0xEC9136) is known color: Sun. HEX triplet: EC, 91 and 36. RGB value is (236,145,54). Sum of RGB (Red+Green+Blue) = 236+145+54=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 54 (21.48% from 255 or 12.41% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9136 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9136 is #136EC9. Grayscale: #A2A2A2. Windows color (decimal): -1273546 or 3576300. OLE color: 3576300.
HSL color Cylindrical-coordinate representation of color #EC9136: hue angle of 30º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC9136 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 54 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.07 |
| HSL | 30º | 0.83% | 0.57% | - |
| HSV(B) | 30º | 0.77% | 0.93% | - |
| XYZ | 45.38 | 38.35 | 8.5 | - |
| YUV | 161.84 | 67.15 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 54 | 0 | 0.39 | 0.77 | 0.07 | 30 | 0.83 | 0.57 |
| Hex | EC | 91 | 36 | 0 | 27 | 4D | 7 | 1E | 53 | 39 |
| Octal | 354 | 221 | 66 | 0 | 47 | 115 | 7 | 36 | 123 | 71 |
| Binary | 11101100 | 10010001 | 110110 | 0 | 100111 | 1001101 | 111 | 11110 | 1010011 | 111001 |
Color Harmonies of #EC9136
Complementary color
Monochromatic Colors of #EC9136
Black with #EC9136
Text Example
Text Example
White with #EC9136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9136; }
p { color: rgb(236,145,54); }
H1.HeaderClassName
{
color: #EC9136;
}
.AnyTagClassName
{
color: #EC9136;
}
</style>
background-color css
<style>
a { background-color: #EC9136; }
a { background-color: rgb(236,145,54); }
div.DivClassName
{
background-color: #EC9136;
}
.BgClassName
{
background-color: #EC9136;
}
</style>
border-color css
<style>
span { border-color: #EC9136; }
span { border-color: rgb(236,145,54); }
td.TdClassName
{
border-color: #EC9136;
}
.TagClassName
{
border-color: #EC9136;
}
</style>