Shades of Persimmon #EC6515
Tints of Persimmon #EC6515
RGB
CMYK
RGB Variations
Color information
#EC6515 (or 0xEC6515) is known color: Persimmon. HEX triplet: EC, 65 and 15. RGB value is (236,101,21). Sum of RGB (Red+Green+Blue) = 236+101+21=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6515 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6515 is #139AEA. Grayscale: #848484. Windows color (decimal): -1284843 or 1402348. OLE color: 1402348.
HSL color Cylindrical-coordinate representation of color #EC6515: hue angle of 22.33º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC6515 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 21 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.07 |
| HSL | 22.33º | 0.85% | 0.5% | - |
| HSV(B) | 22.33º | 0.91% | 0.93% | - |
| XYZ | 39.38 | 27.19 | 3.88 | - |
| YUV | 132.25 | 65.23 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 21 | 0 | 0.57 | 0.91 | 0.07 | 22.33 | 0.85 | 0.5 |
| Hex | EC | 65 | 15 | 0 | 39 | 5B | 7 | 16 | 55 | 32 |
| Octal | 354 | 145 | 25 | 0 | 71 | 133 | 7 | 26 | 125 | 62 |
| Binary | 11101100 | 1100101 | 10101 | 0 | 111001 | 1011011 | 111 | 10110 | 1010101 | 110010 |
Color Harmonies of #EC6515
Complementary color
Monochromatic Colors of #EC6515
Black with #EC6515
Text Example
Text Example
White with #EC6515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6515; }
p { color: rgb(236,101,21); }
H1.HeaderClassName
{
color: #EC6515;
}
.AnyTagClassName
{
color: #EC6515;
}
</style>
background-color css
<style>
a { background-color: #EC6515; }
a { background-color: rgb(236,101,21); }
div.DivClassName
{
background-color: #EC6515;
}
.BgClassName
{
background-color: #EC6515;
}
</style>
border-color css
<style>
span { border-color: #EC6515; }
span { border-color: rgb(236,101,21); }
td.TdClassName
{
border-color: #EC6515;
}
.TagClassName
{
border-color: #EC6515;
}
</style>