Shades of Persimmon #EC5F03
Tints of Persimmon #EC5F03
RGB
CMYK
RGB Variations
Color information
#EC5F03 (or 0xEC5F03) is known color: Persimmon. HEX triplet: EC, 5F and 03. RGB value is (236,95,3). Sum of RGB (Red+Green+Blue) = 236+95+3=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 3 (1.56% from 255 or 0.90% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5F03 is #13A0FC. Grayscale: #7F7F7F. Windows color (decimal): -1286397 or 221164. OLE color: 221164.
HSL color Cylindrical-coordinate representation of color #EC5F03: hue angle of 23.69º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC5F03 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 3 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.07 |
| HSL | 23.69º | 0.97% | 0.47% | - |
| HSV(B) | 23.69º | 0.99% | 0.93% | - |
| XYZ | 38.7 | 26.02 | 3.07 | - |
| YUV | 126.67 | 58.21 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 3 | 0 | 0.60 | 0.99 | 0.07 | 23.69 | 0.97 | 0.47 |
| Hex | EC | 5F | 3 | 0 | 3C | 63 | 7 | 18 | 61 | 2F |
| Octal | 354 | 137 | 3 | 0 | 74 | 143 | 7 | 30 | 141 | 57 |
| Binary | 11101100 | 1011111 | 11 | 0 | 111100 | 1100011 | 111 | 11000 | 1100001 | 101111 |
Color Harmonies of #EC5F03
Complementary color
Monochromatic Colors of #EC5F03
Black with #EC5F03
Text Example
Text Example
White with #EC5F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5F03; }
p { color: rgb(236,95,3); }
H1.HeaderClassName
{
color: #EC5F03;
}
.AnyTagClassName
{
color: #EC5F03;
}
</style>
background-color css
<style>
a { background-color: #EC5F03; }
a { background-color: rgb(236,95,3); }
div.DivClassName
{
background-color: #EC5F03;
}
.BgClassName
{
background-color: #EC5F03;
}
</style>
border-color css
<style>
span { border-color: #EC5F03; }
span { border-color: rgb(236,95,3); }
td.TdClassName
{
border-color: #EC5F03;
}
.TagClassName
{
border-color: #EC5F03;
}
</style>