Shades of Sun #EC9533
Tints of Sun #EC9533
RGB
CMYK
RGB Variations
Color information
#EC9533 (or 0xEC9533) is known color: Sun. HEX triplet: EC, 95 and 33. RGB value is (236,149,51). Sum of RGB (Red+Green+Blue) = 236+149+51=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9533 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9533 is #136ACC. Grayscale: #A4A4A4. Windows color (decimal): -1272525 or 3380716. OLE color: 3380716.
HSL color Cylindrical-coordinate representation of color #EC9533: hue angle of 31.78º 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 #EC9533 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 51 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.07 |
| HSL | 31.78º | 0.83% | 0.56% | - |
| HSV(B) | 31.78º | 0.78% | 0.93% | - |
| XYZ | 45.94 | 39.57 | 8.35 | - |
| YUV | 163.84 | 64.32 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 51 | 0 | 0.37 | 0.78 | 0.07 | 31.78 | 0.83 | 0.56 |
| Hex | EC | 95 | 33 | 0 | 25 | 4E | 7 | 20 | 53 | 38 |
| Octal | 354 | 225 | 63 | 0 | 45 | 116 | 7 | 40 | 123 | 70 |
| Binary | 11101100 | 10010101 | 110011 | 0 | 100101 | 1001110 | 111 | 100000 | 1010011 | 111000 |
Color Harmonies of #EC9533
Complementary color
Monochromatic Colors of #EC9533
Black with #EC9533
Text Example
Text Example
White with #EC9533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9533; }
p { color: rgb(236,149,51); }
H1.HeaderClassName
{
color: #EC9533;
}
.AnyTagClassName
{
color: #EC9533;
}
</style>
background-color css
<style>
a { background-color: #EC9533; }
a { background-color: rgb(236,149,51); }
div.DivClassName
{
background-color: #EC9533;
}
.BgClassName
{
background-color: #EC9533;
}
</style>
border-color css
<style>
span { border-color: #EC9533; }
span { border-color: rgb(236,149,51); }
td.TdClassName
{
border-color: #EC9533;
}
.TagClassName
{
border-color: #EC9533;
}
</style>