Shades of Sun #EC9634
Tints of Sun #EC9634
RGB
CMYK
RGB Variations
Color information
#EC9634 (or 0xEC9634) is known color: Sun. HEX triplet: EC, 96 and 34. RGB value is (236,150,52). Sum of RGB (Red+Green+Blue) = 236+150+52=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 52 (20.70% from 255 or 11.87% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9634 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9634 is #1369CB. Grayscale: #A5A5A5. Windows color (decimal): -1272268 or 3446508. OLE color: 3446508.
HSL color Cylindrical-coordinate representation of color #EC9634: hue angle of 31.96º 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 #EC9634 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 52 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.07 |
| HSL | 31.96º | 0.83% | 0.56% | - |
| HSV(B) | 31.96º | 0.78% | 0.93% | - |
| XYZ | 46.12 | 39.89 | 8.52 | - |
| YUV | 164.54 | 64.49 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 52 | 0 | 0.36 | 0.78 | 0.07 | 31.96 | 0.83 | 0.56 |
| Hex | EC | 96 | 34 | 0 | 24 | 4E | 7 | 20 | 53 | 38 |
| Octal | 354 | 226 | 64 | 0 | 44 | 116 | 7 | 40 | 123 | 70 |
| Binary | 11101100 | 10010110 | 110100 | 0 | 100100 | 1001110 | 111 | 100000 | 1010011 | 111000 |
Color Harmonies of #EC9634
Complementary color
Monochromatic Colors of #EC9634
Black with #EC9634
Text Example
Text Example
White with #EC9634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9634; }
p { color: rgb(236,150,52); }
H1.HeaderClassName
{
color: #EC9634;
}
.AnyTagClassName
{
color: #EC9634;
}
</style>
background-color css
<style>
a { background-color: #EC9634; }
a { background-color: rgb(236,150,52); }
div.DivClassName
{
background-color: #EC9634;
}
.BgClassName
{
background-color: #EC9634;
}
</style>
border-color css
<style>
span { border-color: #EC9634; }
span { border-color: rgb(236,150,52); }
td.TdClassName
{
border-color: #EC9634;
}
.TagClassName
{
border-color: #EC9634;
}
</style>