Shades of Persimmon #EC561F
Tints of Persimmon #EC561F
RGB
CMYK
RGB Variations
Color information
#EC561F (or 0xEC561F) is known color: Persimmon. HEX triplet: EC, 56 and 1F. RGB value is (236,86,31). Sum of RGB (Red+Green+Blue) = 236+86+31=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC561F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC561F is #13A9E0. Grayscale: #7C7C7C. Windows color (decimal): -1288673 or 2053868. OLE color: 2053868.
HSL color Cylindrical-coordinate representation of color #EC561F: hue angle of 16.1º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC561F is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 31 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.07 |
| HSL | 16.1º | 0.84% | 0.52% | - |
| HSV(B) | 16.1º | 0.87% | 0.93% | - |
| XYZ | 38.17 | 24.59 | 4.03 | - |
| YUV | 124.58 | 75.2 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 31 | 0 | 0.64 | 0.87 | 0.07 | 16.1 | 0.84 | 0.52 |
| Hex | EC | 56 | 1F | 0 | 40 | 57 | 7 | 10 | 54 | 34 |
| Octal | 354 | 126 | 37 | 0 | 100 | 127 | 7 | 20 | 124 | 64 |
| Binary | 11101100 | 1010110 | 11111 | 0 | 1000000 | 1010111 | 111 | 10000 | 1010100 | 110100 |
Color Harmonies of #EC561F
Complementary color
Monochromatic Colors of #EC561F
Black with #EC561F
Text Example
Text Example
White with #EC561F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC561F; }
p { color: rgb(236,86,31); }
H1.HeaderClassName
{
color: #EC561F;
}
.AnyTagClassName
{
color: #EC561F;
}
</style>
background-color css
<style>
a { background-color: #EC561F; }
a { background-color: rgb(236,86,31); }
div.DivClassName
{
background-color: #EC561F;
}
.BgClassName
{
background-color: #EC561F;
}
</style>
border-color css
<style>
span { border-color: #EC561F; }
span { border-color: rgb(236,86,31); }
td.TdClassName
{
border-color: #EC561F;
}
.TagClassName
{
border-color: #EC561F;
}
</style>