Shades of Persimmon #ED570D
Tints of Persimmon #ED570D
RGB
CMYK
RGB Variations
Color information
#ED570D (or 0xED570D) is known color: Persimmon. HEX triplet: ED, 57 and 0D. RGB value is (237,87,13). Sum of RGB (Red+Green+Blue) = 237+87+13=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED570D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED570D is #12A8F2. Grayscale: #7B7B7B. Windows color (decimal): -1222899 or 874477. OLE color: 874477.
HSL color Cylindrical-coordinate representation of color #ED570D: hue angle of 19.82º 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 #ED570D is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 87 | 13 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.07 |
| HSL | 19.82º | 0.9% | 0.49% | - |
| HSV(B) | 19.82º | 0.95% | 0.93% | - |
| XYZ | 38.41 | 24.85 | 3.15 | - |
| YUV | 123.41 | 65.7 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 87 | 13 | 0 | 0.63 | 0.95 | 0.07 | 19.82 | 0.9 | 0.49 |
| Hex | ED | 57 | D | 0 | 3F | 5F | 7 | 14 | 5A | 31 |
| Octal | 355 | 127 | 15 | 0 | 77 | 137 | 7 | 24 | 132 | 61 |
| Binary | 11101101 | 1010111 | 1101 | 0 | 111111 | 1011111 | 111 | 10100 | 1011010 | 110001 |
Color Harmonies of #ED570D
Complementary color
Monochromatic Colors of #ED570D
Black with #ED570D
Text Example
Text Example
White with #ED570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED570D; }
p { color: rgb(237,87,13); }
H1.HeaderClassName
{
color: #ED570D;
}
.AnyTagClassName
{
color: #ED570D;
}
</style>
background-color css
<style>
a { background-color: #ED570D; }
a { background-color: rgb(237,87,13); }
div.DivClassName
{
background-color: #ED570D;
}
.BgClassName
{
background-color: #ED570D;
}
</style>
border-color css
<style>
span { border-color: #ED570D; }
span { border-color: rgb(237,87,13); }
td.TdClassName
{
border-color: #ED570D;
}
.TagClassName
{
border-color: #ED570D;
}
</style>