Shades of Sun #EC912F
Tints of Sun #EC912F
RGB
CMYK
RGB Variations
Color information
#EC912F (or 0xEC912F) is known color: Sun. HEX triplet: EC, 91 and 2F. RGB value is (236,145,47). Sum of RGB (Red+Green+Blue) = 236+145+47=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 47 (18.75% from 255 or 10.98% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC912F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC912F is #136ED0. Grayscale: #A1A1A1. Windows color (decimal): -1273553 or 3117548. OLE color: 3117548.
HSL color Cylindrical-coordinate representation of color #EC912F: hue angle of 31.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC912F is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 47 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.07 |
| HSL | 31.11º | 0.83% | 0.55% | - |
| HSV(B) | 31.11º | 0.8% | 0.93% | - |
| XYZ | 45.23 | 38.29 | 7.7 | - |
| YUV | 161.04 | 63.65 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 47 | 0 | 0.39 | 0.80 | 0.07 | 31.11 | 0.83 | 0.55 |
| Hex | EC | 91 | 2F | 0 | 27 | 50 | 7 | 1F | 53 | 37 |
| Octal | 354 | 221 | 57 | 0 | 47 | 120 | 7 | 37 | 123 | 67 |
| Binary | 11101100 | 10010001 | 101111 | 0 | 100111 | 1010000 | 111 | 11111 | 1010011 | 110111 |
Color Harmonies of #EC912F
Complementary color
Monochromatic Colors of #EC912F
Black with #EC912F
Text Example
Text Example
White with #EC912F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC912F; }
p { color: rgb(236,145,47); }
H1.HeaderClassName
{
color: #EC912F;
}
.AnyTagClassName
{
color: #EC912F;
}
</style>
background-color css
<style>
a { background-color: #EC912F; }
a { background-color: rgb(236,145,47); }
div.DivClassName
{
background-color: #EC912F;
}
.BgClassName
{
background-color: #EC912F;
}
</style>
border-color css
<style>
span { border-color: #EC912F; }
span { border-color: rgb(236,145,47); }
td.TdClassName
{
border-color: #EC912F;
}
.TagClassName
{
border-color: #EC912F;
}
</style>