Shades of Persimmon #EC640A
Tints of Persimmon #EC640A
RGB
CMYK
RGB Variations
Color information
#EC640A (or 0xEC640A) is known color: Persimmon. HEX triplet: EC, 64 and 0A. RGB value is (236,100,10). Sum of RGB (Red+Green+Blue) = 236+100+10=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC640A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC640A is #139BF5. Grayscale: #828282. Windows color (decimal): -1285110 or 681196. OLE color: 681196.
HSL color Cylindrical-coordinate representation of color #EC640A: hue angle of 23.89º 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 #EC640A is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 10 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.07 |
| HSL | 23.89º | 0.92% | 0.48% | - |
| HSV(B) | 23.89º | 0.96% | 0.93% | - |
| XYZ | 39.2 | 26.97 | 3.43 | - |
| YUV | 130.4 | 60.06 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 10 | 0 | 0.58 | 0.96 | 0.07 | 23.89 | 0.92 | 0.48 |
| Hex | EC | 64 | A | 0 | 3A | 60 | 7 | 18 | 5C | 30 |
| Octal | 354 | 144 | 12 | 0 | 72 | 140 | 7 | 30 | 134 | 60 |
| Binary | 11101100 | 1100100 | 1010 | 0 | 111010 | 1100000 | 111 | 11000 | 1011100 | 110000 |
Color Harmonies of #EC640A
Complementary color
Monochromatic Colors of #EC640A
Black with #EC640A
Text Example
Text Example
White with #EC640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC640A; }
p { color: rgb(236,100,10); }
H1.HeaderClassName
{
color: #EC640A;
}
.AnyTagClassName
{
color: #EC640A;
}
</style>
background-color css
<style>
a { background-color: #EC640A; }
a { background-color: rgb(236,100,10); }
div.DivClassName
{
background-color: #EC640A;
}
.BgClassName
{
background-color: #EC640A;
}
</style>
border-color css
<style>
span { border-color: #EC640A; }
span { border-color: rgb(236,100,10); }
td.TdClassName
{
border-color: #EC640A;
}
.TagClassName
{
border-color: #EC640A;
}
</style>