Shades of Persimmon #ED4E00
Tints of Persimmon #ED4E00
RGB
CMYK
RGB Variations
Color information
#ED4E00 (or 0xED4E00) is known color: Persimmon. HEX triplet: ED, 4E and 00. RGB value is (237,78,0). Sum of RGB (Red+Green+Blue) = 237+78+0=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4E00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED4E00 is #12B1FF. Grayscale: #757575. Windows color (decimal): -1225216 or 20205. OLE color: 20205.
HSL color Cylindrical-coordinate representation of color #ED4E00: hue angle of 19.75º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED4E00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 78 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.07 |
| HSL | 19.75º | 1% | 0.46% | - |
| HSV(B) | 19.75º | 1% | 0.93% | - |
| XYZ | 37.65 | 23.45 | 2.54 | - |
| YUV | 116.65 | 62.18 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 78 | 0 | 0 | 0.67 | 1 | 0.07 | 19.75 | 1 | 0.46 |
| Hex | ED | 4E | 0 | 0 | 43 | 64 | 7 | 14 | 64 | 2E |
| Octal | 355 | 116 | 0 | 0 | 103 | 144 | 7 | 24 | 144 | 56 |
| Binary | 11101101 | 1001110 | 0 | 0 | 1000011 | 1100100 | 111 | 10100 | 1100100 | 101110 |
Color Harmonies of #ED4E00
Complementary color
Monochromatic Colors of #ED4E00
Black with #ED4E00
Text Example
Text Example
White with #ED4E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4E00; }
p { color: rgb(237,78,0); }
H1.HeaderClassName
{
color: #ED4E00;
}
.AnyTagClassName
{
color: #ED4E00;
}
</style>
background-color css
<style>
a { background-color: #ED4E00; }
a { background-color: rgb(237,78,0); }
div.DivClassName
{
background-color: #ED4E00;
}
.BgClassName
{
background-color: #ED4E00;
}
</style>
border-color css
<style>
span { border-color: #ED4E00; }
span { border-color: rgb(237,78,0); }
td.TdClassName
{
border-color: #ED4E00;
}
.TagClassName
{
border-color: #ED4E00;
}
</style>