Shades of Sun #EC9130
Tints of Sun #EC9130
RGB
CMYK
RGB Variations
Color information
#EC9130 (or 0xEC9130) is known color: Sun. HEX triplet: EC, 91 and 30. RGB value is (236,145,48). Sum of RGB (Red+Green+Blue) = 236+145+48=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9130 is #136ECF. Grayscale: #A1A1A1. Windows color (decimal): -1273552 or 3183084. OLE color: 3183084.
HSL color Cylindrical-coordinate representation of color #EC9130: hue angle of 30.96º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC9130 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 48 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.07 |
| HSL | 30.96º | 0.83% | 0.56% | - |
| HSV(B) | 30.96º | 0.8% | 0.93% | - |
| XYZ | 45.25 | 38.3 | 7.8 | - |
| YUV | 161.15 | 64.15 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 48 | 0 | 0.39 | 0.80 | 0.07 | 30.96 | 0.83 | 0.56 |
| Hex | EC | 91 | 30 | 0 | 27 | 50 | 7 | 1F | 53 | 38 |
| Octal | 354 | 221 | 60 | 0 | 47 | 120 | 7 | 37 | 123 | 70 |
| Binary | 11101100 | 10010001 | 110000 | 0 | 100111 | 1010000 | 111 | 11111 | 1010011 | 111000 |
Color Harmonies of #EC9130
Complementary color
Monochromatic Colors of #EC9130
Black with #EC9130
Text Example
Text Example
White with #EC9130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9130; }
p { color: rgb(236,145,48); }
H1.HeaderClassName
{
color: #EC9130;
}
.AnyTagClassName
{
color: #EC9130;
}
</style>
background-color css
<style>
a { background-color: #EC9130; }
a { background-color: rgb(236,145,48); }
div.DivClassName
{
background-color: #EC9130;
}
.BgClassName
{
background-color: #EC9130;
}
</style>
border-color css
<style>
span { border-color: #EC9130; }
span { border-color: rgb(236,145,48); }
td.TdClassName
{
border-color: #EC9130;
}
.TagClassName
{
border-color: #EC9130;
}
</style>