Shades of Persimmon #E1630F
Tints of Persimmon #E1630F
RGB
CMYK
RGB Variations
Color information
#E1630F (or 0xE1630F) is known color: Persimmon. HEX triplet: E1, 63 and 0F. RGB value is (225,99,15). Sum of RGB (Red+Green+Blue) = 225+99+15=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E1630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1630F is #1E9CF0. Grayscale: #7F7F7F. Windows color (decimal): -2006257 or 1008609. OLE color: 1008609.
HSL color Cylindrical-coordinate representation of color #E1630F: hue angle of 24º 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 #E1630F is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 15 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.12 |
| HSL | 24º | 0.88% | 0.47% | - |
| HSV(B) | 24º | 0.93% | 0.88% | - |
| XYZ | 35.6 | 24.97 | 3.39 | - |
| YUV | 127.1 | 64.74 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 15 | 0 | 0.56 | 0.93 | 0.12 | 24 | 0.88 | 0.47 |
| Hex | E1 | 63 | F | 0 | 38 | 5D | C | 18 | 58 | 2F |
| Octal | 341 | 143 | 17 | 0 | 70 | 135 | 14 | 30 | 130 | 57 |
| Binary | 11100001 | 1100011 | 1111 | 0 | 111000 | 1011101 | 1100 | 11000 | 1011000 | 101111 |
Color Harmonies of #E1630F
Complementary color
Monochromatic Colors of #E1630F
Black with #E1630F
Text Example
Text Example
White with #E1630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1630F; }
p { color: rgb(225,99,15); }
H1.HeaderClassName
{
color: #E1630F;
}
.AnyTagClassName
{
color: #E1630F;
}
</style>
background-color css
<style>
a { background-color: #E1630F; }
a { background-color: rgb(225,99,15); }
div.DivClassName
{
background-color: #E1630F;
}
.BgClassName
{
background-color: #E1630F;
}
</style>
border-color css
<style>
span { border-color: #E1630F; }
span { border-color: rgb(225,99,15); }
td.TdClassName
{
border-color: #E1630F;
}
.TagClassName
{
border-color: #E1630F;
}
</style>