Shades of Persimmon #E65A00
Tints of Persimmon #E65A00
RGB
CMYK
RGB Variations
Color information
#E65A00 (or 0xE65A00) is known color: Persimmon. HEX triplet: E6, 5A and 00. RGB value is (230,90,0). Sum of RGB (Red+Green+Blue) = 230+90+0=320 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.88% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65A00 is #19A5FF. Grayscale: #7A7A7A. Windows color (decimal): -1680896 or 23270. OLE color: 23270.
HSL color Cylindrical-coordinate representation of color #E65A00: hue angle of 23.48º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E65A00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.10 |
| HSL | 23.48º | 1% | 0.45% | - |
| HSV(B) | 23.48º | 1% | 0.9% | - |
| XYZ | 36.29 | 24.14 | 2.75 | - |
| YUV | 121.6 | 59.38 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 0 | 0 | 0.61 | 1 | 0.10 | 23.48 | 1 | 0.45 |
| Hex | E6 | 5A | 0 | 0 | 3D | 64 | A | 17 | 64 | 2D |
| Octal | 346 | 132 | 0 | 0 | 75 | 144 | 12 | 27 | 144 | 55 |
| Binary | 11100110 | 1011010 | 0 | 0 | 111101 | 1100100 | 1010 | 10111 | 1100100 | 101101 |
Color Harmonies of #E65A00
Complementary color
Monochromatic Colors of #E65A00
Black with #E65A00
Text Example
Text Example
White with #E65A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65A00; }
p { color: rgb(230,90,0); }
H1.HeaderClassName
{
color: #E65A00;
}
.AnyTagClassName
{
color: #E65A00;
}
</style>
background-color css
<style>
a { background-color: #E65A00; }
a { background-color: rgb(230,90,0); }
div.DivClassName
{
background-color: #E65A00;
}
.BgClassName
{
background-color: #E65A00;
}
</style>
border-color css
<style>
span { border-color: #E65A00; }
span { border-color: rgb(230,90,0); }
td.TdClassName
{
border-color: #E65A00;
}
.TagClassName
{
border-color: #E65A00;
}
</style>