Shades of Persimmon #EC610F
Tints of Persimmon #EC610F
RGB
CMYK
RGB Variations
Color information
#EC610F (or 0xEC610F) is known color: Persimmon. HEX triplet: EC, 61 and 0F. RGB value is (236,97,15). Sum of RGB (Red+Green+Blue) = 236+97+15=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC610F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC610F is #139EF0. Grayscale: #818181. Windows color (decimal): -1285873 or 1008108. OLE color: 1008108.
HSL color Cylindrical-coordinate representation of color #EC610F: hue angle of 22.26º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC610F is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 15 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.07 |
| HSL | 22.26º | 0.88% | 0.49% | - |
| HSV(B) | 22.26º | 0.94% | 0.93% | - |
| XYZ | 38.95 | 26.42 | 3.5 | - |
| YUV | 129.21 | 63.55 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 15 | 0 | 0.59 | 0.94 | 0.07 | 22.26 | 0.88 | 0.49 |
| Hex | EC | 61 | F | 0 | 3B | 5E | 7 | 16 | 58 | 31 |
| Octal | 354 | 141 | 17 | 0 | 73 | 136 | 7 | 26 | 130 | 61 |
| Binary | 11101100 | 1100001 | 1111 | 0 | 111011 | 1011110 | 111 | 10110 | 1011000 | 110001 |
Color Harmonies of #EC610F
Complementary color
Monochromatic Colors of #EC610F
Black with #EC610F
Text Example
Text Example
White with #EC610F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC610F; }
p { color: rgb(236,97,15); }
H1.HeaderClassName
{
color: #EC610F;
}
.AnyTagClassName
{
color: #EC610F;
}
</style>
background-color css
<style>
a { background-color: #EC610F; }
a { background-color: rgb(236,97,15); }
div.DivClassName
{
background-color: #EC610F;
}
.BgClassName
{
background-color: #EC610F;
}
</style>
border-color css
<style>
span { border-color: #EC610F; }
span { border-color: rgb(236,97,15); }
td.TdClassName
{
border-color: #EC610F;
}
.TagClassName
{
border-color: #EC610F;
}
</style>