Shades of Persimmon #EC510B
Tints of Persimmon #EC510B
RGB
CMYK
RGB Variations
Color information
#EC510B (or 0xEC510B) is known color: Persimmon. HEX triplet: EC, 51 and 0B. RGB value is (236,81,11). Sum of RGB (Red+Green+Blue) = 236+81+11=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC510B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC510B is #13AEF4. Grayscale: #777777. Windows color (decimal): -1289973 or 741868. OLE color: 741868.
HSL color Cylindrical-coordinate representation of color #EC510B: hue angle of 18.67º 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 #EC510B is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 11 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.07 |
| HSL | 18.67º | 0.91% | 0.48% | - |
| HSV(B) | 18.67º | 0.95% | 0.93% | - |
| XYZ | 37.59 | 23.74 | 2.92 | - |
| YUV | 119.37 | 66.85 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 11 | 0 | 0.66 | 0.95 | 0.07 | 18.67 | 0.91 | 0.48 |
| Hex | EC | 51 | B | 0 | 42 | 5F | 7 | 13 | 5B | 30 |
| Octal | 354 | 121 | 13 | 0 | 102 | 137 | 7 | 23 | 133 | 60 |
| Binary | 11101100 | 1010001 | 1011 | 0 | 1000010 | 1011111 | 111 | 10011 | 1011011 | 110000 |
Color Harmonies of #EC510B
Complementary color
Monochromatic Colors of #EC510B
Black with #EC510B
Text Example
Text Example
White with #EC510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC510B; }
p { color: rgb(236,81,11); }
H1.HeaderClassName
{
color: #EC510B;
}
.AnyTagClassName
{
color: #EC510B;
}
</style>
background-color css
<style>
a { background-color: #EC510B; }
a { background-color: rgb(236,81,11); }
div.DivClassName
{
background-color: #EC510B;
}
.BgClassName
{
background-color: #EC510B;
}
</style>
border-color css
<style>
span { border-color: #EC510B; }
span { border-color: rgb(236,81,11); }
td.TdClassName
{
border-color: #EC510B;
}
.TagClassName
{
border-color: #EC510B;
}
</style>