Shades of Persimmon #ED610D
Tints of Persimmon #ED610D
RGB
CMYK
RGB Variations
Color information
#ED610D (or 0xED610D) is known color: Persimmon. HEX triplet: ED, 61 and 0D. RGB value is (237,97,13). Sum of RGB (Red+Green+Blue) = 237+97+13=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED610D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED610D is #129EF2. Grayscale: #818181. Windows color (decimal): -1220339 or 877037. OLE color: 877037.
HSL color Cylindrical-coordinate representation of color #ED610D: hue angle of 22.5º 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 #ED610D is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 13 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.07 |
| HSL | 22.5º | 0.9% | 0.49% | - |
| HSV(B) | 22.5º | 0.95% | 0.93% | - |
| XYZ | 39.27 | 26.58 | 3.44 | - |
| YUV | 129.28 | 62.38 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 13 | 0 | 0.59 | 0.95 | 0.07 | 22.5 | 0.9 | 0.49 |
| Hex | ED | 61 | D | 0 | 3B | 5F | 7 | 16 | 5A | 31 |
| Octal | 355 | 141 | 15 | 0 | 73 | 137 | 7 | 26 | 132 | 61 |
| Binary | 11101101 | 1100001 | 1101 | 0 | 111011 | 1011111 | 111 | 10110 | 1011010 | 110001 |
Color Harmonies of #ED610D
Complementary color
Monochromatic Colors of #ED610D
Black with #ED610D
Text Example
Text Example
White with #ED610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED610D; }
p { color: rgb(237,97,13); }
H1.HeaderClassName
{
color: #ED610D;
}
.AnyTagClassName
{
color: #ED610D;
}
</style>
background-color css
<style>
a { background-color: #ED610D; }
a { background-color: rgb(237,97,13); }
div.DivClassName
{
background-color: #ED610D;
}
.BgClassName
{
background-color: #ED610D;
}
</style>
border-color css
<style>
span { border-color: #ED610D; }
span { border-color: rgb(237,97,13); }
td.TdClassName
{
border-color: #ED610D;
}
.TagClassName
{
border-color: #ED610D;
}
</style>