Shades of Persimmon #E65509
Tints of Persimmon #E65509
RGB
CMYK
RGB Variations
Color information
#E65509 (or 0xE65509) is known color: Persimmon. HEX triplet: E6, 55 and 09. RGB value is (230,85,9). Sum of RGB (Red+Green+Blue) = 230+85+9=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E65509 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65509 is #19AAF6. Grayscale: #787878. Windows color (decimal): -1682167 or 611814. OLE color: 611814.
HSL color Cylindrical-coordinate representation of color #E65509: hue angle of 20.63º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E65509 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 9 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.10 |
| HSL | 20.63º | 0.92% | 0.47% | - |
| HSV(B) | 20.63º | 0.96% | 0.9% | - |
| XYZ | 35.93 | 23.34 | 2.87 | - |
| YUV | 119.69 | 65.54 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 9 | 0 | 0.63 | 0.96 | 0.10 | 20.63 | 0.92 | 0.47 |
| Hex | E6 | 55 | 9 | 0 | 3F | 60 | A | 15 | 5C | 2F |
| Octal | 346 | 125 | 11 | 0 | 77 | 140 | 12 | 25 | 134 | 57 |
| Binary | 11100110 | 1010101 | 1001 | 0 | 111111 | 1100000 | 1010 | 10101 | 1011100 | 101111 |
Color Harmonies of #E65509
Complementary color
Monochromatic Colors of #E65509
Black with #E65509
Text Example
Text Example
White with #E65509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65509; }
p { color: rgb(230,85,9); }
H1.HeaderClassName
{
color: #E65509;
}
.AnyTagClassName
{
color: #E65509;
}
</style>
background-color css
<style>
a { background-color: #E65509; }
a { background-color: rgb(230,85,9); }
div.DivClassName
{
background-color: #E65509;
}
.BgClassName
{
background-color: #E65509;
}
</style>
border-color css
<style>
span { border-color: #E65509; }
span { border-color: rgb(230,85,9); }
td.TdClassName
{
border-color: #E65509;
}
.TagClassName
{
border-color: #E65509;
}
</style>