Shades of Persimmon #E05D01
Tints of Persimmon #E05D01
RGB
CMYK
RGB Variations
Color information
#E05D01 (or 0xE05D01) is known color: Persimmon. HEX triplet: E0, 5D and 01. RGB value is (224,93,1). Sum of RGB (Red+Green+Blue) = 224+93+1=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05D01 is #1FA2FE. Grayscale: #7A7A7A. Windows color (decimal): -2073343 or 89568. OLE color: 89568.
HSL color Cylindrical-coordinate representation of color #E05D01: hue angle of 24.75º 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 #E05D01 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 1 | - |
| CMYK | 0 | 0.58 | 1.00 | 0.12 |
| HSL | 24.75º | 0.99% | 0.44% | - |
| HSV(B) | 24.75º | 1% | 0.88% | - |
| XYZ | 34.66 | 23.68 | 2.77 | - |
| YUV | 121.68 | 59.9 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 1 | 0 | 0.58 | 1.00 | 0.12 | 24.75 | 0.99 | 0.44 |
| Hex | E0 | 5D | 1 | 0 | 3A | 64 | C | 19 | 63 | 2C |
| Octal | 340 | 135 | 1 | 0 | 72 | 144 | 14 | 31 | 143 | 54 |
| Binary | 11100000 | 1011101 | 1 | 0 | 111010 | 1100100 | 1100 | 11001 | 1100011 | 101100 |
Color Harmonies of #E05D01
Complementary color
Monochromatic Colors of #E05D01
Black with #E05D01
Text Example
Text Example
White with #E05D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05D01; }
p { color: rgb(224,93,1); }
H1.HeaderClassName
{
color: #E05D01;
}
.AnyTagClassName
{
color: #E05D01;
}
</style>
background-color css
<style>
a { background-color: #E05D01; }
a { background-color: rgb(224,93,1); }
div.DivClassName
{
background-color: #E05D01;
}
.BgClassName
{
background-color: #E05D01;
}
</style>
border-color css
<style>
span { border-color: #E05D01; }
span { border-color: rgb(224,93,1); }
td.TdClassName
{
border-color: #E05D01;
}
.TagClassName
{
border-color: #E05D01;
}
</style>