Shades of Persimmon #E16101
Tints of Persimmon #E16101
RGB
CMYK
RGB Variations
Color information
#E16101 (or 0xE16101) is known color: Persimmon. HEX triplet: E1, 61 and 01. RGB value is (225,97,1). Sum of RGB (Red+Green+Blue) = 225+97+1=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E16101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16101 is #1E9EFE. Grayscale: #7C7C7C. Windows color (decimal): -2006783 or 90593. OLE color: 90593.
HSL color Cylindrical-coordinate representation of color #E16101: hue angle of 25.71º 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 #E16101 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 97 | 1 | - |
| CMYK | 0 | 0.57 | 1.00 | 0.12 |
| HSL | 25.71º | 0.99% | 0.44% | - |
| HSV(B) | 25.71º | 1% | 0.88% | - |
| XYZ | 35.33 | 24.56 | 2.91 | - |
| YUV | 124.33 | 58.41 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 97 | 1 | 0 | 0.57 | 1.00 | 0.12 | 25.71 | 0.99 | 0.44 |
| Hex | E1 | 61 | 1 | 0 | 39 | 64 | C | 1A | 63 | 2C |
| Octal | 341 | 141 | 1 | 0 | 71 | 144 | 14 | 32 | 143 | 54 |
| Binary | 11100001 | 1100001 | 1 | 0 | 111001 | 1100100 | 1100 | 11010 | 1100011 | 101100 |
Color Harmonies of #E16101
Complementary color
Monochromatic Colors of #E16101
Black with #E16101
Text Example
Text Example
White with #E16101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16101; }
p { color: rgb(225,97,1); }
H1.HeaderClassName
{
color: #E16101;
}
.AnyTagClassName
{
color: #E16101;
}
</style>
background-color css
<style>
a { background-color: #E16101; }
a { background-color: rgb(225,97,1); }
div.DivClassName
{
background-color: #E16101;
}
.BgClassName
{
background-color: #E16101;
}
</style>
border-color css
<style>
span { border-color: #E16101; }
span { border-color: rgb(225,97,1); }
td.TdClassName
{
border-color: #E16101;
}
.TagClassName
{
border-color: #E16101;
}
</style>