Shades of Sun #EC8730
Tints of Sun #EC8730
RGB
CMYK
RGB Variations
Color information
#EC8730 (or 0xEC8730) is known color: Sun. HEX triplet: EC, 87 and 30. RGB value is (236,135,48). Sum of RGB (Red+Green+Blue) = 236+135+48=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8730 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8730 is #1378CF. Grayscale: #9B9B9B. Windows color (decimal): -1276112 or 3180524. OLE color: 3180524.
HSL color Cylindrical-coordinate representation of color #EC8730: hue angle of 27.77º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC8730 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 48 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.07 |
| HSL | 27.77º | 0.83% | 0.56% | - |
| HSV(B) | 27.77º | 0.8% | 0.93% | - |
| XYZ | 43.79 | 35.37 | 7.32 | - |
| YUV | 155.28 | 67.46 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 48 | 0 | 0.43 | 0.80 | 0.07 | 27.77 | 0.83 | 0.56 |
| Hex | EC | 87 | 30 | 0 | 2B | 50 | 7 | 1C | 53 | 38 |
| Octal | 354 | 207 | 60 | 0 | 53 | 120 | 7 | 34 | 123 | 70 |
| Binary | 11101100 | 10000111 | 110000 | 0 | 101011 | 1010000 | 111 | 11100 | 1010011 | 111000 |
Color Harmonies of #EC8730
Complementary color
Monochromatic Colors of #EC8730
Black with #EC8730
Text Example
Text Example
White with #EC8730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8730; }
p { color: rgb(236,135,48); }
H1.HeaderClassName
{
color: #EC8730;
}
.AnyTagClassName
{
color: #EC8730;
}
</style>
background-color css
<style>
a { background-color: #EC8730; }
a { background-color: rgb(236,135,48); }
div.DivClassName
{
background-color: #EC8730;
}
.BgClassName
{
background-color: #EC8730;
}
</style>
border-color css
<style>
span { border-color: #EC8730; }
span { border-color: rgb(236,135,48); }
td.TdClassName
{
border-color: #EC8730;
}
.TagClassName
{
border-color: #EC8730;
}
</style>