Shades of Persimmon #E64601
Tints of Persimmon #E64601
RGB
CMYK
RGB Variations
Color information
#E64601 (or 0xE64601) is known color: Persimmon. HEX triplet: E6, 46 and 01. RGB value is (230,70,1). Sum of RGB (Red+Green+Blue) = 230+70+1=301 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.41% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 230 - color contains mainly: red. Hex color #E64601 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64601 is #19B9FE. Grayscale: #6E6E6E. Windows color (decimal): -1686015 or 83686. OLE color: 83686.
HSL color Cylindrical-coordinate representation of color #E64601: hue angle of 18.08º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E64601 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 1 | - |
| CMYK | 0 | 0.70 | 1.00 | 0.10 |
| HSL | 18.08º | 0.99% | 0.45% | - |
| HSV(B) | 18.08º | 1% | 0.9% | - |
| XYZ | 34.83 | 21.21 | 2.29 | - |
| YUV | 109.97 | 66.51 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 1 | 0 | 0.70 | 1.00 | 0.10 | 18.08 | 0.99 | 0.45 |
| Hex | E6 | 46 | 1 | 0 | 46 | 64 | A | 12 | 63 | 2D |
| Octal | 346 | 106 | 1 | 0 | 106 | 144 | 12 | 22 | 143 | 55 |
| Binary | 11100110 | 1000110 | 1 | 0 | 1000110 | 1100100 | 1010 | 10010 | 1100011 | 101101 |
Color Harmonies of #E64601
Complementary color
Monochromatic Colors of #E64601
Black with #E64601
Text Example
Text Example
White with #E64601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64601; }
p { color: rgb(230,70,1); }
H1.HeaderClassName
{
color: #E64601;
}
.AnyTagClassName
{
color: #E64601;
}
</style>
background-color css
<style>
a { background-color: #E64601; }
a { background-color: rgb(230,70,1); }
div.DivClassName
{
background-color: #E64601;
}
.BgClassName
{
background-color: #E64601;
}
</style>
border-color css
<style>
span { border-color: #E64601; }
span { border-color: rgb(230,70,1); }
td.TdClassName
{
border-color: #E64601;
}
.TagClassName
{
border-color: #E64601;
}
</style>