Shades of Persimmon #EC650E
Tints of Persimmon #EC650E
RGB
CMYK
RGB Variations
Color information
#EC650E (or 0xEC650E) is known color: Persimmon. HEX triplet: EC, 65 and 0E. RGB value is (236,101,14). Sum of RGB (Red+Green+Blue) = 236+101+14=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC650E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC650E is #139AF1. Grayscale: #838383. Windows color (decimal): -1284850 or 943596. OLE color: 943596.
HSL color Cylindrical-coordinate representation of color #EC650E: hue angle of 23.51º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC650E is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 14 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.07 |
| HSL | 23.51º | 0.89% | 0.49% | - |
| HSV(B) | 23.51º | 0.94% | 0.93% | - |
| XYZ | 39.33 | 27.17 | 3.59 | - |
| YUV | 131.45 | 61.73 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 14 | 0 | 0.57 | 0.94 | 0.07 | 23.51 | 0.89 | 0.49 |
| Hex | EC | 65 | E | 0 | 39 | 5E | 7 | 18 | 59 | 31 |
| Octal | 354 | 145 | 16 | 0 | 71 | 136 | 7 | 30 | 131 | 61 |
| Binary | 11101100 | 1100101 | 1110 | 0 | 111001 | 1011110 | 111 | 11000 | 1011001 | 110001 |
Color Harmonies of #EC650E
Complementary color
Monochromatic Colors of #EC650E
Black with #EC650E
Text Example
Text Example
White with #EC650E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC650E; }
p { color: rgb(236,101,14); }
H1.HeaderClassName
{
color: #EC650E;
}
.AnyTagClassName
{
color: #EC650E;
}
</style>
background-color css
<style>
a { background-color: #EC650E; }
a { background-color: rgb(236,101,14); }
div.DivClassName
{
background-color: #EC650E;
}
.BgClassName
{
background-color: #EC650E;
}
</style>
border-color css
<style>
span { border-color: #EC650E; }
span { border-color: rgb(236,101,14); }
td.TdClassName
{
border-color: #EC650E;
}
.TagClassName
{
border-color: #EC650E;
}
</style>