Shades of Persimmon #E65414
Tints of Persimmon #E65414
RGB
CMYK
RGB Variations
Color information
#E65414 (or 0xE65414) is known color: Persimmon. HEX triplet: E6, 54 and 14. RGB value is (230,84,20). Sum of RGB (Red+Green+Blue) = 230+84+20=334 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.86% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 230 - color contains mainly: red. Hex color #E65414 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65414 is #19ABEB. Grayscale: #787878. Windows color (decimal): -1682412 or 1332454. OLE color: 1332454.
HSL color Cylindrical-coordinate representation of color #E65414: hue angle of 18.29º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E65414 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 20 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.10 |
| HSL | 18.29º | 0.84% | 0.49% | - |
| HSV(B) | 18.29º | 0.91% | 0.9% | - |
| XYZ | 35.93 | 23.21 | 3.25 | - |
| YUV | 120.36 | 71.37 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 20 | 0 | 0.63 | 0.91 | 0.10 | 18.29 | 0.84 | 0.49 |
| Hex | E6 | 54 | 14 | 0 | 3F | 5B | A | 12 | 54 | 31 |
| Octal | 346 | 124 | 24 | 0 | 77 | 133 | 12 | 22 | 124 | 61 |
| Binary | 11100110 | 1010100 | 10100 | 0 | 111111 | 1011011 | 1010 | 10010 | 1010100 | 110001 |
Color Harmonies of #E65414
Complementary color
Monochromatic Colors of #E65414
Black with #E65414
Text Example
Text Example
White with #E65414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65414; }
p { color: rgb(230,84,20); }
H1.HeaderClassName
{
color: #E65414;
}
.AnyTagClassName
{
color: #E65414;
}
</style>
background-color css
<style>
a { background-color: #E65414; }
a { background-color: rgb(230,84,20); }
div.DivClassName
{
background-color: #E65414;
}
.BgClassName
{
background-color: #E65414;
}
</style>
border-color css
<style>
span { border-color: #E65414; }
span { border-color: rgb(230,84,20); }
td.TdClassName
{
border-color: #E65414;
}
.TagClassName
{
border-color: #E65414;
}
</style>