Shades of Persimmon #ED6501
Tints of Persimmon #ED6501
RGB
CMYK
RGB Variations
Color information
#ED6501 (or 0xED6501) is known color: Persimmon. HEX triplet: ED, 65 and 01. RGB value is (237,101,1). Sum of RGB (Red+Green+Blue) = 237+101+1=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6501 is #129AFE. Grayscale: #828282. Windows color (decimal): -1219327 or 91629. OLE color: 91629.
HSL color Cylindrical-coordinate representation of color #ED6501: hue angle of 25.42º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED6501 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 1 | - |
| CMYK | 0 | 0.57 | 1.00 | 0.07 |
| HSL | 25.42º | 0.99% | 0.47% | - |
| HSV(B) | 25.42º | 1% | 0.93% | - |
| XYZ | 39.58 | 27.31 | 3.21 | - |
| YUV | 130.26 | 55.06 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 1 | 0 | 0.57 | 1.00 | 0.07 | 25.42 | 0.99 | 0.47 |
| Hex | ED | 65 | 1 | 0 | 39 | 64 | 7 | 19 | 63 | 2F |
| Octal | 355 | 145 | 1 | 0 | 71 | 144 | 7 | 31 | 143 | 57 |
| Binary | 11101101 | 1100101 | 1 | 0 | 111001 | 1100100 | 111 | 11001 | 1100011 | 101111 |
Color Harmonies of #ED6501
Complementary color
Monochromatic Colors of #ED6501
Black with #ED6501
Text Example
Text Example
White with #ED6501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6501; }
p { color: rgb(237,101,1); }
H1.HeaderClassName
{
color: #ED6501;
}
.AnyTagClassName
{
color: #ED6501;
}
</style>
background-color css
<style>
a { background-color: #ED6501; }
a { background-color: rgb(237,101,1); }
div.DivClassName
{
background-color: #ED6501;
}
.BgClassName
{
background-color: #ED6501;
}
</style>
border-color css
<style>
span { border-color: #ED6501; }
span { border-color: rgb(237,101,1); }
td.TdClassName
{
border-color: #ED6501;
}
.TagClassName
{
border-color: #ED6501;
}
</style>