Shades of Persimmon #EC5C03
Tints of Persimmon #EC5C03
RGB
CMYK
RGB Variations
Color information
#EC5C03 (or 0xEC5C03) is known color: Persimmon. HEX triplet: EC, 5C and 03. RGB value is (236,92,3). Sum of RGB (Red+Green+Blue) = 236+92+3=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5C03 is #13A3FC. Grayscale: #7D7D7D. Windows color (decimal): -1287165 or 220396. OLE color: 220396.
HSL color Cylindrical-coordinate representation of color #EC5C03: hue angle of 22.92º 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 #EC5C03 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 3 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.07 |
| HSL | 22.92º | 0.97% | 0.47% | - |
| HSV(B) | 22.92º | 0.99% | 0.93% | - |
| XYZ | 38.44 | 25.49 | 2.98 | - |
| YUV | 124.91 | 59.21 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 3 | 0 | 0.61 | 0.99 | 0.07 | 22.92 | 0.97 | 0.47 |
| Hex | EC | 5C | 3 | 0 | 3D | 63 | 7 | 17 | 61 | 2F |
| Octal | 354 | 134 | 3 | 0 | 75 | 143 | 7 | 27 | 141 | 57 |
| Binary | 11101100 | 1011100 | 11 | 0 | 111101 | 1100011 | 111 | 10111 | 1100001 | 101111 |
Color Harmonies of #EC5C03
Complementary color
Monochromatic Colors of #EC5C03
Black with #EC5C03
Text Example
Text Example
White with #EC5C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5C03; }
p { color: rgb(236,92,3); }
H1.HeaderClassName
{
color: #EC5C03;
}
.AnyTagClassName
{
color: #EC5C03;
}
</style>
background-color css
<style>
a { background-color: #EC5C03; }
a { background-color: rgb(236,92,3); }
div.DivClassName
{
background-color: #EC5C03;
}
.BgClassName
{
background-color: #EC5C03;
}
</style>
border-color css
<style>
span { border-color: #EC5C03; }
span { border-color: rgb(236,92,3); }
td.TdClassName
{
border-color: #EC5C03;
}
.TagClassName
{
border-color: #EC5C03;
}
</style>