Shades of Sun #EC9633
Tints of Sun #EC9633
RGB
CMYK
RGB Variations
Color information
#EC9633 (or 0xEC9633) is known color: Sun. HEX triplet: EC, 96 and 33. RGB value is (236,150,51). Sum of RGB (Red+Green+Blue) = 236+150+51=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 51 (20.31% from 255 or 11.67% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9633 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9633 is #1369CC. Grayscale: #A4A4A4. Windows color (decimal): -1272269 or 3380972. OLE color: 3380972.
HSL color Cylindrical-coordinate representation of color #EC9633: hue angle of 32.11º 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 #EC9633 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 51 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.07 |
| HSL | 32.11º | 0.83% | 0.56% | - |
| HSV(B) | 32.11º | 0.78% | 0.93% | - |
| XYZ | 46.1 | 39.88 | 8.4 | - |
| YUV | 164.43 | 63.99 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 51 | 0 | 0.36 | 0.78 | 0.07 | 32.11 | 0.83 | 0.56 |
| Hex | EC | 96 | 33 | 0 | 24 | 4E | 7 | 20 | 53 | 38 |
| Octal | 354 | 226 | 63 | 0 | 44 | 116 | 7 | 40 | 123 | 70 |
| Binary | 11101100 | 10010110 | 110011 | 0 | 100100 | 1001110 | 111 | 100000 | 1010011 | 111000 |
Color Harmonies of #EC9633
Complementary color
Monochromatic Colors of #EC9633
Black with #EC9633
Text Example
Text Example
White with #EC9633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9633; }
p { color: rgb(236,150,51); }
H1.HeaderClassName
{
color: #EC9633;
}
.AnyTagClassName
{
color: #EC9633;
}
</style>
background-color css
<style>
a { background-color: #EC9633; }
a { background-color: rgb(236,150,51); }
div.DivClassName
{
background-color: #EC9633;
}
.BgClassName
{
background-color: #EC9633;
}
</style>
border-color css
<style>
span { border-color: #EC9633; }
span { border-color: rgb(236,150,51); }
td.TdClassName
{
border-color: #EC9633;
}
.TagClassName
{
border-color: #EC9633;
}
</style>