Shades of Persimmon #EC6501
Tints of Persimmon #EC6501
RGB
CMYK
RGB Variations
Color information
#EC6501 (or 0xEC6501) is known color: Persimmon. HEX triplet: EC, 65 and 01. RGB value is (236,101,1). Sum of RGB (Red+Green+Blue) = 236+101+1=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6501 is #139AFE. Grayscale: #828282. Windows color (decimal): -1284863 or 91628. OLE color: 91628.
HSL color Cylindrical-coordinate representation of color #EC6501: hue angle of 25.53º 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 #EC6501 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 1 | - |
| CMYK | 0 | 0.57 | 1.00 | 0.07 |
| HSL | 25.53º | 0.99% | 0.46% | - |
| HSV(B) | 25.53º | 1% | 0.93% | - |
| XYZ | 39.25 | 27.14 | 3.2 | - |
| YUV | 129.97 | 55.23 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 1 | 0 | 0.57 | 1.00 | 0.07 | 25.53 | 0.99 | 0.46 |
| Hex | EC | 65 | 1 | 0 | 39 | 64 | 7 | 1A | 63 | 2E |
| Octal | 354 | 145 | 1 | 0 | 71 | 144 | 7 | 32 | 143 | 56 |
| Binary | 11101100 | 1100101 | 1 | 0 | 111001 | 1100100 | 111 | 11010 | 1100011 | 101110 |
Color Harmonies of #EC6501
Complementary color
Monochromatic Colors of #EC6501
Black with #EC6501
Text Example
Text Example
White with #EC6501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6501; }
p { color: rgb(236,101,1); }
H1.HeaderClassName
{
color: #EC6501;
}
.AnyTagClassName
{
color: #EC6501;
}
</style>
background-color css
<style>
a { background-color: #EC6501; }
a { background-color: rgb(236,101,1); }
div.DivClassName
{
background-color: #EC6501;
}
.BgClassName
{
background-color: #EC6501;
}
</style>
border-color css
<style>
span { border-color: #EC6501; }
span { border-color: rgb(236,101,1); }
td.TdClassName
{
border-color: #EC6501;
}
.TagClassName
{
border-color: #EC6501;
}
</style>