Shades of Persimmon #ED5D0C
Tints of Persimmon #ED5D0C
RGB
CMYK
RGB Variations
Color information
#ED5D0C (or 0xED5D0C) is known color: Persimmon. HEX triplet: ED, 5D and 0C. RGB value is (237,93,12). Sum of RGB (Red+Green+Blue) = 237+93+12=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED5D0C is #12A2F3. Grayscale: #7F7F7F. Windows color (decimal): -1221364 or 810477. OLE color: 810477.
HSL color Cylindrical-coordinate representation of color #ED5D0C: hue angle of 21.6º 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 #ED5D0C is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 93 | 12 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.07 |
| HSL | 21.6º | 0.9% | 0.49% | - |
| HSV(B) | 21.6º | 0.95% | 0.93% | - |
| XYZ | 38.91 | 25.86 | 3.29 | - |
| YUV | 126.82 | 63.21 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 93 | 12 | 0 | 0.61 | 0.95 | 0.07 | 21.6 | 0.9 | 0.49 |
| Hex | ED | 5D | C | 0 | 3D | 5F | 7 | 16 | 5A | 31 |
| Octal | 355 | 135 | 14 | 0 | 75 | 137 | 7 | 26 | 132 | 61 |
| Binary | 11101101 | 1011101 | 1100 | 0 | 111101 | 1011111 | 111 | 10110 | 1011010 | 110001 |
Color Harmonies of #ED5D0C
Complementary color
Monochromatic Colors of #ED5D0C
Black with #ED5D0C
Text Example
Text Example
White with #ED5D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5D0C; }
p { color: rgb(237,93,12); }
H1.HeaderClassName
{
color: #ED5D0C;
}
.AnyTagClassName
{
color: #ED5D0C;
}
</style>
background-color css
<style>
a { background-color: #ED5D0C; }
a { background-color: rgb(237,93,12); }
div.DivClassName
{
background-color: #ED5D0C;
}
.BgClassName
{
background-color: #ED5D0C;
}
</style>
border-color css
<style>
span { border-color: #ED5D0C; }
span { border-color: rgb(237,93,12); }
td.TdClassName
{
border-color: #ED5D0C;
}
.TagClassName
{
border-color: #ED5D0C;
}
</style>