Shades of Persimmon #ED4E08
Tints of Persimmon #ED4E08
RGB
CMYK
RGB Variations
Color information
#ED4E08 (or 0xED4E08) is known color: Persimmon. HEX triplet: ED, 4E and 08. RGB value is (237,78,8). Sum of RGB (Red+Green+Blue) = 237+78+8=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4E08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED4E08 is #12B1F7. Grayscale: #757575. Windows color (decimal): -1225208 or 544493. OLE color: 544493.
HSL color Cylindrical-coordinate representation of color #ED4E08: hue angle of 18.34º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED4E08 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 78 | 8 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.07 |
| HSL | 18.34º | 0.93% | 0.48% | - |
| HSV(B) | 18.34º | 0.97% | 0.93% | - |
| XYZ | 37.69 | 23.47 | 2.77 | - |
| YUV | 117.56 | 66.18 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 78 | 8 | 0 | 0.67 | 0.97 | 0.07 | 18.34 | 0.93 | 0.48 |
| Hex | ED | 4E | 8 | 0 | 43 | 61 | 7 | 12 | 5D | 30 |
| Octal | 355 | 116 | 10 | 0 | 103 | 141 | 7 | 22 | 135 | 60 |
| Binary | 11101101 | 1001110 | 1000 | 0 | 1000011 | 1100001 | 111 | 10010 | 1011101 | 110000 |
Color Harmonies of #ED4E08
Complementary color
Monochromatic Colors of #ED4E08
Black with #ED4E08
Text Example
Text Example
White with #ED4E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4E08; }
p { color: rgb(237,78,8); }
H1.HeaderClassName
{
color: #ED4E08;
}
.AnyTagClassName
{
color: #ED4E08;
}
</style>
background-color css
<style>
a { background-color: #ED4E08; }
a { background-color: rgb(237,78,8); }
div.DivClassName
{
background-color: #ED4E08;
}
.BgClassName
{
background-color: #ED4E08;
}
</style>
border-color css
<style>
span { border-color: #ED4E08; }
span { border-color: rgb(237,78,8); }
td.TdClassName
{
border-color: #ED4E08;
}
.TagClassName
{
border-color: #ED4E08;
}
</style>