Shades of Persimmon #ED6101
Tints of Persimmon #ED6101
RGB
CMYK
RGB Variations
Color information
#ED6101 (or 0xED6101) is known color: Persimmon. HEX triplet: ED, 61 and 01. RGB value is (237,97,1). Sum of RGB (Red+Green+Blue) = 237+97+1=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6101 is #129EFE. Grayscale: #808080. Windows color (decimal): -1220351 or 90605. OLE color: 90605.
HSL color Cylindrical-coordinate representation of color #ED6101: hue angle of 24.41º 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 #ED6101 is Cyan = 0, Magento = 0.59, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 1 | - |
| CMYK | 0 | 0.59 | 1.00 | 0.07 |
| HSL | 24.41º | 0.99% | 0.47% | - |
| HSV(B) | 24.41º | 1% | 0.93% | - |
| XYZ | 39.21 | 26.56 | 3.09 | - |
| YUV | 127.92 | 56.38 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 1 | 0 | 0.59 | 1.00 | 0.07 | 24.41 | 0.99 | 0.47 |
| Hex | ED | 61 | 1 | 0 | 3B | 64 | 7 | 18 | 63 | 2F |
| Octal | 355 | 141 | 1 | 0 | 73 | 144 | 7 | 30 | 143 | 57 |
| Binary | 11101101 | 1100001 | 1 | 0 | 111011 | 1100100 | 111 | 11000 | 1100011 | 101111 |
Color Harmonies of #ED6101
Complementary color
Monochromatic Colors of #ED6101
Black with #ED6101
Text Example
Text Example
White with #ED6101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6101; }
p { color: rgb(237,97,1); }
H1.HeaderClassName
{
color: #ED6101;
}
.AnyTagClassName
{
color: #ED6101;
}
</style>
background-color css
<style>
a { background-color: #ED6101; }
a { background-color: rgb(237,97,1); }
div.DivClassName
{
background-color: #ED6101;
}
.BgClassName
{
background-color: #ED6101;
}
</style>
border-color css
<style>
span { border-color: #ED6101; }
span { border-color: rgb(237,97,1); }
td.TdClassName
{
border-color: #ED6101;
}
.TagClassName
{
border-color: #ED6101;
}
</style>