Shades of Persimmon #E64701
Tints of Persimmon #E64701
RGB
CMYK
RGB Variations
Color information
#E64701 (or 0xE64701) is known color: Persimmon. HEX triplet: E6, 47 and 01. RGB value is (230,71,1). Sum of RGB (Red+Green+Blue) = 230+71+1=302 (40% of max value = 765). Red value is 230 (90.23% from 255 or 76.16% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 230 - color contains mainly: red. Hex color #E64701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64701 is #19B8FE. Grayscale: #6F6F6F. Windows color (decimal): -1685759 or 83942. OLE color: 83942.
HSL color Cylindrical-coordinate representation of color #E64701: hue angle of 18.34º 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 #E64701 is Cyan = 0, Magento = 0.69, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 71 | 1 | - |
| CMYK | 0 | 0.69 | 1.00 | 0.10 |
| HSL | 18.34º | 0.99% | 0.45% | - |
| HSV(B) | 18.34º | 1% | 0.9% | - |
| XYZ | 34.89 | 21.33 | 2.31 | - |
| YUV | 110.56 | 66.18 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 71 | 1 | 0 | 0.69 | 1.00 | 0.10 | 18.34 | 0.99 | 0.45 |
| Hex | E6 | 47 | 1 | 0 | 45 | 64 | A | 12 | 63 | 2D |
| Octal | 346 | 107 | 1 | 0 | 105 | 144 | 12 | 22 | 143 | 55 |
| Binary | 11100110 | 1000111 | 1 | 0 | 1000101 | 1100100 | 1010 | 10010 | 1100011 | 101101 |
Color Harmonies of #E64701
Complementary color
Monochromatic Colors of #E64701
Black with #E64701
Text Example
Text Example
White with #E64701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64701; }
p { color: rgb(230,71,1); }
H1.HeaderClassName
{
color: #E64701;
}
.AnyTagClassName
{
color: #E64701;
}
</style>
background-color css
<style>
a { background-color: #E64701; }
a { background-color: rgb(230,71,1); }
div.DivClassName
{
background-color: #E64701;
}
.BgClassName
{
background-color: #E64701;
}
</style>
border-color css
<style>
span { border-color: #E64701; }
span { border-color: rgb(230,71,1); }
td.TdClassName
{
border-color: #E64701;
}
.TagClassName
{
border-color: #E64701;
}
</style>