Shades of Persimmon #EC650F
Tints of Persimmon #EC650F
RGB
CMYK
RGB Variations
Color information
#EC650F (or 0xEC650F) is known color: Persimmon. HEX triplet: EC, 65 and 0F. RGB value is (236,101,15). Sum of RGB (Red+Green+Blue) = 236+101+15=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC650F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC650F is #139AF0. Grayscale: #848484. Windows color (decimal): -1284849 or 1009132. OLE color: 1009132.
HSL color Cylindrical-coordinate representation of color #EC650F: hue angle of 23.35º degrees, saturation: 0.88, 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 #EC650F is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 15 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.07 |
| HSL | 23.35º | 0.88% | 0.49% | - |
| HSV(B) | 23.35º | 0.94% | 0.93% | - |
| XYZ | 39.33 | 27.17 | 3.62 | - |
| YUV | 131.56 | 62.23 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 15 | 0 | 0.57 | 0.94 | 0.07 | 23.35 | 0.88 | 0.49 |
| Hex | EC | 65 | F | 0 | 39 | 5E | 7 | 17 | 58 | 31 |
| Octal | 354 | 145 | 17 | 0 | 71 | 136 | 7 | 27 | 130 | 61 |
| Binary | 11101100 | 1100101 | 1111 | 0 | 111001 | 1011110 | 111 | 10111 | 1011000 | 110001 |
Color Harmonies of #EC650F
Complementary color
Monochromatic Colors of #EC650F
Black with #EC650F
Text Example
Text Example
White with #EC650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC650F; }
p { color: rgb(236,101,15); }
H1.HeaderClassName
{
color: #EC650F;
}
.AnyTagClassName
{
color: #EC650F;
}
</style>
background-color css
<style>
a { background-color: #EC650F; }
a { background-color: rgb(236,101,15); }
div.DivClassName
{
background-color: #EC650F;
}
.BgClassName
{
background-color: #EC650F;
}
</style>
border-color css
<style>
span { border-color: #EC650F; }
span { border-color: rgb(236,101,15); }
td.TdClassName
{
border-color: #EC650F;
}
.TagClassName
{
border-color: #EC650F;
}
</style>