Shades of Persimmon #E65201
Tints of Persimmon #E65201
RGB
CMYK
RGB Variations
Color information
#E65201 (or 0xE65201) is known color: Persimmon. HEX triplet: E6, 52 and 01. RGB value is (230,82,1). Sum of RGB (Red+Green+Blue) = 230+82+1=313 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.48% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 230 - color contains mainly: red. Hex color #E65201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65201 is #19ADFE. Grayscale: #757575. Windows color (decimal): -1682943 or 86758. OLE color: 86758.
HSL color Cylindrical-coordinate representation of color #E65201: hue angle of 21.22º 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 #E65201 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 1 | - |
| CMYK | 0 | 0.64 | 1.00 | 0.10 |
| HSL | 21.22º | 0.99% | 0.45% | - |
| HSV(B) | 21.22º | 1% | 0.9% | - |
| XYZ | 35.66 | 22.86 | 2.56 | - |
| YUV | 117.02 | 62.53 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 1 | 0 | 0.64 | 1.00 | 0.10 | 21.22 | 0.99 | 0.45 |
| Hex | E6 | 52 | 1 | 0 | 40 | 64 | A | 15 | 63 | 2D |
| Octal | 346 | 122 | 1 | 0 | 100 | 144 | 12 | 25 | 143 | 55 |
| Binary | 11100110 | 1010010 | 1 | 0 | 1000000 | 1100100 | 1010 | 10101 | 1100011 | 101101 |
Color Harmonies of #E65201
Complementary color
Monochromatic Colors of #E65201
Black with #E65201
Text Example
Text Example
White with #E65201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65201; }
p { color: rgb(230,82,1); }
H1.HeaderClassName
{
color: #E65201;
}
.AnyTagClassName
{
color: #E65201;
}
</style>
background-color css
<style>
a { background-color: #E65201; }
a { background-color: rgb(230,82,1); }
div.DivClassName
{
background-color: #E65201;
}
.BgClassName
{
background-color: #E65201;
}
</style>
border-color css
<style>
span { border-color: #E65201; }
span { border-color: rgb(230,82,1); }
td.TdClassName
{
border-color: #E65201;
}
.TagClassName
{
border-color: #E65201;
}
</style>