Shades of Persimmon #E65C01
Tints of Persimmon #E65C01
RGB
CMYK
RGB Variations
Color information
#E65C01 (or 0xE65C01) is known color: Persimmon. HEX triplet: E6, 5C and 01. RGB value is (230,92,1). Sum of RGB (Red+Green+Blue) = 230+92+1=323 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.21% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65C01 is #19A3FE. Grayscale: #7B7B7B. Windows color (decimal): -1680383 or 89318. OLE color: 89318.
HSL color Cylindrical-coordinate representation of color #E65C01: hue angle of 23.84º 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 #E65C01 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 1 | - |
| CMYK | 0 | 0.60 | 1.00 | 0.10 |
| HSL | 23.84º | 0.99% | 0.45% | - |
| HSV(B) | 23.84º | 1% | 0.9% | - |
| XYZ | 36.47 | 24.48 | 2.83 | - |
| YUV | 122.89 | 59.22 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 1 | 0 | 0.60 | 1.00 | 0.10 | 23.84 | 0.99 | 0.45 |
| Hex | E6 | 5C | 1 | 0 | 3C | 64 | A | 18 | 63 | 2D |
| Octal | 346 | 134 | 1 | 0 | 74 | 144 | 12 | 30 | 143 | 55 |
| Binary | 11100110 | 1011100 | 1 | 0 | 111100 | 1100100 | 1010 | 11000 | 1100011 | 101101 |
Color Harmonies of #E65C01
Complementary color
Monochromatic Colors of #E65C01
Black with #E65C01
Text Example
Text Example
White with #E65C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65C01; }
p { color: rgb(230,92,1); }
H1.HeaderClassName
{
color: #E65C01;
}
.AnyTagClassName
{
color: #E65C01;
}
</style>
background-color css
<style>
a { background-color: #E65C01; }
a { background-color: rgb(230,92,1); }
div.DivClassName
{
background-color: #E65C01;
}
.BgClassName
{
background-color: #E65C01;
}
</style>
border-color css
<style>
span { border-color: #E65C01; }
span { border-color: rgb(230,92,1); }
td.TdClassName
{
border-color: #E65C01;
}
.TagClassName
{
border-color: #E65C01;
}
</style>