Shades of Persimmon #ED4910
Tints of Persimmon #ED4910
RGB
CMYK
RGB Variations
Color information
#ED4910 (or 0xED4910) is known color: Persimmon. HEX triplet: ED, 49 and 10. RGB value is (237,73,16). Sum of RGB (Red+Green+Blue) = 237+73+16=326 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.70% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4910 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4910 is #12B6EF. Grayscale: #737373. Windows color (decimal): -1226480 or 1067501. OLE color: 1067501.
HSL color Cylindrical-coordinate representation of color #ED4910: hue angle of 15.48º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED4910 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 16 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.07 |
| HSL | 15.48º | 0.87% | 0.5% | - |
| HSV(B) | 15.48º | 0.93% | 0.93% | - |
| XYZ | 37.4 | 22.81 | 2.92 | - |
| YUV | 115.54 | 71.83 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 16 | 0 | 0.69 | 0.93 | 0.07 | 15.48 | 0.87 | 0.5 |
| Hex | ED | 49 | 10 | 0 | 45 | 5D | 7 | F | 57 | 32 |
| Octal | 355 | 111 | 20 | 0 | 105 | 135 | 7 | 17 | 127 | 62 |
| Binary | 11101101 | 1001001 | 10000 | 0 | 1000101 | 1011101 | 111 | 1111 | 1010111 | 110010 |
Color Harmonies of #ED4910
Complementary color
Monochromatic Colors of #ED4910
Black with #ED4910
Text Example
Text Example
White with #ED4910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4910; }
p { color: rgb(237,73,16); }
H1.HeaderClassName
{
color: #ED4910;
}
.AnyTagClassName
{
color: #ED4910;
}
</style>
background-color css
<style>
a { background-color: #ED4910; }
a { background-color: rgb(237,73,16); }
div.DivClassName
{
background-color: #ED4910;
}
.BgClassName
{
background-color: #ED4910;
}
</style>
border-color css
<style>
span { border-color: #ED4910; }
span { border-color: rgb(237,73,16); }
td.TdClassName
{
border-color: #ED4910;
}
.TagClassName
{
border-color: #ED4910;
}
</style>