Shades of Persimmon #EC5A1F
Tints of Persimmon #EC5A1F
RGB
CMYK
RGB Variations
Color information
#EC5A1F (or 0xEC5A1F) is known color: Persimmon. HEX triplet: EC, 5A and 1F. RGB value is (236,90,31). Sum of RGB (Red+Green+Blue) = 236+90+31=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5A1F is #13A5E0. Grayscale: #7F7F7F. Windows color (decimal): -1287649 or 2054892. OLE color: 2054892.
HSL color Cylindrical-coordinate representation of color #EC5A1F: hue angle of 17.27º 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 #EC5A1F is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 31 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.07 |
| HSL | 17.27º | 0.84% | 0.52% | - |
| HSV(B) | 17.27º | 0.87% | 0.93% | - |
| XYZ | 38.5 | 25.24 | 4.14 | - |
| YUV | 126.93 | 73.87 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 31 | 0 | 0.62 | 0.87 | 0.07 | 17.27 | 0.84 | 0.52 |
| Hex | EC | 5A | 1F | 0 | 3E | 57 | 7 | 11 | 54 | 34 |
| Octal | 354 | 132 | 37 | 0 | 76 | 127 | 7 | 21 | 124 | 64 |
| Binary | 11101100 | 1011010 | 11111 | 0 | 111110 | 1010111 | 111 | 10001 | 1010100 | 110100 |
Color Harmonies of #EC5A1F
Complementary color
Monochromatic Colors of #EC5A1F
Black with #EC5A1F
Text Example
Text Example
White with #EC5A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5A1F; }
p { color: rgb(236,90,31); }
H1.HeaderClassName
{
color: #EC5A1F;
}
.AnyTagClassName
{
color: #EC5A1F;
}
</style>
background-color css
<style>
a { background-color: #EC5A1F; }
a { background-color: rgb(236,90,31); }
div.DivClassName
{
background-color: #EC5A1F;
}
.BgClassName
{
background-color: #EC5A1F;
}
</style>
border-color css
<style>
span { border-color: #EC5A1F; }
span { border-color: rgb(236,90,31); }
td.TdClassName
{
border-color: #EC5A1F;
}
.TagClassName
{
border-color: #EC5A1F;
}
</style>