Shades of Persimmon #ED6005
Tints of Persimmon #ED6005
RGB
CMYK
RGB Variations
Color information
#ED6005 (or 0xED6005) is known color: Persimmon. HEX triplet: ED, 60 and 05. RGB value is (237,96,5). Sum of RGB (Red+Green+Blue) = 237+96+5=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6005 is #129FFA. Grayscale: #808080. Windows color (decimal): -1220603 or 352493. OLE color: 352493.
HSL color Cylindrical-coordinate representation of color #ED6005: hue angle of 23.53º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED6005 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 5 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.07 |
| HSL | 23.53º | 0.96% | 0.47% | - |
| HSV(B) | 23.53º | 0.98% | 0.93% | - |
| XYZ | 39.14 | 26.38 | 3.17 | - |
| YUV | 127.79 | 58.71 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 5 | 0 | 0.59 | 0.98 | 0.07 | 23.53 | 0.96 | 0.47 |
| Hex | ED | 60 | 5 | 0 | 3B | 62 | 7 | 18 | 60 | 2F |
| Octal | 355 | 140 | 5 | 0 | 73 | 142 | 7 | 30 | 140 | 57 |
| Binary | 11101101 | 1100000 | 101 | 0 | 111011 | 1100010 | 111 | 11000 | 1100000 | 101111 |
Color Harmonies of #ED6005
Complementary color
Monochromatic Colors of #ED6005
Black with #ED6005
Text Example
Text Example
White with #ED6005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6005; }
p { color: rgb(237,96,5); }
H1.HeaderClassName
{
color: #ED6005;
}
.AnyTagClassName
{
color: #ED6005;
}
</style>
background-color css
<style>
a { background-color: #ED6005; }
a { background-color: rgb(237,96,5); }
div.DivClassName
{
background-color: #ED6005;
}
.BgClassName
{
background-color: #ED6005;
}
</style>
border-color css
<style>
span { border-color: #ED6005; }
span { border-color: rgb(237,96,5); }
td.TdClassName
{
border-color: #ED6005;
}
.TagClassName
{
border-color: #ED6005;
}
</style>