Shades of Persimmon #EC620A
Tints of Persimmon #EC620A
RGB
CMYK
RGB Variations
Color information
#EC620A (or 0xEC620A) is known color: Persimmon. HEX triplet: EC, 62 and 0A. RGB value is (236,98,10). Sum of RGB (Red+Green+Blue) = 236+98+10=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC620A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC620A is #139DF5. Grayscale: #818181. Windows color (decimal): -1285622 or 680684. OLE color: 680684.
HSL color Cylindrical-coordinate representation of color #EC620A: hue angle of 23.36º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC620A is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 10 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.07 |
| HSL | 23.36º | 0.92% | 0.48% | - |
| HSV(B) | 23.36º | 0.96% | 0.93% | - |
| XYZ | 39.01 | 26.59 | 3.36 | - |
| YUV | 129.23 | 60.72 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 10 | 0 | 0.58 | 0.96 | 0.07 | 23.36 | 0.92 | 0.48 |
| Hex | EC | 62 | A | 0 | 3A | 60 | 7 | 17 | 5C | 30 |
| Octal | 354 | 142 | 12 | 0 | 72 | 140 | 7 | 27 | 134 | 60 |
| Binary | 11101100 | 1100010 | 1010 | 0 | 111010 | 1100000 | 111 | 10111 | 1011100 | 110000 |
Color Harmonies of #EC620A
Complementary color
Monochromatic Colors of #EC620A
Black with #EC620A
Text Example
Text Example
White with #EC620A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC620A; }
p { color: rgb(236,98,10); }
H1.HeaderClassName
{
color: #EC620A;
}
.AnyTagClassName
{
color: #EC620A;
}
</style>
background-color css
<style>
a { background-color: #EC620A; }
a { background-color: rgb(236,98,10); }
div.DivClassName
{
background-color: #EC620A;
}
.BgClassName
{
background-color: #EC620A;
}
</style>
border-color css
<style>
span { border-color: #EC620A; }
span { border-color: rgb(236,98,10); }
td.TdClassName
{
border-color: #EC620A;
}
.TagClassName
{
border-color: #EC620A;
}
</style>