Shades of Persimmon #E05701
Tints of Persimmon #E05701
RGB
CMYK
RGB Variations
Color information
#E05701 (or 0xE05701) is known color: Persimmon. HEX triplet: E0, 57 and 01. RGB value is (224,87,1). Sum of RGB (Red+Green+Blue) = 224+87+1=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E05701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05701 is #1FA8FE. Grayscale: #767676. Windows color (decimal): -2074879 or 88032. OLE color: 88032.
HSL color Cylindrical-coordinate representation of color #E05701: hue angle of 23.14º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E05701 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 87 | 1 | - |
| CMYK | 0 | 0.61 | 1.00 | 0.12 |
| HSL | 23.14º | 0.99% | 0.44% | - |
| HSV(B) | 23.14º | 1% | 0.88% | - |
| XYZ | 34.15 | 22.67 | 2.6 | - |
| YUV | 118.16 | 61.89 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 1 | 0 | 0.61 | 1.00 | 0.12 | 23.14 | 0.99 | 0.44 |
| Hex | E0 | 57 | 1 | 0 | 3D | 64 | C | 17 | 63 | 2C |
| Octal | 340 | 127 | 1 | 0 | 75 | 144 | 14 | 27 | 143 | 54 |
| Binary | 11100000 | 1010111 | 1 | 0 | 111101 | 1100100 | 1100 | 10111 | 1100011 | 101100 |
Color Harmonies of #E05701
Complementary color
Monochromatic Colors of #E05701
Black with #E05701
Text Example
Text Example
White with #E05701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05701; }
p { color: rgb(224,87,1); }
H1.HeaderClassName
{
color: #E05701;
}
.AnyTagClassName
{
color: #E05701;
}
</style>
background-color css
<style>
a { background-color: #E05701; }
a { background-color: rgb(224,87,1); }
div.DivClassName
{
background-color: #E05701;
}
.BgClassName
{
background-color: #E05701;
}
</style>
border-color css
<style>
span { border-color: #E05701; }
span { border-color: rgb(224,87,1); }
td.TdClassName
{
border-color: #E05701;
}
.TagClassName
{
border-color: #E05701;
}
</style>