Shades of Persimmon #EC650D
Tints of Persimmon #EC650D
RGB
CMYK
RGB Variations
Color information
#EC650D (or 0xEC650D) is known color: Persimmon. HEX triplet: EC, 65 and 0D. RGB value is (236,101,13). Sum of RGB (Red+Green+Blue) = 236+101+13=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC650D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC650D is #139AF2. Grayscale: #838383. Windows color (decimal): -1284851 or 878060. OLE color: 878060.
HSL color Cylindrical-coordinate representation of color #EC650D: hue angle of 23.68º degrees, saturation: 0.9, 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 #EC650D is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 13 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.07 |
| HSL | 23.68º | 0.9% | 0.49% | - |
| HSV(B) | 23.68º | 0.94% | 0.93% | - |
| XYZ | 39.32 | 27.17 | 3.55 | - |
| YUV | 131.33 | 61.23 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 13 | 0 | 0.57 | 0.94 | 0.07 | 23.68 | 0.9 | 0.49 |
| Hex | EC | 65 | D | 0 | 39 | 5E | 7 | 18 | 5A | 31 |
| Octal | 354 | 145 | 15 | 0 | 71 | 136 | 7 | 30 | 132 | 61 |
| Binary | 11101100 | 1100101 | 1101 | 0 | 111001 | 1011110 | 111 | 11000 | 1011010 | 110001 |
Color Harmonies of #EC650D
Complementary color
Monochromatic Colors of #EC650D
Black with #EC650D
Text Example
Text Example
White with #EC650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC650D; }
p { color: rgb(236,101,13); }
H1.HeaderClassName
{
color: #EC650D;
}
.AnyTagClassName
{
color: #EC650D;
}
</style>
background-color css
<style>
a { background-color: #EC650D; }
a { background-color: rgb(236,101,13); }
div.DivClassName
{
background-color: #EC650D;
}
.BgClassName
{
background-color: #EC650D;
}
</style>
border-color css
<style>
span { border-color: #EC650D; }
span { border-color: rgb(236,101,13); }
td.TdClassName
{
border-color: #EC650D;
}
.TagClassName
{
border-color: #EC650D;
}
</style>