Shades of Persimmon #E65014
Tints of Persimmon #E65014
RGB
CMYK
RGB Variations
Color information
#E65014 (or 0xE65014) is known color: Persimmon. HEX triplet: E6, 50 and 14. RGB value is (230,80,20). Sum of RGB (Red+Green+Blue) = 230+80+20=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E65014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65014 is #19AFEB. Grayscale: #767676. Windows color (decimal): -1683436 or 1331430. OLE color: 1331430.
HSL color Cylindrical-coordinate representation of color #E65014: hue angle of 17.14º 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 #E65014 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 20 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.10 |
| HSL | 17.14º | 0.84% | 0.49% | - |
| HSV(B) | 17.14º | 0.91% | 0.9% | - |
| XYZ | 35.63 | 22.61 | 3.15 | - |
| YUV | 118.01 | 72.7 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 20 | 0 | 0.65 | 0.91 | 0.10 | 17.14 | 0.84 | 0.49 |
| Hex | E6 | 50 | 14 | 0 | 41 | 5B | A | 11 | 54 | 31 |
| Octal | 346 | 120 | 24 | 0 | 101 | 133 | 12 | 21 | 124 | 61 |
| Binary | 11100110 | 1010000 | 10100 | 0 | 1000001 | 1011011 | 1010 | 10001 | 1010100 | 110001 |
Color Harmonies of #E65014
Complementary color
Monochromatic Colors of #E65014
Black with #E65014
Text Example
Text Example
White with #E65014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65014; }
p { color: rgb(230,80,20); }
H1.HeaderClassName
{
color: #E65014;
}
.AnyTagClassName
{
color: #E65014;
}
</style>
background-color css
<style>
a { background-color: #E65014; }
a { background-color: rgb(230,80,20); }
div.DivClassName
{
background-color: #E65014;
}
.BgClassName
{
background-color: #E65014;
}
</style>
border-color css
<style>
span { border-color: #E65014; }
span { border-color: rgb(230,80,20); }
td.TdClassName
{
border-color: #E65014;
}
.TagClassName
{
border-color: #E65014;
}
</style>