Shades of Persimmon #ED4E09
Tints of Persimmon #ED4E09
RGB
CMYK
RGB Variations
Color information
#ED4E09 (or 0xED4E09) is known color: Persimmon. HEX triplet: ED, 4E and 09. RGB value is (237,78,9). Sum of RGB (Red+Green+Blue) = 237+78+9=324 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.15% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4E09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED4E09 is #12B1F6. Grayscale: #767676. Windows color (decimal): -1225207 or 610029. OLE color: 610029.
HSL color Cylindrical-coordinate representation of color #ED4E09: hue angle of 18.16º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED4E09 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 78 | 9 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.07 |
| HSL | 18.16º | 0.93% | 0.48% | - |
| HSV(B) | 18.16º | 0.96% | 0.93% | - |
| XYZ | 37.7 | 23.47 | 2.8 | - |
| YUV | 117.68 | 66.68 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 78 | 9 | 0 | 0.67 | 0.96 | 0.07 | 18.16 | 0.93 | 0.48 |
| Hex | ED | 4E | 9 | 0 | 43 | 60 | 7 | 12 | 5D | 30 |
| Octal | 355 | 116 | 11 | 0 | 103 | 140 | 7 | 22 | 135 | 60 |
| Binary | 11101101 | 1001110 | 1001 | 0 | 1000011 | 1100000 | 111 | 10010 | 1011101 | 110000 |
Color Harmonies of #ED4E09
Complementary color
Monochromatic Colors of #ED4E09
Black with #ED4E09
Text Example
Text Example
White with #ED4E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4E09; }
p { color: rgb(237,78,9); }
H1.HeaderClassName
{
color: #ED4E09;
}
.AnyTagClassName
{
color: #ED4E09;
}
</style>
background-color css
<style>
a { background-color: #ED4E09; }
a { background-color: rgb(237,78,9); }
div.DivClassName
{
background-color: #ED4E09;
}
.BgClassName
{
background-color: #ED4E09;
}
</style>
border-color css
<style>
span { border-color: #ED4E09; }
span { border-color: rgb(237,78,9); }
td.TdClassName
{
border-color: #ED4E09;
}
.TagClassName
{
border-color: #ED4E09;
}
</style>