Shades of Persimmon #EC5701
Tints of Persimmon #EC5701
RGB
CMYK
RGB Variations
Color information
#EC5701 (or 0xEC5701) is known color: Persimmon. HEX triplet: EC, 57 and 01. RGB value is (236,87,1). Sum of RGB (Red+Green+Blue) = 236+87+1=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5701 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5701 is #13A8FE. Grayscale: #7A7A7A. Windows color (decimal): -1288447 or 88044. OLE color: 88044.
HSL color Cylindrical-coordinate representation of color #EC5701: hue angle of 21.96º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC5701 is Cyan = 0, Magento = 0.63, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 1 | - |
| CMYK | 0 | 0.63 | 1.00 | 0.07 |
| HSL | 21.96º | 0.99% | 0.46% | - |
| HSV(B) | 21.96º | 1% | 0.93% | - |
| XYZ | 38.01 | 24.65 | 2.78 | - |
| YUV | 121.75 | 59.86 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 1 | 0 | 0.63 | 1.00 | 0.07 | 21.96 | 0.99 | 0.46 |
| Hex | EC | 57 | 1 | 0 | 3F | 64 | 7 | 16 | 63 | 2E |
| Octal | 354 | 127 | 1 | 0 | 77 | 144 | 7 | 26 | 143 | 56 |
| Binary | 11101100 | 1010111 | 1 | 0 | 111111 | 1100100 | 111 | 10110 | 1100011 | 101110 |
Color Harmonies of #EC5701
Complementary color
Monochromatic Colors of #EC5701
Black with #EC5701
Text Example
Text Example
White with #EC5701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5701; }
p { color: rgb(236,87,1); }
H1.HeaderClassName
{
color: #EC5701;
}
.AnyTagClassName
{
color: #EC5701;
}
</style>
background-color css
<style>
a { background-color: #EC5701; }
a { background-color: rgb(236,87,1); }
div.DivClassName
{
background-color: #EC5701;
}
.BgClassName
{
background-color: #EC5701;
}
</style>
border-color css
<style>
span { border-color: #EC5701; }
span { border-color: rgb(236,87,1); }
td.TdClassName
{
border-color: #EC5701;
}
.TagClassName
{
border-color: #EC5701;
}
</style>