Shades of Sun #EC8F3B
Tints of Sun #EC8F3B
RGB
CMYK
RGB Variations
Color information
#EC8F3B (or 0xEC8F3B) is known color: Sun. HEX triplet: EC, 8F and 3B. RGB value is (236,143,59). Sum of RGB (Red+Green+Blue) = 236+143+59=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 59 (23.44% from 255 or 13.47% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8F3B is #1370C4. Grayscale: #A1A1A1. Windows color (decimal): -1274053 or 3903468. OLE color: 3903468.
HSL color Cylindrical-coordinate representation of color #EC8F3B: hue angle of 28.47º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC8F3B is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 59 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.07 |
| HSL | 28.47º | 0.82% | 0.58% | - |
| HSV(B) | 28.47º | 0.75% | 0.93% | - |
| XYZ | 45.2 | 37.79 | 9.05 | - |
| YUV | 161.23 | 70.31 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 59 | 0 | 0.39 | 0.75 | 0.07 | 28.47 | 0.82 | 0.58 |
| Hex | EC | 8F | 3B | 0 | 27 | 4B | 7 | 1C | 52 | 3A |
| Octal | 354 | 217 | 73 | 0 | 47 | 113 | 7 | 34 | 122 | 72 |
| Binary | 11101100 | 10001111 | 111011 | 0 | 100111 | 1001011 | 111 | 11100 | 1010010 | 111010 |
Color Harmonies of #EC8F3B
Complementary color
Monochromatic Colors of #EC8F3B
Black with #EC8F3B
Text Example
Text Example
White with #EC8F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F3B; }
p { color: rgb(236,143,59); }
H1.HeaderClassName
{
color: #EC8F3B;
}
.AnyTagClassName
{
color: #EC8F3B;
}
</style>
background-color css
<style>
a { background-color: #EC8F3B; }
a { background-color: rgb(236,143,59); }
div.DivClassName
{
background-color: #EC8F3B;
}
.BgClassName
{
background-color: #EC8F3B;
}
</style>
border-color css
<style>
span { border-color: #EC8F3B; }
span { border-color: rgb(236,143,59); }
td.TdClassName
{
border-color: #EC8F3B;
}
.TagClassName
{
border-color: #EC8F3B;
}
</style>