Shades of Persimmon #EC550D
Tints of Persimmon #EC550D
RGB
CMYK
RGB Variations
Color information
#EC550D (or 0xEC550D) is known color: Persimmon. HEX triplet: EC, 55 and 0D. RGB value is (236,85,13). Sum of RGB (Red+Green+Blue) = 236+85+13=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC550D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC550D is #13AAF2. Grayscale: #7A7A7A. Windows color (decimal): -1288947 or 873964. OLE color: 873964.
HSL color Cylindrical-coordinate representation of color #EC550D: hue angle of 19.37º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC550D is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 13 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.07 |
| HSL | 19.37º | 0.9% | 0.49% | - |
| HSV(B) | 19.37º | 0.94% | 0.93% | - |
| XYZ | 37.91 | 24.36 | 3.08 | - |
| YUV | 121.94 | 66.53 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 13 | 0 | 0.64 | 0.94 | 0.07 | 19.37 | 0.9 | 0.49 |
| Hex | EC | 55 | D | 0 | 40 | 5E | 7 | 13 | 5A | 31 |
| Octal | 354 | 125 | 15 | 0 | 100 | 136 | 7 | 23 | 132 | 61 |
| Binary | 11101100 | 1010101 | 1101 | 0 | 1000000 | 1011110 | 111 | 10011 | 1011010 | 110001 |
Color Harmonies of #EC550D
Complementary color
Monochromatic Colors of #EC550D
Black with #EC550D
Text Example
Text Example
White with #EC550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC550D; }
p { color: rgb(236,85,13); }
H1.HeaderClassName
{
color: #EC550D;
}
.AnyTagClassName
{
color: #EC550D;
}
</style>
background-color css
<style>
a { background-color: #EC550D; }
a { background-color: rgb(236,85,13); }
div.DivClassName
{
background-color: #EC550D;
}
.BgClassName
{
background-color: #EC550D;
}
</style>
border-color css
<style>
span { border-color: #EC550D; }
span { border-color: rgb(236,85,13); }
td.TdClassName
{
border-color: #EC550D;
}
.TagClassName
{
border-color: #EC550D;
}
</style>