Shades of Sun #EC942E
Tints of Sun #EC942E
RGB
CMYK
RGB Variations
Color information
#EC942E (or 0xEC942E) is known color: Sun. HEX triplet: EC, 94 and 2E. RGB value is (236,148,46). Sum of RGB (Red+Green+Blue) = 236+148+46=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 46 (18.36% from 255 or 10.70% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC942E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC942E is #136BD1. Grayscale: #A3A3A3. Windows color (decimal): -1272786 or 3052780. OLE color: 3052780.
HSL color Cylindrical-coordinate representation of color #EC942E: hue angle of 32.21º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC942E is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 46 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.07 |
| HSL | 32.21º | 0.83% | 0.55% | - |
| HSV(B) | 32.21º | 0.81% | 0.93% | - |
| XYZ | 45.68 | 39.21 | 7.75 | - |
| YUV | 162.68 | 62.15 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 46 | 0 | 0.37 | 0.81 | 0.07 | 32.21 | 0.83 | 0.55 |
| Hex | EC | 94 | 2E | 0 | 25 | 51 | 7 | 20 | 53 | 37 |
| Octal | 354 | 224 | 56 | 0 | 45 | 121 | 7 | 40 | 123 | 67 |
| Binary | 11101100 | 10010100 | 101110 | 0 | 100101 | 1010001 | 111 | 100000 | 1010011 | 110111 |
Color Harmonies of #EC942E
Complementary color
Monochromatic Colors of #EC942E
Black with #EC942E
Text Example
Text Example
White with #EC942E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC942E; }
p { color: rgb(236,148,46); }
H1.HeaderClassName
{
color: #EC942E;
}
.AnyTagClassName
{
color: #EC942E;
}
</style>
background-color css
<style>
a { background-color: #EC942E; }
a { background-color: rgb(236,148,46); }
div.DivClassName
{
background-color: #EC942E;
}
.BgClassName
{
background-color: #EC942E;
}
</style>
border-color css
<style>
span { border-color: #EC942E; }
span { border-color: rgb(236,148,46); }
td.TdClassName
{
border-color: #EC942E;
}
.TagClassName
{
border-color: #EC942E;
}
</style>