Shades of Sun #EC943D
Tints of Sun #EC943D
RGB
CMYK
RGB Variations
Color information
#EC943D (or 0xEC943D) is known color: Sun. HEX triplet: EC, 94 and 3D. RGB value is (236,148,61). Sum of RGB (Red+Green+Blue) = 236+148+61=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 61 (24.22% from 255 or 13.71% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC943D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC943D is #136BC2. Grayscale: #A4A4A4. Windows color (decimal): -1272771 or 4035820. OLE color: 4035820.
HSL color Cylindrical-coordinate representation of color #EC943D: hue angle of 29.83º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC943D is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 61 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.07 |
| HSL | 29.83º | 0.82% | 0.58% | - |
| HSV(B) | 29.83º | 0.74% | 0.93% | - |
| XYZ | 46.02 | 39.35 | 9.58 | - |
| YUV | 164.39 | 69.65 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 61 | 0 | 0.37 | 0.74 | 0.07 | 29.83 | 0.82 | 0.58 |
| Hex | EC | 94 | 3D | 0 | 25 | 4A | 7 | 1E | 52 | 3A |
| Octal | 354 | 224 | 75 | 0 | 45 | 112 | 7 | 36 | 122 | 72 |
| Binary | 11101100 | 10010100 | 111101 | 0 | 100101 | 1001010 | 111 | 11110 | 1010010 | 111010 |
Color Harmonies of #EC943D
Complementary color
Monochromatic Colors of #EC943D
Black with #EC943D
Text Example
Text Example
White with #EC943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC943D; }
p { color: rgb(236,148,61); }
H1.HeaderClassName
{
color: #EC943D;
}
.AnyTagClassName
{
color: #EC943D;
}
</style>
background-color css
<style>
a { background-color: #EC943D; }
a { background-color: rgb(236,148,61); }
div.DivClassName
{
background-color: #EC943D;
}
.BgClassName
{
background-color: #EC943D;
}
</style>
border-color css
<style>
span { border-color: #EC943D; }
span { border-color: rgb(236,148,61); }
td.TdClassName
{
border-color: #EC943D;
}
.TagClassName
{
border-color: #EC943D;
}
</style>