Shades of Persimmon #EC610C
Tints of Persimmon #EC610C
RGB
CMYK
RGB Variations
Color information
#EC610C (or 0xEC610C) is known color: Persimmon. HEX triplet: EC, 61 and 0C. RGB value is (236,97,12). Sum of RGB (Red+Green+Blue) = 236+97+12=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC610C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC610C is #139EF3. Grayscale: #818181. Windows color (decimal): -1285876 or 811500. OLE color: 811500.
HSL color Cylindrical-coordinate representation of color #EC610C: hue angle of 22.77º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC610C is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 12 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.07 |
| HSL | 22.77º | 0.9% | 0.49% | - |
| HSV(B) | 22.77º | 0.95% | 0.93% | - |
| XYZ | 38.93 | 26.41 | 3.39 | - |
| YUV | 128.87 | 62.05 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 12 | 0 | 0.59 | 0.95 | 0.07 | 22.77 | 0.9 | 0.49 |
| Hex | EC | 61 | C | 0 | 3B | 5F | 7 | 17 | 5A | 31 |
| Octal | 354 | 141 | 14 | 0 | 73 | 137 | 7 | 27 | 132 | 61 |
| Binary | 11101100 | 1100001 | 1100 | 0 | 111011 | 1011111 | 111 | 10111 | 1011010 | 110001 |
Color Harmonies of #EC610C
Complementary color
Monochromatic Colors of #EC610C
Black with #EC610C
Text Example
Text Example
White with #EC610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC610C; }
p { color: rgb(236,97,12); }
H1.HeaderClassName
{
color: #EC610C;
}
.AnyTagClassName
{
color: #EC610C;
}
</style>
background-color css
<style>
a { background-color: #EC610C; }
a { background-color: rgb(236,97,12); }
div.DivClassName
{
background-color: #EC610C;
}
.BgClassName
{
background-color: #EC610C;
}
</style>
border-color css
<style>
span { border-color: #EC610C; }
span { border-color: rgb(236,97,12); }
td.TdClassName
{
border-color: #EC610C;
}
.TagClassName
{
border-color: #EC610C;
}
</style>