Shades of Persimmon #EC570F
Tints of Persimmon #EC570F
RGB
CMYK
RGB Variations
Color information
#EC570F (or 0xEC570F) is known color: Persimmon. HEX triplet: EC, 57 and 0F. RGB value is (236,87,15). Sum of RGB (Red+Green+Blue) = 236+87+15=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC570F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC570F is #13A8F0. Grayscale: #7B7B7B. Windows color (decimal): -1288433 or 1005548. OLE color: 1005548.
HSL color Cylindrical-coordinate representation of color #EC570F: hue angle of 19.55º 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 #EC570F is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 15 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.07 |
| HSL | 19.55º | 0.88% | 0.49% | - |
| HSV(B) | 19.55º | 0.94% | 0.93% | - |
| XYZ | 38.09 | 24.68 | 3.21 | - |
| YUV | 123.34 | 66.86 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 15 | 0 | 0.63 | 0.94 | 0.07 | 19.55 | 0.88 | 0.49 |
| Hex | EC | 57 | F | 0 | 3F | 5E | 7 | 14 | 58 | 31 |
| Octal | 354 | 127 | 17 | 0 | 77 | 136 | 7 | 24 | 130 | 61 |
| Binary | 11101100 | 1010111 | 1111 | 0 | 111111 | 1011110 | 111 | 10100 | 1011000 | 110001 |
Color Harmonies of #EC570F
Complementary color
Monochromatic Colors of #EC570F
Black with #EC570F
Text Example
Text Example
White with #EC570F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC570F; }
p { color: rgb(236,87,15); }
H1.HeaderClassName
{
color: #EC570F;
}
.AnyTagClassName
{
color: #EC570F;
}
</style>
background-color css
<style>
a { background-color: #EC570F; }
a { background-color: rgb(236,87,15); }
div.DivClassName
{
background-color: #EC570F;
}
.BgClassName
{
background-color: #EC570F;
}
</style>
border-color css
<style>
span { border-color: #EC570F; }
span { border-color: rgb(236,87,15); }
td.TdClassName
{
border-color: #EC570F;
}
.TagClassName
{
border-color: #EC570F;
}
</style>