Shades of Persimmon #E64D19
Tints of Persimmon #E64D19
RGB
CMYK
RGB Variations
Color information
#E64D19 (or 0xE64D19) is known color: Persimmon. HEX triplet: E6, 4D and 19. RGB value is (230,77,25). Sum of RGB (Red+Green+Blue) = 230+77+25=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E64D19 is #19B2E6. Grayscale: #757575. Windows color (decimal): -1684199 or 1658342. OLE color: 1658342.
HSL color Cylindrical-coordinate representation of color #E64D19: hue angle of 15.22º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E64D19 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 25 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.10 |
| HSL | 15.22º | 0.8% | 0.5% | - |
| HSV(B) | 15.22º | 0.89% | 0.9% | - |
| XYZ | 35.46 | 22.2 | 3.34 | - |
| YUV | 116.82 | 76.19 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 25 | 0 | 0.67 | 0.89 | 0.10 | 15.22 | 0.8 | 0.5 |
| Hex | E6 | 4D | 19 | 0 | 43 | 59 | A | F | 50 | 32 |
| Octal | 346 | 115 | 31 | 0 | 103 | 131 | 12 | 17 | 120 | 62 |
| Binary | 11100110 | 1001101 | 11001 | 0 | 1000011 | 1011001 | 1010 | 1111 | 1010000 | 110010 |
Color Harmonies of #E64D19
Complementary color
Monochromatic Colors of #E64D19
Black with #E64D19
Text Example
Text Example
White with #E64D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64D19; }
p { color: rgb(230,77,25); }
H1.HeaderClassName
{
color: #E64D19;
}
.AnyTagClassName
{
color: #E64D19;
}
</style>
background-color css
<style>
a { background-color: #E64D19; }
a { background-color: rgb(230,77,25); }
div.DivClassName
{
background-color: #E64D19;
}
.BgClassName
{
background-color: #E64D19;
}
</style>
border-color css
<style>
span { border-color: #E64D19; }
span { border-color: rgb(230,77,25); }
td.TdClassName
{
border-color: #E64D19;
}
.TagClassName
{
border-color: #E64D19;
}
</style>