Shades of Persimmon #ED6016
Tints of Persimmon #ED6016
RGB
CMYK
RGB Variations
Color information
#ED6016 (or 0xED6016) is known color: Persimmon. HEX triplet: ED, 60 and 16. RGB value is (237,96,22). Sum of RGB (Red+Green+Blue) = 237+96+22=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6016 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6016 is #129FE9. Grayscale: #828282. Windows color (decimal): -1220586 or 1466605. OLE color: 1466605.
HSL color Cylindrical-coordinate representation of color #ED6016: hue angle of 20.65º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED6016 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 22 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.07 |
| HSL | 20.65º | 0.86% | 0.51% | - |
| HSV(B) | 20.65º | 0.91% | 0.93% | - |
| XYZ | 39.25 | 26.43 | 3.79 | - |
| YUV | 129.72 | 67.21 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 22 | 0 | 0.59 | 0.91 | 0.07 | 20.65 | 0.86 | 0.51 |
| Hex | ED | 60 | 16 | 0 | 3B | 5B | 7 | 15 | 56 | 33 |
| Octal | 355 | 140 | 26 | 0 | 73 | 133 | 7 | 25 | 126 | 63 |
| Binary | 11101101 | 1100000 | 10110 | 0 | 111011 | 1011011 | 111 | 10101 | 1010110 | 110011 |
Color Harmonies of #ED6016
Complementary color
Monochromatic Colors of #ED6016
Black with #ED6016
Text Example
Text Example
White with #ED6016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6016; }
p { color: rgb(237,96,22); }
H1.HeaderClassName
{
color: #ED6016;
}
.AnyTagClassName
{
color: #ED6016;
}
</style>
background-color css
<style>
a { background-color: #ED6016; }
a { background-color: rgb(237,96,22); }
div.DivClassName
{
background-color: #ED6016;
}
.BgClassName
{
background-color: #ED6016;
}
</style>
border-color css
<style>
span { border-color: #ED6016; }
span { border-color: rgb(237,96,22); }
td.TdClassName
{
border-color: #ED6016;
}
.TagClassName
{
border-color: #ED6016;
}
</style>