Shades of Sun #EC9334
Tints of Sun #EC9334
RGB
CMYK
RGB Variations
Color information
#EC9334 (or 0xEC9334) is known color: Sun. HEX triplet: EC, 93 and 34. RGB value is (236,147,52). Sum of RGB (Red+Green+Blue) = 236+147+52=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9334 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9334 is #136CCB. Grayscale: #A3A3A3. Windows color (decimal): -1273036 or 3445740. OLE color: 3445740.
HSL color Cylindrical-coordinate representation of color #EC9334: hue angle of 30.98º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC9334 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 52 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.07 |
| HSL | 30.98º | 0.83% | 0.56% | - |
| HSV(B) | 30.98º | 0.78% | 0.93% | - |
| XYZ | 45.65 | 38.95 | 8.36 | - |
| YUV | 162.78 | 65.49 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 52 | 0 | 0.38 | 0.78 | 0.07 | 30.98 | 0.83 | 0.56 |
| Hex | EC | 93 | 34 | 0 | 26 | 4E | 7 | 1F | 53 | 38 |
| Octal | 354 | 223 | 64 | 0 | 46 | 116 | 7 | 37 | 123 | 70 |
| Binary | 11101100 | 10010011 | 110100 | 0 | 100110 | 1001110 | 111 | 11111 | 1010011 | 111000 |
Color Harmonies of #EC9334
Complementary color
Monochromatic Colors of #EC9334
Black with #EC9334
Text Example
Text Example
White with #EC9334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9334; }
p { color: rgb(236,147,52); }
H1.HeaderClassName
{
color: #EC9334;
}
.AnyTagClassName
{
color: #EC9334;
}
</style>
background-color css
<style>
a { background-color: #EC9334; }
a { background-color: rgb(236,147,52); }
div.DivClassName
{
background-color: #EC9334;
}
.BgClassName
{
background-color: #EC9334;
}
</style>
border-color css
<style>
span { border-color: #EC9334; }
span { border-color: rgb(236,147,52); }
td.TdClassName
{
border-color: #EC9334;
}
.TagClassName
{
border-color: #EC9334;
}
</style>