Shades of Persimmon #E65115
Tints of Persimmon #E65115
RGB
CMYK
RGB Variations
Color information
#E65115 (or 0xE65115) is known color: Persimmon. HEX triplet: E6, 51 and 15. RGB value is (230,81,21). Sum of RGB (Red+Green+Blue) = 230+81+21=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E65115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65115 is #19AEEA. Grayscale: #777777. Windows color (decimal): -1683179 or 1397222. OLE color: 1397222.
HSL color Cylindrical-coordinate representation of color #E65115: hue angle of 17.22º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E65115 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 21 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.10 |
| HSL | 17.22º | 0.83% | 0.49% | - |
| HSV(B) | 17.22º | 0.91% | 0.9% | - |
| XYZ | 35.71 | 22.76 | 3.22 | - |
| YUV | 118.71 | 72.86 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 21 | 0 | 0.65 | 0.91 | 0.10 | 17.22 | 0.83 | 0.49 |
| Hex | E6 | 51 | 15 | 0 | 41 | 5B | A | 11 | 53 | 31 |
| Octal | 346 | 121 | 25 | 0 | 101 | 133 | 12 | 21 | 123 | 61 |
| Binary | 11100110 | 1010001 | 10101 | 0 | 1000001 | 1011011 | 1010 | 10001 | 1010011 | 110001 |
Color Harmonies of #E65115
Complementary color
Monochromatic Colors of #E65115
Black with #E65115
Text Example
Text Example
White with #E65115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65115; }
p { color: rgb(230,81,21); }
H1.HeaderClassName
{
color: #E65115;
}
.AnyTagClassName
{
color: #E65115;
}
</style>
background-color css
<style>
a { background-color: #E65115; }
a { background-color: rgb(230,81,21); }
div.DivClassName
{
background-color: #E65115;
}
.BgClassName
{
background-color: #E65115;
}
</style>
border-color css
<style>
span { border-color: #E65115; }
span { border-color: rgb(230,81,21); }
td.TdClassName
{
border-color: #E65115;
}
.TagClassName
{
border-color: #E65115;
}
</style>