Shades of Persimmon #EC5D01
Tints of Persimmon #EC5D01
RGB
CMYK
RGB Variations
Color information
#EC5D01 (or 0xEC5D01) is known color: Persimmon. HEX triplet: EC, 5D and 01. RGB value is (236,93,1). Sum of RGB (Red+Green+Blue) = 236+93+1=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5D01 is #13A2FE. Grayscale: #7D7D7D. Windows color (decimal): -1286911 or 89580. OLE color: 89580.
HSL color Cylindrical-coordinate representation of color #EC5D01: hue angle of 23.49º 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 #EC5D01 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 1 | - |
| CMYK | 0 | 0.61 | 1.00 | 0.07 |
| HSL | 23.49º | 0.99% | 0.46% | - |
| HSV(B) | 23.49º | 1% | 0.93% | - |
| XYZ | 38.51 | 25.66 | 2.95 | - |
| YUV | 125.27 | 57.88 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 1 | 0 | 0.61 | 1.00 | 0.07 | 23.49 | 0.99 | 0.46 |
| Hex | EC | 5D | 1 | 0 | 3D | 64 | 7 | 17 | 63 | 2E |
| Octal | 354 | 135 | 1 | 0 | 75 | 144 | 7 | 27 | 143 | 56 |
| Binary | 11101100 | 1011101 | 1 | 0 | 111101 | 1100100 | 111 | 10111 | 1100011 | 101110 |
Color Harmonies of #EC5D01
Complementary color
Monochromatic Colors of #EC5D01
Black with #EC5D01
Text Example
Text Example
White with #EC5D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5D01; }
p { color: rgb(236,93,1); }
H1.HeaderClassName
{
color: #EC5D01;
}
.AnyTagClassName
{
color: #EC5D01;
}
</style>
background-color css
<style>
a { background-color: #EC5D01; }
a { background-color: rgb(236,93,1); }
div.DivClassName
{
background-color: #EC5D01;
}
.BgClassName
{
background-color: #EC5D01;
}
</style>
border-color css
<style>
span { border-color: #EC5D01; }
span { border-color: rgb(236,93,1); }
td.TdClassName
{
border-color: #EC5D01;
}
.TagClassName
{
border-color: #EC5D01;
}
</style>