Shades of Sun #EC9534
Tints of Sun #EC9534
RGB
CMYK
RGB Variations
Color information
#EC9534 (or 0xEC9534) is known color: Sun. HEX triplet: EC, 95 and 34. RGB value is (236,149,52). Sum of RGB (Red+Green+Blue) = 236+149+52=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 52 (20.70% from 255 or 11.90% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9534 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9534 is #136ACB. Grayscale: #A4A4A4. Windows color (decimal): -1272524 or 3446252. OLE color: 3446252.
HSL color Cylindrical-coordinate representation of color #EC9534: hue angle of 31.63º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC9534 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 52 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.07 |
| HSL | 31.63º | 0.83% | 0.56% | - |
| HSV(B) | 31.63º | 0.78% | 0.93% | - |
| XYZ | 45.96 | 39.58 | 8.47 | - |
| YUV | 163.96 | 64.82 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 52 | 0 | 0.37 | 0.78 | 0.07 | 31.63 | 0.83 | 0.56 |
| Hex | EC | 95 | 34 | 0 | 25 | 4E | 7 | 20 | 53 | 38 |
| Octal | 354 | 225 | 64 | 0 | 45 | 116 | 7 | 40 | 123 | 70 |
| Binary | 11101100 | 10010101 | 110100 | 0 | 100101 | 1001110 | 111 | 100000 | 1010011 | 111000 |
Color Harmonies of #EC9534
Complementary color
Monochromatic Colors of #EC9534
Black with #EC9534
Text Example
Text Example
White with #EC9534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9534; }
p { color: rgb(236,149,52); }
H1.HeaderClassName
{
color: #EC9534;
}
.AnyTagClassName
{
color: #EC9534;
}
</style>
background-color css
<style>
a { background-color: #EC9534; }
a { background-color: rgb(236,149,52); }
div.DivClassName
{
background-color: #EC9534;
}
.BgClassName
{
background-color: #EC9534;
}
</style>
border-color css
<style>
span { border-color: #EC9534; }
span { border-color: rgb(236,149,52); }
td.TdClassName
{
border-color: #EC9534;
}
.TagClassName
{
border-color: #EC9534;
}
</style>