Shades of Persimmon #EC6105
Tints of Persimmon #EC6105
RGB
CMYK
RGB Variations
Color information
#EC6105 (or 0xEC6105) is known color: Persimmon. HEX triplet: EC, 61 and 05. RGB value is (236,97,5). Sum of RGB (Red+Green+Blue) = 236+97+5=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6105 is #139EFA. Grayscale: #808080. Windows color (decimal): -1285883 or 352748. OLE color: 352748.
HSL color Cylindrical-coordinate representation of color #EC6105: hue angle of 23.9º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC6105 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 5 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.07 |
| HSL | 23.9º | 0.96% | 0.47% | - |
| HSV(B) | 23.9º | 0.98% | 0.93% | - |
| XYZ | 38.89 | 26.39 | 3.19 | - |
| YUV | 128.07 | 58.55 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 5 | 0 | 0.59 | 0.98 | 0.07 | 23.9 | 0.96 | 0.47 |
| Hex | EC | 61 | 5 | 0 | 3B | 62 | 7 | 18 | 60 | 2F |
| Octal | 354 | 141 | 5 | 0 | 73 | 142 | 7 | 30 | 140 | 57 |
| Binary | 11101100 | 1100001 | 101 | 0 | 111011 | 1100010 | 111 | 11000 | 1100000 | 101111 |
Color Harmonies of #EC6105
Complementary color
Monochromatic Colors of #EC6105
Black with #EC6105
Text Example
Text Example
White with #EC6105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6105; }
p { color: rgb(236,97,5); }
H1.HeaderClassName
{
color: #EC6105;
}
.AnyTagClassName
{
color: #EC6105;
}
</style>
background-color css
<style>
a { background-color: #EC6105; }
a { background-color: rgb(236,97,5); }
div.DivClassName
{
background-color: #EC6105;
}
.BgClassName
{
background-color: #EC6105;
}
</style>
border-color css
<style>
span { border-color: #EC6105; }
span { border-color: rgb(236,97,5); }
td.TdClassName
{
border-color: #EC6105;
}
.TagClassName
{
border-color: #EC6105;
}
</style>