Shades of Persimmon #EC650C
Tints of Persimmon #EC650C
RGB
CMYK
RGB Variations
Color information
#EC650C (or 0xEC650C) is known color: Persimmon. HEX triplet: EC, 65 and 0C. RGB value is (236,101,12). Sum of RGB (Red+Green+Blue) = 236+101+12=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC650C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC650C is #139AF3. Grayscale: #838383. Windows color (decimal): -1284852 or 812524. OLE color: 812524.
HSL color Cylindrical-coordinate representation of color #EC650C: hue angle of 23.84º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC650C is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 12 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.07 |
| HSL | 23.84º | 0.9% | 0.49% | - |
| HSV(B) | 23.84º | 0.95% | 0.93% | - |
| XYZ | 39.31 | 27.17 | 3.52 | - |
| YUV | 131.22 | 60.73 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 12 | 0 | 0.57 | 0.95 | 0.07 | 23.84 | 0.9 | 0.49 |
| Hex | EC | 65 | C | 0 | 39 | 5F | 7 | 18 | 5A | 31 |
| Octal | 354 | 145 | 14 | 0 | 71 | 137 | 7 | 30 | 132 | 61 |
| Binary | 11101100 | 1100101 | 1100 | 0 | 111001 | 1011111 | 111 | 11000 | 1011010 | 110001 |
Color Harmonies of #EC650C
Complementary color
Monochromatic Colors of #EC650C
Black with #EC650C
Text Example
Text Example
White with #EC650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC650C; }
p { color: rgb(236,101,12); }
H1.HeaderClassName
{
color: #EC650C;
}
.AnyTagClassName
{
color: #EC650C;
}
</style>
background-color css
<style>
a { background-color: #EC650C; }
a { background-color: rgb(236,101,12); }
div.DivClassName
{
background-color: #EC650C;
}
.BgClassName
{
background-color: #EC650C;
}
</style>
border-color css
<style>
span { border-color: #EC650C; }
span { border-color: rgb(236,101,12); }
td.TdClassName
{
border-color: #EC650C;
}
.TagClassName
{
border-color: #EC650C;
}
</style>