Shades of Persimmon #E65315
Tints of Persimmon #E65315
RGB
CMYK
RGB Variations
Color information
#E65315 (or 0xE65315) is known color: Persimmon. HEX triplet: E6, 53 and 15. RGB value is (230,83,21). Sum of RGB (Red+Green+Blue) = 230+83+21=334 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.86% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 230 - color contains mainly: red. Hex color #E65315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65315 is #19ACEA. Grayscale: #787878. Windows color (decimal): -1682667 or 1397734. OLE color: 1397734.
HSL color Cylindrical-coordinate representation of color #E65315: hue angle of 17.8º 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 #E65315 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 83 | 21 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.10 |
| HSL | 17.8º | 0.83% | 0.49% | - |
| HSV(B) | 17.8º | 0.91% | 0.9% | - |
| XYZ | 35.86 | 23.06 | 3.27 | - |
| YUV | 119.89 | 72.2 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 21 | 0 | 0.64 | 0.91 | 0.10 | 17.8 | 0.83 | 0.49 |
| Hex | E6 | 53 | 15 | 0 | 40 | 5B | A | 12 | 53 | 31 |
| Octal | 346 | 123 | 25 | 0 | 100 | 133 | 12 | 22 | 123 | 61 |
| Binary | 11100110 | 1010011 | 10101 | 0 | 1000000 | 1011011 | 1010 | 10010 | 1010011 | 110001 |
Color Harmonies of #E65315
Complementary color
Monochromatic Colors of #E65315
Black with #E65315
Text Example
Text Example
White with #E65315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65315; }
p { color: rgb(230,83,21); }
H1.HeaderClassName
{
color: #E65315;
}
.AnyTagClassName
{
color: #E65315;
}
</style>
background-color css
<style>
a { background-color: #E65315; }
a { background-color: rgb(230,83,21); }
div.DivClassName
{
background-color: #E65315;
}
.BgClassName
{
background-color: #E65315;
}
</style>
border-color css
<style>
span { border-color: #E65315; }
span { border-color: rgb(230,83,21); }
td.TdClassName
{
border-color: #E65315;
}
.TagClassName
{
border-color: #E65315;
}
</style>