Shades of Persimmon #E64600
Tints of Persimmon #E64600
RGB
CMYK
RGB Variations
Color information
#E64600 (or 0xE64600) is known color: Persimmon. HEX triplet: E6, 46 and 00. RGB value is (230,70,0). Sum of RGB (Red+Green+Blue) = 230+70+0=300 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.67% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 230 - color contains mainly: red. Hex color #E64600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64600 is #19B9FF. Grayscale: #6E6E6E. Windows color (decimal): -1686016 or 18150. OLE color: 18150.
HSL color Cylindrical-coordinate representation of color #E64600: hue angle of 18.26º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E64600 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.10 |
| HSL | 18.26º | 1% | 0.45% | - |
| HSV(B) | 18.26º | 1% | 0.9% | - |
| XYZ | 34.82 | 21.2 | 2.26 | - |
| YUV | 109.86 | 66.01 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 0 | 0 | 0.70 | 1 | 0.10 | 18.26 | 1 | 0.45 |
| Hex | E6 | 46 | 0 | 0 | 46 | 64 | A | 12 | 64 | 2D |
| Octal | 346 | 106 | 0 | 0 | 106 | 144 | 12 | 22 | 144 | 55 |
| Binary | 11100110 | 1000110 | 0 | 0 | 1000110 | 1100100 | 1010 | 10010 | 1100100 | 101101 |
Color Harmonies of #E64600
Complementary color
Monochromatic Colors of #E64600
Black with #E64600
Text Example
Text Example
White with #E64600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64600; }
p { color: rgb(230,70,0); }
H1.HeaderClassName
{
color: #E64600;
}
.AnyTagClassName
{
color: #E64600;
}
</style>
background-color css
<style>
a { background-color: #E64600; }
a { background-color: rgb(230,70,0); }
div.DivClassName
{
background-color: #E64600;
}
.BgClassName
{
background-color: #E64600;
}
</style>
border-color css
<style>
span { border-color: #E64600; }
span { border-color: rgb(230,70,0); }
td.TdClassName
{
border-color: #E64600;
}
.TagClassName
{
border-color: #E64600;
}
</style>