Shades of Sun #EC8B35
Tints of Sun #EC8B35
RGB
CMYK
RGB Variations
Color information
#EC8B35 (or 0xEC8B35) is known color: Sun. HEX triplet: EC, 8B and 35. RGB value is (236,139,53). Sum of RGB (Red+Green+Blue) = 236+139+53=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 53 (21.09% from 255 or 12.38% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B35 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8B35 is #1374CA. Grayscale: #9E9E9E. Windows color (decimal): -1275083 or 3509228. OLE color: 3509228.
HSL color Cylindrical-coordinate representation of color #EC8B35: hue angle of 28.2º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC8B35 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 53 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.07 |
| HSL | 28.2º | 0.83% | 0.57% | - |
| HSV(B) | 28.2º | 0.78% | 0.93% | - |
| XYZ | 44.47 | 36.56 | 8.08 | - |
| YUV | 158.2 | 68.64 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 53 | 0 | 0.41 | 0.78 | 0.07 | 28.2 | 0.83 | 0.57 |
| Hex | EC | 8B | 35 | 0 | 29 | 4E | 7 | 1C | 53 | 39 |
| Octal | 354 | 213 | 65 | 0 | 51 | 116 | 7 | 34 | 123 | 71 |
| Binary | 11101100 | 10001011 | 110101 | 0 | 101001 | 1001110 | 111 | 11100 | 1010011 | 111001 |
Color Harmonies of #EC8B35
Complementary color
Monochromatic Colors of #EC8B35
Black with #EC8B35
Text Example
Text Example
White with #EC8B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B35; }
p { color: rgb(236,139,53); }
H1.HeaderClassName
{
color: #EC8B35;
}
.AnyTagClassName
{
color: #EC8B35;
}
</style>
background-color css
<style>
a { background-color: #EC8B35; }
a { background-color: rgb(236,139,53); }
div.DivClassName
{
background-color: #EC8B35;
}
.BgClassName
{
background-color: #EC8B35;
}
</style>
border-color css
<style>
span { border-color: #EC8B35; }
span { border-color: rgb(236,139,53); }
td.TdClassName
{
border-color: #EC8B35;
}
.TagClassName
{
border-color: #EC8B35;
}
</style>