Shades of Persimmon #EC5D0D
Tints of Persimmon #EC5D0D
RGB
CMYK
RGB Variations
Color information
#EC5D0D (or 0xEC5D0D) is known color: Persimmon. HEX triplet: EC, 5D and 0D. RGB value is (236,93,13). Sum of RGB (Red+Green+Blue) = 236+93+13=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5D0D is #13A2F2. Grayscale: #7F7F7F. Windows color (decimal): -1286899 or 876012. OLE color: 876012.
HSL color Cylindrical-coordinate representation of color #EC5D0D: hue angle of 21.52º 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 #EC5D0D is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 13 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.07 |
| HSL | 21.52º | 0.9% | 0.49% | - |
| HSV(B) | 21.52º | 0.94% | 0.93% | - |
| XYZ | 38.58 | 25.69 | 3.31 | - |
| YUV | 126.64 | 63.88 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 13 | 0 | 0.61 | 0.94 | 0.07 | 21.52 | 0.9 | 0.49 |
| Hex | EC | 5D | D | 0 | 3D | 5E | 7 | 16 | 5A | 31 |
| Octal | 354 | 135 | 15 | 0 | 75 | 136 | 7 | 26 | 132 | 61 |
| Binary | 11101100 | 1011101 | 1101 | 0 | 111101 | 1011110 | 111 | 10110 | 1011010 | 110001 |
Color Harmonies of #EC5D0D
Complementary color
Monochromatic Colors of #EC5D0D
Black with #EC5D0D
Text Example
Text Example
White with #EC5D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5D0D; }
p { color: rgb(236,93,13); }
H1.HeaderClassName
{
color: #EC5D0D;
}
.AnyTagClassName
{
color: #EC5D0D;
}
</style>
background-color css
<style>
a { background-color: #EC5D0D; }
a { background-color: rgb(236,93,13); }
div.DivClassName
{
background-color: #EC5D0D;
}
.BgClassName
{
background-color: #EC5D0D;
}
</style>
border-color css
<style>
span { border-color: #EC5D0D; }
span { border-color: rgb(236,93,13); }
td.TdClassName
{
border-color: #EC5D0D;
}
.TagClassName
{
border-color: #EC5D0D;
}
</style>