Shades of Persimmon #E64D15
Tints of Persimmon #E64D15
RGB
CMYK
RGB Variations
Color information
#E64D15 (or 0xE64D15) is known color: Persimmon. HEX triplet: E6, 4D and 15. RGB value is (230,77,21). Sum of RGB (Red+Green+Blue) = 230+77+21=328 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.12% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E64D15 is #19B2EA. Grayscale: #747474. Windows color (decimal): -1684203 or 1396198. OLE color: 1396198.
HSL color Cylindrical-coordinate representation of color #E64D15: hue angle of 16.08º 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 #E64D15 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 21 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.10 |
| HSL | 16.08º | 0.83% | 0.49% | - |
| HSV(B) | 16.08º | 0.91% | 0.9% | - |
| XYZ | 35.42 | 22.18 | 3.12 | - |
| YUV | 116.36 | 74.19 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 21 | 0 | 0.67 | 0.91 | 0.10 | 16.08 | 0.83 | 0.49 |
| Hex | E6 | 4D | 15 | 0 | 43 | 5B | A | 10 | 53 | 31 |
| Octal | 346 | 115 | 25 | 0 | 103 | 133 | 12 | 20 | 123 | 61 |
| Binary | 11100110 | 1001101 | 10101 | 0 | 1000011 | 1011011 | 1010 | 10000 | 1010011 | 110001 |
Color Harmonies of #E64D15
Complementary color
Monochromatic Colors of #E64D15
Black with #E64D15
Text Example
Text Example
White with #E64D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64D15; }
p { color: rgb(230,77,21); }
H1.HeaderClassName
{
color: #E64D15;
}
.AnyTagClassName
{
color: #E64D15;
}
</style>
background-color css
<style>
a { background-color: #E64D15; }
a { background-color: rgb(230,77,21); }
div.DivClassName
{
background-color: #E64D15;
}
.BgClassName
{
background-color: #E64D15;
}
</style>
border-color css
<style>
span { border-color: #E64D15; }
span { border-color: rgb(230,77,21); }
td.TdClassName
{
border-color: #E64D15;
}
.TagClassName
{
border-color: #E64D15;
}
</style>