Shades of Persimmon #EC660D
Tints of Persimmon #EC660D
RGB
CMYK
RGB Variations
Color information
#EC660D (or 0xEC660D) is known color: Persimmon. HEX triplet: EC, 66 and 0D. RGB value is (236,102,13). Sum of RGB (Red+Green+Blue) = 236+102+13=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC660D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC660D is #1399F2. Grayscale: #848484. Windows color (decimal): -1284595 or 878316. OLE color: 878316.
HSL color Cylindrical-coordinate representation of color #EC660D: hue angle of 23.95º 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 #EC660D is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 13 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.07 |
| HSL | 23.95º | 0.9% | 0.49% | - |
| HSV(B) | 23.95º | 0.94% | 0.93% | - |
| XYZ | 39.42 | 27.36 | 3.59 | - |
| YUV | 131.92 | 60.89 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 13 | 0 | 0.57 | 0.94 | 0.07 | 23.95 | 0.9 | 0.49 |
| Hex | EC | 66 | D | 0 | 39 | 5E | 7 | 18 | 5A | 31 |
| Octal | 354 | 146 | 15 | 0 | 71 | 136 | 7 | 30 | 132 | 61 |
| Binary | 11101100 | 1100110 | 1101 | 0 | 111001 | 1011110 | 111 | 11000 | 1011010 | 110001 |
Color Harmonies of #EC660D
Complementary color
Monochromatic Colors of #EC660D
Black with #EC660D
Text Example
Text Example
White with #EC660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC660D; }
p { color: rgb(236,102,13); }
H1.HeaderClassName
{
color: #EC660D;
}
.AnyTagClassName
{
color: #EC660D;
}
</style>
background-color css
<style>
a { background-color: #EC660D; }
a { background-color: rgb(236,102,13); }
div.DivClassName
{
background-color: #EC660D;
}
.BgClassName
{
background-color: #EC660D;
}
</style>
border-color css
<style>
span { border-color: #EC660D; }
span { border-color: rgb(236,102,13); }
td.TdClassName
{
border-color: #EC660D;
}
.TagClassName
{
border-color: #EC660D;
}
</style>