Shades of Persimmon #ED610C
Tints of Persimmon #ED610C
RGB
CMYK
RGB Variations
Color information
#ED610C (or 0xED610C) is known color: Persimmon. HEX triplet: ED, 61 and 0C. RGB value is (237,97,12). Sum of RGB (Red+Green+Blue) = 237+97+12=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED610C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED610C is #129EF3. Grayscale: #818181. Windows color (decimal): -1220340 or 811501. OLE color: 811501.
HSL color Cylindrical-coordinate representation of color #ED610C: hue angle of 22.67º 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 #ED610C is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 12 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.07 |
| HSL | 22.67º | 0.9% | 0.49% | - |
| HSV(B) | 22.67º | 0.95% | 0.93% | - |
| XYZ | 39.27 | 26.58 | 3.41 | - |
| YUV | 129.17 | 61.88 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 12 | 0 | 0.59 | 0.95 | 0.07 | 22.67 | 0.9 | 0.49 |
| Hex | ED | 61 | C | 0 | 3B | 5F | 7 | 17 | 5A | 31 |
| Octal | 355 | 141 | 14 | 0 | 73 | 137 | 7 | 27 | 132 | 61 |
| Binary | 11101101 | 1100001 | 1100 | 0 | 111011 | 1011111 | 111 | 10111 | 1011010 | 110001 |
Color Harmonies of #ED610C
Complementary color
Monochromatic Colors of #ED610C
Black with #ED610C
Text Example
Text Example
White with #ED610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED610C; }
p { color: rgb(237,97,12); }
H1.HeaderClassName
{
color: #ED610C;
}
.AnyTagClassName
{
color: #ED610C;
}
</style>
background-color css
<style>
a { background-color: #ED610C; }
a { background-color: rgb(237,97,12); }
div.DivClassName
{
background-color: #ED610C;
}
.BgClassName
{
background-color: #ED610C;
}
</style>
border-color css
<style>
span { border-color: #ED610C; }
span { border-color: rgb(237,97,12); }
td.TdClassName
{
border-color: #ED610C;
}
.TagClassName
{
border-color: #ED610C;
}
</style>