Shades of Sun #EC9738
Tints of Sun #EC9738
RGB
CMYK
RGB Variations
Color information
#EC9738 (or 0xEC9738) is known color: Sun. HEX triplet: EC, 97 and 38. RGB value is (236,151,56). Sum of RGB (Red+Green+Blue) = 236+151+56=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 56 (22.27% from 255 or 12.64% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9738 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9738 is #1368C7. Grayscale: #A6A6A6. Windows color (decimal): -1272008 or 3708908. OLE color: 3708908.
HSL color Cylindrical-coordinate representation of color #EC9738: hue angle of 31.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC9738 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 151 | 56 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.07 |
| HSL | 31.67º | 0.83% | 0.57% | - |
| HSV(B) | 31.67º | 0.76% | 0.93% | - |
| XYZ | 46.37 | 40.25 | 9.07 | - |
| YUV | 165.59 | 66.16 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 56 | 0 | 0.36 | 0.76 | 0.07 | 31.67 | 0.83 | 0.57 |
| Hex | EC | 97 | 38 | 0 | 24 | 4C | 7 | 20 | 53 | 39 |
| Octal | 354 | 227 | 70 | 0 | 44 | 114 | 7 | 40 | 123 | 71 |
| Binary | 11101100 | 10010111 | 111000 | 0 | 100100 | 1001100 | 111 | 100000 | 1010011 | 111001 |
Color Harmonies of #EC9738
Complementary color
Monochromatic Colors of #EC9738
Black with #EC9738
Text Example
Text Example
White with #EC9738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9738; }
p { color: rgb(236,151,56); }
H1.HeaderClassName
{
color: #EC9738;
}
.AnyTagClassName
{
color: #EC9738;
}
</style>
background-color css
<style>
a { background-color: #EC9738; }
a { background-color: rgb(236,151,56); }
div.DivClassName
{
background-color: #EC9738;
}
.BgClassName
{
background-color: #EC9738;
}
</style>
border-color css
<style>
span { border-color: #EC9738; }
span { border-color: rgb(236,151,56); }
td.TdClassName
{
border-color: #EC9738;
}
.TagClassName
{
border-color: #EC9738;
}
</style>