Shades of Persimmon #ED6412
Tints of Persimmon #ED6412
RGB
CMYK
RGB Variations
Color information
#ED6412 (or 0xED6412) is known color: Persimmon. HEX triplet: ED, 64 and 12. RGB value is (237,100,18). Sum of RGB (Red+Green+Blue) = 237+100+18=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6412 is #129BED. Grayscale: #848484. Windows color (decimal): -1219566 or 1205485. OLE color: 1205485.
HSL color Cylindrical-coordinate representation of color #ED6412: hue angle of 22.47º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED6412 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 18 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.07 |
| HSL | 22.47º | 0.86% | 0.5% | - |
| HSV(B) | 22.47º | 0.92% | 0.93% | - |
| XYZ | 39.59 | 27.16 | 3.73 | - |
| YUV | 131.62 | 63.89 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 18 | 0 | 0.58 | 0.92 | 0.07 | 22.47 | 0.86 | 0.5 |
| Hex | ED | 64 | 12 | 0 | 3A | 5C | 7 | 16 | 56 | 32 |
| Octal | 355 | 144 | 22 | 0 | 72 | 134 | 7 | 26 | 126 | 62 |
| Binary | 11101101 | 1100100 | 10010 | 0 | 111010 | 1011100 | 111 | 10110 | 1010110 | 110010 |
Color Harmonies of #ED6412
Complementary color
Monochromatic Colors of #ED6412
Black with #ED6412
Text Example
Text Example
White with #ED6412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6412; }
p { color: rgb(237,100,18); }
H1.HeaderClassName
{
color: #ED6412;
}
.AnyTagClassName
{
color: #ED6412;
}
</style>
background-color css
<style>
a { background-color: #ED6412; }
a { background-color: rgb(237,100,18); }
div.DivClassName
{
background-color: #ED6412;
}
.BgClassName
{
background-color: #ED6412;
}
</style>
border-color css
<style>
span { border-color: #ED6412; }
span { border-color: rgb(237,100,18); }
td.TdClassName
{
border-color: #ED6412;
}
.TagClassName
{
border-color: #ED6412;
}
</style>