Shades of Persimmon #EC580D
Tints of Persimmon #EC580D
RGB
CMYK
RGB Variations
Color information
#EC580D (or 0xEC580D) is known color: Persimmon. HEX triplet: EC, 58 and 0D. RGB value is (236,88,13). Sum of RGB (Red+Green+Blue) = 236+88+13=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC580D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC580D is #13A7F2. Grayscale: #7C7C7C. Windows color (decimal): -1288179 or 874732. OLE color: 874732.
HSL color Cylindrical-coordinate representation of color #EC580D: hue angle of 20.18º 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 #EC580D is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 13 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.07 |
| HSL | 20.18º | 0.9% | 0.49% | - |
| HSV(B) | 20.18º | 0.94% | 0.93% | - |
| XYZ | 38.15 | 24.84 | 3.16 | - |
| YUV | 123.7 | 65.53 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 13 | 0 | 0.63 | 0.94 | 0.07 | 20.18 | 0.9 | 0.49 |
| Hex | EC | 58 | D | 0 | 3F | 5E | 7 | 14 | 5A | 31 |
| Octal | 354 | 130 | 15 | 0 | 77 | 136 | 7 | 24 | 132 | 61 |
| Binary | 11101100 | 1011000 | 1101 | 0 | 111111 | 1011110 | 111 | 10100 | 1011010 | 110001 |
Color Harmonies of #EC580D
Complementary color
Monochromatic Colors of #EC580D
Black with #EC580D
Text Example
Text Example
White with #EC580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC580D; }
p { color: rgb(236,88,13); }
H1.HeaderClassName
{
color: #EC580D;
}
.AnyTagClassName
{
color: #EC580D;
}
</style>
background-color css
<style>
a { background-color: #EC580D; }
a { background-color: rgb(236,88,13); }
div.DivClassName
{
background-color: #EC580D;
}
.BgClassName
{
background-color: #EC580D;
}
</style>
border-color css
<style>
span { border-color: #EC580D; }
span { border-color: rgb(236,88,13); }
td.TdClassName
{
border-color: #EC580D;
}
.TagClassName
{
border-color: #EC580D;
}
</style>