Shades of Sun #EC9435
Tints of Sun #EC9435
RGB
CMYK
RGB Variations
Color information
#EC9435 (or 0xEC9435) is known color: Sun. HEX triplet: EC, 94 and 35. RGB value is (236,148,53). Sum of RGB (Red+Green+Blue) = 236+148+53=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 53 (21.09% from 255 or 12.13% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9435 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9435 is #136BCA. Grayscale: #A3A3A3. Windows color (decimal): -1272779 or 3511532. OLE color: 3511532.
HSL color Cylindrical-coordinate representation of color #EC9435: hue angle of 31.15º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC9435 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 53 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.07 |
| HSL | 31.15º | 0.83% | 0.57% | - |
| HSV(B) | 31.15º | 0.78% | 0.93% | - |
| XYZ | 45.82 | 39.27 | 8.53 | - |
| YUV | 163.48 | 65.65 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 53 | 0 | 0.37 | 0.78 | 0.07 | 31.15 | 0.83 | 0.57 |
| Hex | EC | 94 | 35 | 0 | 25 | 4E | 7 | 1F | 53 | 39 |
| Octal | 354 | 224 | 65 | 0 | 45 | 116 | 7 | 37 | 123 | 71 |
| Binary | 11101100 | 10010100 | 110101 | 0 | 100101 | 1001110 | 111 | 11111 | 1010011 | 111001 |
Color Harmonies of #EC9435
Complementary color
Monochromatic Colors of #EC9435
Black with #EC9435
Text Example
Text Example
White with #EC9435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9435; }
p { color: rgb(236,148,53); }
H1.HeaderClassName
{
color: #EC9435;
}
.AnyTagClassName
{
color: #EC9435;
}
</style>
background-color css
<style>
a { background-color: #EC9435; }
a { background-color: rgb(236,148,53); }
div.DivClassName
{
background-color: #EC9435;
}
.BgClassName
{
background-color: #EC9435;
}
</style>
border-color css
<style>
span { border-color: #EC9435; }
span { border-color: rgb(236,148,53); }
td.TdClassName
{
border-color: #EC9435;
}
.TagClassName
{
border-color: #EC9435;
}
</style>