Shades of Persimmon #EC510D
Tints of Persimmon #EC510D
RGB
CMYK
RGB Variations
Color information
#EC510D (or 0xEC510D) is known color: Persimmon. HEX triplet: EC, 51 and 0D. RGB value is (236,81,13). Sum of RGB (Red+Green+Blue) = 236+81+13=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC510D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC510D is #13AEF2. Grayscale: #787878. Windows color (decimal): -1289971 or 872940. OLE color: 872940.
HSL color Cylindrical-coordinate representation of color #EC510D: hue angle of 18.3º 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 #EC510D is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 13 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.07 |
| HSL | 18.3º | 0.9% | 0.49% | - |
| HSV(B) | 18.3º | 0.94% | 0.93% | - |
| XYZ | 37.61 | 23.75 | 2.98 | - |
| YUV | 119.59 | 67.85 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 13 | 0 | 0.66 | 0.94 | 0.07 | 18.3 | 0.9 | 0.49 |
| Hex | EC | 51 | D | 0 | 42 | 5E | 7 | 12 | 5A | 31 |
| Octal | 354 | 121 | 15 | 0 | 102 | 136 | 7 | 22 | 132 | 61 |
| Binary | 11101100 | 1010001 | 1101 | 0 | 1000010 | 1011110 | 111 | 10010 | 1011010 | 110001 |
Color Harmonies of #EC510D
Complementary color
Monochromatic Colors of #EC510D
Black with #EC510D
Text Example
Text Example
White with #EC510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC510D; }
p { color: rgb(236,81,13); }
H1.HeaderClassName
{
color: #EC510D;
}
.AnyTagClassName
{
color: #EC510D;
}
</style>
background-color css
<style>
a { background-color: #EC510D; }
a { background-color: rgb(236,81,13); }
div.DivClassName
{
background-color: #EC510D;
}
.BgClassName
{
background-color: #EC510D;
}
</style>
border-color css
<style>
span { border-color: #EC510D; }
span { border-color: rgb(236,81,13); }
td.TdClassName
{
border-color: #EC510D;
}
.TagClassName
{
border-color: #EC510D;
}
</style>