Shades of Persimmon #EC570B
Tints of Persimmon #EC570B
RGB
CMYK
RGB Variations
Color information
#EC570B (or 0xEC570B) is known color: Persimmon. HEX triplet: EC, 57 and 0B. RGB value is (236,87,11). Sum of RGB (Red+Green+Blue) = 236+87+11=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC570B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC570B is #13A8F4. Grayscale: #7B7B7B. Windows color (decimal): -1288437 or 743404. OLE color: 743404.
HSL color Cylindrical-coordinate representation of color #EC570B: hue angle of 20.27º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC570B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 11 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.07 |
| HSL | 20.27º | 0.91% | 0.48% | - |
| HSV(B) | 20.27º | 0.95% | 0.93% | - |
| XYZ | 38.06 | 24.67 | 3.07 | - |
| YUV | 122.89 | 64.86 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 11 | 0 | 0.63 | 0.95 | 0.07 | 20.27 | 0.91 | 0.48 |
| Hex | EC | 57 | B | 0 | 3F | 5F | 7 | 14 | 5B | 30 |
| Octal | 354 | 127 | 13 | 0 | 77 | 137 | 7 | 24 | 133 | 60 |
| Binary | 11101100 | 1010111 | 1011 | 0 | 111111 | 1011111 | 111 | 10100 | 1011011 | 110000 |
Color Harmonies of #EC570B
Complementary color
Monochromatic Colors of #EC570B
Black with #EC570B
Text Example
Text Example
White with #EC570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC570B; }
p { color: rgb(236,87,11); }
H1.HeaderClassName
{
color: #EC570B;
}
.AnyTagClassName
{
color: #EC570B;
}
</style>
background-color css
<style>
a { background-color: #EC570B; }
a { background-color: rgb(236,87,11); }
div.DivClassName
{
background-color: #EC570B;
}
.BgClassName
{
background-color: #EC570B;
}
</style>
border-color css
<style>
span { border-color: #EC570B; }
span { border-color: rgb(236,87,11); }
td.TdClassName
{
border-color: #EC570B;
}
.TagClassName
{
border-color: #EC570B;
}
</style>