Shades of Persimmon #E75619
Tints of Persimmon #E75619
RGB
CMYK
RGB Variations
Color information
#E75619 (or 0xE75619) is known color: Persimmon. HEX triplet: E7, 56 and 19. RGB value is (231,86,25). Sum of RGB (Red+Green+Blue) = 231+86+25=342 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.54% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 231 - color contains mainly: red. Hex color #E75619 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75619 is #18A9E6. Grayscale: #7A7A7A. Windows color (decimal): -1616359 or 1660647. OLE color: 1660647.
HSL color Cylindrical-coordinate representation of color #E75619: hue angle of 17.77º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E75619 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 25 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.09 |
| HSL | 17.77º | 0.81% | 0.5% | - |
| HSV(B) | 17.77º | 0.89% | 0.91% | - |
| XYZ | 36.46 | 23.71 | 3.58 | - |
| YUV | 122.4 | 73.04 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 25 | 0 | 0.63 | 0.89 | 0.09 | 17.77 | 0.81 | 0.5 |
| Hex | E7 | 56 | 19 | 0 | 3F | 59 | 9 | 12 | 51 | 32 |
| Octal | 347 | 126 | 31 | 0 | 77 | 131 | 11 | 22 | 121 | 62 |
| Binary | 11100111 | 1010110 | 11001 | 0 | 111111 | 1011001 | 1001 | 10010 | 1010001 | 110010 |
Color Harmonies of #E75619
Complementary color
Monochromatic Colors of #E75619
Black with #E75619
Text Example
Text Example
White with #E75619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75619; }
p { color: rgb(231,86,25); }
H1.HeaderClassName
{
color: #E75619;
}
.AnyTagClassName
{
color: #E75619;
}
</style>
background-color css
<style>
a { background-color: #E75619; }
a { background-color: rgb(231,86,25); }
div.DivClassName
{
background-color: #E75619;
}
.BgClassName
{
background-color: #E75619;
}
</style>
border-color css
<style>
span { border-color: #E75619; }
span { border-color: rgb(231,86,25); }
td.TdClassName
{
border-color: #E75619;
}
.TagClassName
{
border-color: #E75619;
}
</style>