Shades of Persimmon #E65401
Tints of Persimmon #E65401
RGB
CMYK
RGB Variations
Color information
#E65401 (or 0xE65401) is known color: Persimmon. HEX triplet: E6, 54 and 01. RGB value is (230,84,1). Sum of RGB (Red+Green+Blue) = 230+84+1=315 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.02% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 230 - color contains mainly: red. Hex color #E65401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65401 is #19ABFE. Grayscale: #767676. Windows color (decimal): -1682431 or 87270. OLE color: 87270.
HSL color Cylindrical-coordinate representation of color #E65401: hue angle of 21.75º 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 #E65401 is Cyan = 0, Magento = 0.63, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 1 | - |
| CMYK | 0 | 0.63 | 1.00 | 0.10 |
| HSL | 21.75º | 0.99% | 0.45% | - |
| HSV(B) | 21.75º | 1% | 0.9% | - |
| XYZ | 35.81 | 23.17 | 2.61 | - |
| YUV | 118.19 | 61.87 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 1 | 0 | 0.63 | 1.00 | 0.10 | 21.75 | 0.99 | 0.45 |
| Hex | E6 | 54 | 1 | 0 | 3F | 64 | A | 16 | 63 | 2D |
| Octal | 346 | 124 | 1 | 0 | 77 | 144 | 12 | 26 | 143 | 55 |
| Binary | 11100110 | 1010100 | 1 | 0 | 111111 | 1100100 | 1010 | 10110 | 1100011 | 101101 |
Color Harmonies of #E65401
Complementary color
Monochromatic Colors of #E65401
Black with #E65401
Text Example
Text Example
White with #E65401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65401; }
p { color: rgb(230,84,1); }
H1.HeaderClassName
{
color: #E65401;
}
.AnyTagClassName
{
color: #E65401;
}
</style>
background-color css
<style>
a { background-color: #E65401; }
a { background-color: rgb(230,84,1); }
div.DivClassName
{
background-color: #E65401;
}
.BgClassName
{
background-color: #E65401;
}
</style>
border-color css
<style>
span { border-color: #E65401; }
span { border-color: rgb(230,84,1); }
td.TdClassName
{
border-color: #E65401;
}
.TagClassName
{
border-color: #E65401;
}
</style>