Shades of Sun #EC8B2C
Tints of Sun #EC8B2C
RGB
CMYK
RGB Variations
Color information
#EC8B2C (or 0xEC8B2C) is known color: Sun. HEX triplet: EC, 8B and 2C. RGB value is (236,139,44). Sum of RGB (Red+Green+Blue) = 236+139+44=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8B2C is #1374D3. Grayscale: #9D9D9D. Windows color (decimal): -1275092 or 2919404. OLE color: 2919404.
HSL color Cylindrical-coordinate representation of color #EC8B2C: hue angle of 29.69º 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 #EC8B2C is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 44 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.07 |
| HSL | 29.69º | 0.83% | 0.55% | - |
| HSV(B) | 29.69º | 0.81% | 0.93% | - |
| XYZ | 44.28 | 36.48 | 7.09 | - |
| YUV | 157.17 | 64.14 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 44 | 0 | 0.41 | 0.81 | 0.07 | 29.69 | 0.83 | 0.55 |
| Hex | EC | 8B | 2C | 0 | 29 | 51 | 7 | 1E | 53 | 37 |
| Octal | 354 | 213 | 54 | 0 | 51 | 121 | 7 | 36 | 123 | 67 |
| Binary | 11101100 | 10001011 | 101100 | 0 | 101001 | 1010001 | 111 | 11110 | 1010011 | 110111 |
Color Harmonies of #EC8B2C
Complementary color
Monochromatic Colors of #EC8B2C
Black with #EC8B2C
Text Example
Text Example
White with #EC8B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B2C; }
p { color: rgb(236,139,44); }
H1.HeaderClassName
{
color: #EC8B2C;
}
.AnyTagClassName
{
color: #EC8B2C;
}
</style>
background-color css
<style>
a { background-color: #EC8B2C; }
a { background-color: rgb(236,139,44); }
div.DivClassName
{
background-color: #EC8B2C;
}
.BgClassName
{
background-color: #EC8B2C;
}
</style>
border-color css
<style>
span { border-color: #EC8B2C; }
span { border-color: rgb(236,139,44); }
td.TdClassName
{
border-color: #EC8B2C;
}
.TagClassName
{
border-color: #EC8B2C;
}
</style>