Shades of Persimmon #EC531E
Tints of Persimmon #EC531E
RGB
CMYK
RGB Variations
Color information
#EC531E (or 0xEC531E) is known color: Persimmon. HEX triplet: EC, 53 and 1E. RGB value is (236,83,30). Sum of RGB (Red+Green+Blue) = 236+83+30=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC531E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC531E is #13ACE1. Grayscale: #7B7B7B. Windows color (decimal): -1289442 or 1987564. OLE color: 1987564.
HSL color Cylindrical-coordinate representation of color #EC531E: hue angle of 15.44º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC531E is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 30 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.07 |
| HSL | 15.44º | 0.84% | 0.52% | - |
| HSV(B) | 15.44º | 0.87% | 0.93% | - |
| XYZ | 37.92 | 24.11 | 3.88 | - |
| YUV | 122.71 | 75.69 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 30 | 0 | 0.65 | 0.87 | 0.07 | 15.44 | 0.84 | 0.52 |
| Hex | EC | 53 | 1E | 0 | 41 | 57 | 7 | F | 54 | 34 |
| Octal | 354 | 123 | 36 | 0 | 101 | 127 | 7 | 17 | 124 | 64 |
| Binary | 11101100 | 1010011 | 11110 | 0 | 1000001 | 1010111 | 111 | 1111 | 1010100 | 110100 |
Color Harmonies of #EC531E
Complementary color
Monochromatic Colors of #EC531E
Black with #EC531E
Text Example
Text Example
White with #EC531E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC531E; }
p { color: rgb(236,83,30); }
H1.HeaderClassName
{
color: #EC531E;
}
.AnyTagClassName
{
color: #EC531E;
}
</style>
background-color css
<style>
a { background-color: #EC531E; }
a { background-color: rgb(236,83,30); }
div.DivClassName
{
background-color: #EC531E;
}
.BgClassName
{
background-color: #EC531E;
}
</style>
border-color css
<style>
span { border-color: #EC531E; }
span { border-color: rgb(236,83,30); }
td.TdClassName
{
border-color: #EC531E;
}
.TagClassName
{
border-color: #EC531E;
}
</style>