Shades of Persimmon #E64500
Tints of Persimmon #E64500
RGB
CMYK
RGB Variations
Color information
#E64500 (or 0xE64500) is known color: Persimmon. HEX triplet: E6, 45 and 00. RGB value is (230,69,0). Sum of RGB (Red+Green+Blue) = 230+69+0=299 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.92% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 230 - color contains mainly: red. Hex color #E64500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64500 is #19BAFF. Grayscale: #6D6D6D. Windows color (decimal): -1686272 or 17894. OLE color: 17894.
HSL color Cylindrical-coordinate representation of color #E64500: hue angle of 18º 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 #E64500 is Cyan = 0, Magento = 0.7, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 0 | - |
| CMYK | 0 | 0.7 | 1 | 0.10 |
| HSL | 18º | 1% | 0.45% | - |
| HSV(B) | 18º | 1% | 0.9% | - |
| XYZ | 34.76 | 21.08 | 2.24 | - |
| YUV | 109.27 | 66.34 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 0 | 0 | 0.7 | 1 | 0.10 | 18 | 1 | 0.45 |
| Hex | E6 | 45 | 0 | 0 | 46 | 64 | A | 12 | 64 | 2D |
| Octal | 346 | 105 | 0 | 0 | 106 | 144 | 12 | 22 | 144 | 55 |
| Binary | 11100110 | 1000101 | 0 | 0 | 1000110 | 1100100 | 1010 | 10010 | 1100100 | 101101 |
Color Harmonies of #E64500
Complementary color
Monochromatic Colors of #E64500
Black with #E64500
Text Example
Text Example
White with #E64500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64500; }
p { color: rgb(230,69,0); }
H1.HeaderClassName
{
color: #E64500;
}
.AnyTagClassName
{
color: #E64500;
}
</style>
background-color css
<style>
a { background-color: #E64500; }
a { background-color: rgb(230,69,0); }
div.DivClassName
{
background-color: #E64500;
}
.BgClassName
{
background-color: #E64500;
}
</style>
border-color css
<style>
span { border-color: #E64500; }
span { border-color: rgb(230,69,0); }
td.TdClassName
{
border-color: #E64500;
}
.TagClassName
{
border-color: #E64500;
}
</style>