Shades of Persimmon #EC580B
Tints of Persimmon #EC580B
RGB
CMYK
RGB Variations
Color information
#EC580B (or 0xEC580B) is known color: Persimmon. HEX triplet: EC, 58 and 0B. RGB value is (236,88,11). Sum of RGB (Red+Green+Blue) = 236+88+11=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC580B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC580B is #13A7F4. Grayscale: #7B7B7B. Windows color (decimal): -1288181 or 743660. OLE color: 743660.
HSL color Cylindrical-coordinate representation of color #EC580B: hue angle of 20.53º 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 #EC580B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 11 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.07 |
| HSL | 20.53º | 0.91% | 0.48% | - |
| HSV(B) | 20.53º | 0.95% | 0.93% | - |
| XYZ | 38.14 | 24.84 | 3.1 | - |
| YUV | 123.47 | 64.53 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 11 | 0 | 0.63 | 0.95 | 0.07 | 20.53 | 0.91 | 0.48 |
| Hex | EC | 58 | B | 0 | 3F | 5F | 7 | 15 | 5B | 30 |
| Octal | 354 | 130 | 13 | 0 | 77 | 137 | 7 | 25 | 133 | 60 |
| Binary | 11101100 | 1011000 | 1011 | 0 | 111111 | 1011111 | 111 | 10101 | 1011011 | 110000 |
Color Harmonies of #EC580B
Complementary color
Monochromatic Colors of #EC580B
Black with #EC580B
Text Example
Text Example
White with #EC580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC580B; }
p { color: rgb(236,88,11); }
H1.HeaderClassName
{
color: #EC580B;
}
.AnyTagClassName
{
color: #EC580B;
}
</style>
background-color css
<style>
a { background-color: #EC580B; }
a { background-color: rgb(236,88,11); }
div.DivClassName
{
background-color: #EC580B;
}
.BgClassName
{
background-color: #EC580B;
}
</style>
border-color css
<style>
span { border-color: #EC580B; }
span { border-color: rgb(236,88,11); }
td.TdClassName
{
border-color: #EC580B;
}
.TagClassName
{
border-color: #EC580B;
}
</style>