Shades of Persimmon #EC5403
Tints of Persimmon #EC5403
RGB
CMYK
RGB Variations
Color information
#EC5403 (or 0xEC5403) is known color: Persimmon. HEX triplet: EC, 54 and 03. RGB value is (236,84,3). Sum of RGB (Red+Green+Blue) = 236+84+3=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 3 (1.56% from 255 or 0.93% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5403 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5403 is #13ABFC. Grayscale: #787878. Windows color (decimal): -1289213 or 218348. OLE color: 218348.
HSL color Cylindrical-coordinate representation of color #EC5403: hue angle of 20.86º 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 #EC5403 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 3 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.07 |
| HSL | 20.86º | 0.97% | 0.47% | - |
| HSV(B) | 20.86º | 0.99% | 0.93% | - |
| XYZ | 37.78 | 24.18 | 2.76 | - |
| YUV | 120.21 | 61.86 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 3 | 0 | 0.64 | 0.99 | 0.07 | 20.86 | 0.97 | 0.47 |
| Hex | EC | 54 | 3 | 0 | 40 | 63 | 7 | 15 | 61 | 2F |
| Octal | 354 | 124 | 3 | 0 | 100 | 143 | 7 | 25 | 141 | 57 |
| Binary | 11101100 | 1010100 | 11 | 0 | 1000000 | 1100011 | 111 | 10101 | 1100001 | 101111 |
Color Harmonies of #EC5403
Complementary color
Monochromatic Colors of #EC5403
Black with #EC5403
Text Example
Text Example
White with #EC5403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5403; }
p { color: rgb(236,84,3); }
H1.HeaderClassName
{
color: #EC5403;
}
.AnyTagClassName
{
color: #EC5403;
}
</style>
background-color css
<style>
a { background-color: #EC5403; }
a { background-color: rgb(236,84,3); }
div.DivClassName
{
background-color: #EC5403;
}
.BgClassName
{
background-color: #EC5403;
}
</style>
border-color css
<style>
span { border-color: #EC5403; }
span { border-color: rgb(236,84,3); }
td.TdClassName
{
border-color: #EC5403;
}
.TagClassName
{
border-color: #EC5403;
}
</style>