Shades of Persimmon #E65601
Tints of Persimmon #E65601
RGB
CMYK
RGB Variations
Color information
#E65601 (or 0xE65601) is known color: Persimmon. HEX triplet: E6, 56 and 01. RGB value is (230,86,1). Sum of RGB (Red+Green+Blue) = 230+86+1=317 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.56% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 230 - color contains mainly: red. Hex color #E65601 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65601 is #19A9FE. Grayscale: #777777. Windows color (decimal): -1681919 or 87782. OLE color: 87782.
HSL color Cylindrical-coordinate representation of color #E65601: hue angle of 22.27º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E65601 is Cyan = 0, Magento = 0.63, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 1 | - |
| CMYK | 0 | 0.63 | 1.00 | 0.10 |
| HSL | 22.27º | 0.99% | 0.45% | - |
| HSV(B) | 22.27º | 1% | 0.9% | - |
| XYZ | 35.97 | 23.48 | 2.67 | - |
| YUV | 119.37 | 61.21 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 1 | 0 | 0.63 | 1.00 | 0.10 | 22.27 | 0.99 | 0.45 |
| Hex | E6 | 56 | 1 | 0 | 3F | 64 | A | 16 | 63 | 2D |
| Octal | 346 | 126 | 1 | 0 | 77 | 144 | 12 | 26 | 143 | 55 |
| Binary | 11100110 | 1010110 | 1 | 0 | 111111 | 1100100 | 1010 | 10110 | 1100011 | 101101 |
Color Harmonies of #E65601
Complementary color
Monochromatic Colors of #E65601
Black with #E65601
Text Example
Text Example
White with #E65601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65601; }
p { color: rgb(230,86,1); }
H1.HeaderClassName
{
color: #E65601;
}
.AnyTagClassName
{
color: #E65601;
}
</style>
background-color css
<style>
a { background-color: #E65601; }
a { background-color: rgb(230,86,1); }
div.DivClassName
{
background-color: #E65601;
}
.BgClassName
{
background-color: #E65601;
}
</style>
border-color css
<style>
span { border-color: #E65601; }
span { border-color: rgb(230,86,1); }
td.TdClassName
{
border-color: #E65601;
}
.TagClassName
{
border-color: #E65601;
}
</style>