Shades of Persimmon #EC6505
Tints of Persimmon #EC6505
RGB
CMYK
RGB Variations
Color information
#EC6505 (or 0xEC6505) is known color: Persimmon. HEX triplet: EC, 65 and 05. RGB value is (236,101,5). Sum of RGB (Red+Green+Blue) = 236+101+5=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 5 (2.34% from 255 or 1.46% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6505 is #139AFA. Grayscale: #828282. Windows color (decimal): -1284859 or 353772. OLE color: 353772.
HSL color Cylindrical-coordinate representation of color #EC6505: hue angle of 24.94º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC6505 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 5 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.07 |
| HSL | 24.94º | 0.96% | 0.47% | - |
| HSV(B) | 24.94º | 0.98% | 0.93% | - |
| XYZ | 39.27 | 27.15 | 3.31 | - |
| YUV | 130.42 | 57.23 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 5 | 0 | 0.57 | 0.98 | 0.07 | 24.94 | 0.96 | 0.47 |
| Hex | EC | 65 | 5 | 0 | 39 | 62 | 7 | 19 | 60 | 2F |
| Octal | 354 | 145 | 5 | 0 | 71 | 142 | 7 | 31 | 140 | 57 |
| Binary | 11101100 | 1100101 | 101 | 0 | 111001 | 1100010 | 111 | 11001 | 1100000 | 101111 |
Color Harmonies of #EC6505
Complementary color
Monochromatic Colors of #EC6505
Black with #EC6505
Text Example
Text Example
White with #EC6505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6505; }
p { color: rgb(236,101,5); }
H1.HeaderClassName
{
color: #EC6505;
}
.AnyTagClassName
{
color: #EC6505;
}
</style>
background-color css
<style>
a { background-color: #EC6505; }
a { background-color: rgb(236,101,5); }
div.DivClassName
{
background-color: #EC6505;
}
.BgClassName
{
background-color: #EC6505;
}
</style>
border-color css
<style>
span { border-color: #EC6505; }
span { border-color: rgb(236,101,5); }
td.TdClassName
{
border-color: #EC6505;
}
.TagClassName
{
border-color: #EC6505;
}
</style>