Shades of Sun #EC9030
Tints of Sun #EC9030
RGB
CMYK
RGB Variations
Color information
#EC9030 (or 0xEC9030) is known color: Sun. HEX triplet: EC, 90 and 30. RGB value is (236,144,48). Sum of RGB (Red+Green+Blue) = 236+144+48=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9030 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9030 is #136FCF. Grayscale: #A1A1A1. Windows color (decimal): -1273808 or 3182828. OLE color: 3182828.
HSL color Cylindrical-coordinate representation of color #EC9030: hue angle of 30.64º 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 #EC9030 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 48 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.07 |
| HSL | 30.64º | 0.83% | 0.56% | - |
| HSV(B) | 30.64º | 0.8% | 0.93% | - |
| XYZ | 45.1 | 37.99 | 7.75 | - |
| YUV | 160.56 | 64.48 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 48 | 0 | 0.39 | 0.80 | 0.07 | 30.64 | 0.83 | 0.56 |
| Hex | EC | 90 | 30 | 0 | 27 | 50 | 7 | 1F | 53 | 38 |
| Octal | 354 | 220 | 60 | 0 | 47 | 120 | 7 | 37 | 123 | 70 |
| Binary | 11101100 | 10010000 | 110000 | 0 | 100111 | 1010000 | 111 | 11111 | 1010011 | 111000 |
Color Harmonies of #EC9030
Complementary color
Monochromatic Colors of #EC9030
Black with #EC9030
Text Example
Text Example
White with #EC9030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9030; }
p { color: rgb(236,144,48); }
H1.HeaderClassName
{
color: #EC9030;
}
.AnyTagClassName
{
color: #EC9030;
}
</style>
background-color css
<style>
a { background-color: #EC9030; }
a { background-color: rgb(236,144,48); }
div.DivClassName
{
background-color: #EC9030;
}
.BgClassName
{
background-color: #EC9030;
}
</style>
border-color css
<style>
span { border-color: #EC9030; }
span { border-color: rgb(236,144,48); }
td.TdClassName
{
border-color: #EC9030;
}
.TagClassName
{
border-color: #EC9030;
}
</style>