Shades of Persimmon #E65D10
Tints of Persimmon #E65D10
RGB
CMYK
RGB Variations
Color information
#E65D10 (or 0xE65D10) is known color: Persimmon. HEX triplet: E6, 5D and 10. RGB value is (230,93,16). Sum of RGB (Red+Green+Blue) = 230+93+16=339 (44% of max value = 765). Red value is 230 (90.23% from 255 or 67.85% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65D10 is #19A2EF. Grayscale: #7D7D7D. Windows color (decimal): -1680112 or 1072614. OLE color: 1072614.
HSL color Cylindrical-coordinate representation of color #E65D10: hue angle of 21.59º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E65D10 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 16 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.10 |
| HSL | 21.59º | 0.87% | 0.48% | - |
| HSV(B) | 21.59º | 0.93% | 0.9% | - |
| XYZ | 36.64 | 24.69 | 3.32 | - |
| YUV | 125.19 | 66.39 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 16 | 0 | 0.60 | 0.93 | 0.10 | 21.59 | 0.87 | 0.48 |
| Hex | E6 | 5D | 10 | 0 | 3C | 5D | A | 16 | 57 | 30 |
| Octal | 346 | 135 | 20 | 0 | 74 | 135 | 12 | 26 | 127 | 60 |
| Binary | 11100110 | 1011101 | 10000 | 0 | 111100 | 1011101 | 1010 | 10110 | 1010111 | 110000 |
Color Harmonies of #E65D10
Complementary color
Monochromatic Colors of #E65D10
Black with #E65D10
Text Example
Text Example
White with #E65D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65D10; }
p { color: rgb(230,93,16); }
H1.HeaderClassName
{
color: #E65D10;
}
.AnyTagClassName
{
color: #E65D10;
}
</style>
background-color css
<style>
a { background-color: #E65D10; }
a { background-color: rgb(230,93,16); }
div.DivClassName
{
background-color: #E65D10;
}
.BgClassName
{
background-color: #E65D10;
}
</style>
border-color css
<style>
span { border-color: #E65D10; }
span { border-color: rgb(230,93,16); }
td.TdClassName
{
border-color: #E65D10;
}
.TagClassName
{
border-color: #E65D10;
}
</style>