Shades of Sun #EC8A2C
Tints of Sun #EC8A2C
RGB
CMYK
RGB Variations
Color information
#EC8A2C (or 0xEC8A2C) is known color: Sun. HEX triplet: EC, 8A and 2C. RGB value is (236,138,44). Sum of RGB (Red+Green+Blue) = 236+138+44=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8A2C is #1375D3. Grayscale: #9D9D9D. Windows color (decimal): -1275348 or 2919148. OLE color: 2919148.
HSL color Cylindrical-coordinate representation of color #EC8A2C: hue angle of 29.38º 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 #EC8A2C is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 44 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.07 |
| HSL | 29.38º | 0.83% | 0.55% | - |
| HSV(B) | 29.38º | 0.81% | 0.93% | - |
| XYZ | 44.14 | 36.19 | 7.04 | - |
| YUV | 156.59 | 64.47 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 44 | 0 | 0.42 | 0.81 | 0.07 | 29.38 | 0.83 | 0.55 |
| Hex | EC | 8A | 2C | 0 | 2A | 51 | 7 | 1D | 53 | 37 |
| Octal | 354 | 212 | 54 | 0 | 52 | 121 | 7 | 35 | 123 | 67 |
| Binary | 11101100 | 10001010 | 101100 | 0 | 101010 | 1010001 | 111 | 11101 | 1010011 | 110111 |
Color Harmonies of #EC8A2C
Complementary color
Monochromatic Colors of #EC8A2C
Black with #EC8A2C
Text Example
Text Example
White with #EC8A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A2C; }
p { color: rgb(236,138,44); }
H1.HeaderClassName
{
color: #EC8A2C;
}
.AnyTagClassName
{
color: #EC8A2C;
}
</style>
background-color css
<style>
a { background-color: #EC8A2C; }
a { background-color: rgb(236,138,44); }
div.DivClassName
{
background-color: #EC8A2C;
}
.BgClassName
{
background-color: #EC8A2C;
}
</style>
border-color css
<style>
span { border-color: #EC8A2C; }
span { border-color: rgb(236,138,44); }
td.TdClassName
{
border-color: #EC8A2C;
}
.TagClassName
{
border-color: #EC8A2C;
}
</style>