Shades of Persimmon #E1610F
Tints of Persimmon #E1610F
RGB
CMYK
RGB Variations
Color information
#E1610F (or 0xE1610F) is known color: Persimmon. HEX triplet: E1, 61 and 0F. RGB value is (225,97,15). Sum of RGB (Red+Green+Blue) = 225+97+15=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E1610F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1610F is #1E9EF0. Grayscale: #7E7E7E. Windows color (decimal): -2006769 or 1008097. OLE color: 1008097.
HSL color Cylindrical-coordinate representation of color #E1610F: hue angle of 23.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1610F is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 97 | 15 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.12 |
| HSL | 23.43º | 0.88% | 0.47% | - |
| HSV(B) | 23.43º | 0.93% | 0.88% | - |
| XYZ | 35.41 | 24.59 | 3.33 | - |
| YUV | 125.92 | 65.41 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 97 | 15 | 0 | 0.57 | 0.93 | 0.12 | 23.43 | 0.88 | 0.47 |
| Hex | E1 | 61 | F | 0 | 39 | 5D | C | 17 | 58 | 2F |
| Octal | 341 | 141 | 17 | 0 | 71 | 135 | 14 | 27 | 130 | 57 |
| Binary | 11100001 | 1100001 | 1111 | 0 | 111001 | 1011101 | 1100 | 10111 | 1011000 | 101111 |
Color Harmonies of #E1610F
Complementary color
Monochromatic Colors of #E1610F
Black with #E1610F
Text Example
Text Example
White with #E1610F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1610F; }
p { color: rgb(225,97,15); }
H1.HeaderClassName
{
color: #E1610F;
}
.AnyTagClassName
{
color: #E1610F;
}
</style>
background-color css
<style>
a { background-color: #E1610F; }
a { background-color: rgb(225,97,15); }
div.DivClassName
{
background-color: #E1610F;
}
.BgClassName
{
background-color: #E1610F;
}
</style>
border-color css
<style>
span { border-color: #E1610F; }
span { border-color: rgb(225,97,15); }
td.TdClassName
{
border-color: #E1610F;
}
.TagClassName
{
border-color: #E1610F;
}
</style>