Shades of Sun #EC8C2E
Tints of Sun #EC8C2E
RGB
CMYK
RGB Variations
Color information
#EC8C2E (or 0xEC8C2E) is known color: Sun. HEX triplet: EC, 8C and 2E. RGB value is (236,140,46). Sum of RGB (Red+Green+Blue) = 236+140+46=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 46 (18.36% from 255 or 10.90% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8C2E is #1373D1. Grayscale: #9E9E9E. Windows color (decimal): -1274834 or 3050732. OLE color: 3050732.
HSL color Cylindrical-coordinate representation of color #EC8C2E: hue angle of 29.68º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC8C2E is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 46 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.07 |
| HSL | 29.68º | 0.83% | 0.55% | - |
| HSV(B) | 29.68º | 0.81% | 0.93% | - |
| XYZ | 44.46 | 36.79 | 7.34 | - |
| YUV | 157.99 | 64.8 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 46 | 0 | 0.41 | 0.81 | 0.07 | 29.68 | 0.83 | 0.55 |
| Hex | EC | 8C | 2E | 0 | 29 | 51 | 7 | 1E | 53 | 37 |
| Octal | 354 | 214 | 56 | 0 | 51 | 121 | 7 | 36 | 123 | 67 |
| Binary | 11101100 | 10001100 | 101110 | 0 | 101001 | 1010001 | 111 | 11110 | 1010011 | 110111 |
Color Harmonies of #EC8C2E
Complementary color
Monochromatic Colors of #EC8C2E
Black with #EC8C2E
Text Example
Text Example
White with #EC8C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8C2E; }
p { color: rgb(236,140,46); }
H1.HeaderClassName
{
color: #EC8C2E;
}
.AnyTagClassName
{
color: #EC8C2E;
}
</style>
background-color css
<style>
a { background-color: #EC8C2E; }
a { background-color: rgb(236,140,46); }
div.DivClassName
{
background-color: #EC8C2E;
}
.BgClassName
{
background-color: #EC8C2E;
}
</style>
border-color css
<style>
span { border-color: #EC8C2E; }
span { border-color: rgb(236,140,46); }
td.TdClassName
{
border-color: #EC8C2E;
}
.TagClassName
{
border-color: #EC8C2E;
}
</style>