Shades of Persimmon #ED6001
Tints of Persimmon #ED6001
RGB
CMYK
RGB Variations
Color information
#ED6001 (or 0xED6001) is known color: Persimmon. HEX triplet: ED, 60 and 01. RGB value is (237,96,1). Sum of RGB (Red+Green+Blue) = 237+96+1=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6001 is #129FFE. Grayscale: #7F7F7F. Windows color (decimal): -1220607 or 90349. OLE color: 90349.
HSL color Cylindrical-coordinate representation of color #ED6001: hue angle of 24.15º 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 #ED6001 is Cyan = 0, Magento = 0.59, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 1 | - |
| CMYK | 0 | 0.59 | 1.00 | 0.07 |
| HSL | 24.15º | 0.99% | 0.47% | - |
| HSV(B) | 24.15º | 1% | 0.93% | - |
| XYZ | 39.11 | 26.37 | 3.06 | - |
| YUV | 127.33 | 56.71 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 1 | 0 | 0.59 | 1.00 | 0.07 | 24.15 | 0.99 | 0.47 |
| Hex | ED | 60 | 1 | 0 | 3B | 64 | 7 | 18 | 63 | 2F |
| Octal | 355 | 140 | 1 | 0 | 73 | 144 | 7 | 30 | 143 | 57 |
| Binary | 11101101 | 1100000 | 1 | 0 | 111011 | 1100100 | 111 | 11000 | 1100011 | 101111 |
Color Harmonies of #ED6001
Complementary color
Monochromatic Colors of #ED6001
Black with #ED6001
Text Example
Text Example
White with #ED6001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6001; }
p { color: rgb(237,96,1); }
H1.HeaderClassName
{
color: #ED6001;
}
.AnyTagClassName
{
color: #ED6001;
}
</style>
background-color css
<style>
a { background-color: #ED6001; }
a { background-color: rgb(237,96,1); }
div.DivClassName
{
background-color: #ED6001;
}
.BgClassName
{
background-color: #ED6001;
}
</style>
border-color css
<style>
span { border-color: #ED6001; }
span { border-color: rgb(237,96,1); }
td.TdClassName
{
border-color: #ED6001;
}
.TagClassName
{
border-color: #ED6001;
}
</style>