Shades of Persimmon #EC531D
Tints of Persimmon #EC531D
RGB
CMYK
RGB Variations
Color information
#EC531D (or 0xEC531D) is known color: Persimmon. HEX triplet: EC, 53 and 1D. RGB value is (236,83,29). Sum of RGB (Red+Green+Blue) = 236+83+29=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC531D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC531D is #13ACE2. Grayscale: #7A7A7A. Windows color (decimal): -1289443 or 1922028. OLE color: 1922028.
HSL color Cylindrical-coordinate representation of color #EC531D: hue angle of 15.65º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC531D is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 29 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.07 |
| HSL | 15.65º | 0.84% | 0.52% | - |
| HSV(B) | 15.65º | 0.88% | 0.93% | - |
| XYZ | 37.91 | 24.11 | 3.82 | - |
| YUV | 122.59 | 75.19 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 29 | 0 | 0.65 | 0.88 | 0.07 | 15.65 | 0.84 | 0.52 |
| Hex | EC | 53 | 1D | 0 | 41 | 58 | 7 | 10 | 54 | 34 |
| Octal | 354 | 123 | 35 | 0 | 101 | 130 | 7 | 20 | 124 | 64 |
| Binary | 11101100 | 1010011 | 11101 | 0 | 1000001 | 1011000 | 111 | 10000 | 1010100 | 110100 |
Color Harmonies of #EC531D
Complementary color
Monochromatic Colors of #EC531D
Black with #EC531D
Text Example
Text Example
White with #EC531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC531D; }
p { color: rgb(236,83,29); }
H1.HeaderClassName
{
color: #EC531D;
}
.AnyTagClassName
{
color: #EC531D;
}
</style>
background-color css
<style>
a { background-color: #EC531D; }
a { background-color: rgb(236,83,29); }
div.DivClassName
{
background-color: #EC531D;
}
.BgClassName
{
background-color: #EC531D;
}
</style>
border-color css
<style>
span { border-color: #EC531D; }
span { border-color: rgb(236,83,29); }
td.TdClassName
{
border-color: #EC531D;
}
.TagClassName
{
border-color: #EC531D;
}
</style>