Shades of Sun #EC8C2F
Tints of Sun #EC8C2F
RGB
CMYK
RGB Variations
Color information
#EC8C2F (or 0xEC8C2F) is known color: Sun. HEX triplet: EC, 8C and 2F. RGB value is (236,140,47). Sum of RGB (Red+Green+Blue) = 236+140+47=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8C2F is #1373D0. Grayscale: #9E9E9E. Windows color (decimal): -1274833 or 3116268. OLE color: 3116268.
HSL color Cylindrical-coordinate representation of color #EC8C2F: hue angle of 29.52º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC8C2F is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 47 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.07 |
| HSL | 29.52º | 0.83% | 0.55% | - |
| HSV(B) | 29.52º | 0.8% | 0.93% | - |
| XYZ | 44.48 | 36.79 | 7.45 | - |
| YUV | 158.1 | 65.3 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 47 | 0 | 0.41 | 0.80 | 0.07 | 29.52 | 0.83 | 0.55 |
| Hex | EC | 8C | 2F | 0 | 29 | 50 | 7 | 1E | 53 | 37 |
| Octal | 354 | 214 | 57 | 0 | 51 | 120 | 7 | 36 | 123 | 67 |
| Binary | 11101100 | 10001100 | 101111 | 0 | 101001 | 1010000 | 111 | 11110 | 1010011 | 110111 |
Color Harmonies of #EC8C2F
Complementary color
Monochromatic Colors of #EC8C2F
Black with #EC8C2F
Text Example
Text Example
White with #EC8C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8C2F; }
p { color: rgb(236,140,47); }
H1.HeaderClassName
{
color: #EC8C2F;
}
.AnyTagClassName
{
color: #EC8C2F;
}
</style>
background-color css
<style>
a { background-color: #EC8C2F; }
a { background-color: rgb(236,140,47); }
div.DivClassName
{
background-color: #EC8C2F;
}
.BgClassName
{
background-color: #EC8C2F;
}
</style>
border-color css
<style>
span { border-color: #EC8C2F; }
span { border-color: rgb(236,140,47); }
td.TdClassName
{
border-color: #EC8C2F;
}
.TagClassName
{
border-color: #EC8C2F;
}
</style>