Shades of Persimmon #EC610B
Tints of Persimmon #EC610B
RGB
CMYK
RGB Variations
Color information
#EC610B (or 0xEC610B) is known color: Persimmon. HEX triplet: EC, 61 and 0B. RGB value is (236,97,11). Sum of RGB (Red+Green+Blue) = 236+97+11=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC610B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC610B is #139EF4. Grayscale: #818181. Windows color (decimal): -1285877 or 745964. OLE color: 745964.
HSL color Cylindrical-coordinate representation of color #EC610B: hue angle of 22.93º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC610B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 11 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.07 |
| HSL | 22.93º | 0.91% | 0.48% | - |
| HSV(B) | 22.93º | 0.95% | 0.93% | - |
| XYZ | 38.93 | 26.41 | 3.36 | - |
| YUV | 128.76 | 61.55 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 11 | 0 | 0.59 | 0.95 | 0.07 | 22.93 | 0.91 | 0.48 |
| Hex | EC | 61 | B | 0 | 3B | 5F | 7 | 17 | 5B | 30 |
| Octal | 354 | 141 | 13 | 0 | 73 | 137 | 7 | 27 | 133 | 60 |
| Binary | 11101100 | 1100001 | 1011 | 0 | 111011 | 1011111 | 111 | 10111 | 1011011 | 110000 |
Color Harmonies of #EC610B
Complementary color
Monochromatic Colors of #EC610B
Black with #EC610B
Text Example
Text Example
White with #EC610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC610B; }
p { color: rgb(236,97,11); }
H1.HeaderClassName
{
color: #EC610B;
}
.AnyTagClassName
{
color: #EC610B;
}
</style>
background-color css
<style>
a { background-color: #EC610B; }
a { background-color: rgb(236,97,11); }
div.DivClassName
{
background-color: #EC610B;
}
.BgClassName
{
background-color: #EC610B;
}
</style>
border-color css
<style>
span { border-color: #EC610B; }
span { border-color: rgb(236,97,11); }
td.TdClassName
{
border-color: #EC610B;
}
.TagClassName
{
border-color: #EC610B;
}
</style>