Shades of Persimmon #E65D0A
Tints of Persimmon #E65D0A
RGB
CMYK
RGB Variations
Color information
#E65D0A (or 0xE65D0A) is known color: Persimmon. HEX triplet: E6, 5D and 0A. RGB value is (230,93,10). Sum of RGB (Red+Green+Blue) = 230+93+10=333 (44% of max value = 765). Red value is 230 (90.23% from 255 or 69.07% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65D0A is #19A2F5. Grayscale: #7C7C7C. Windows color (decimal): -1680118 or 679398. OLE color: 679398.
HSL color Cylindrical-coordinate representation of color #E65D0A: hue angle of 22.64º 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 #E65D0A is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 10 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.10 |
| HSL | 22.64º | 0.92% | 0.47% | - |
| HSV(B) | 22.64º | 0.96% | 0.9% | - |
| XYZ | 36.6 | 24.67 | 3.12 | - |
| YUV | 124.5 | 63.39 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 10 | 0 | 0.60 | 0.96 | 0.10 | 22.64 | 0.92 | 0.47 |
| Hex | E6 | 5D | A | 0 | 3C | 60 | A | 17 | 5C | 2F |
| Octal | 346 | 135 | 12 | 0 | 74 | 140 | 12 | 27 | 134 | 57 |
| Binary | 11100110 | 1011101 | 1010 | 0 | 111100 | 1100000 | 1010 | 10111 | 1011100 | 101111 |
Color Harmonies of #E65D0A
Complementary color
Monochromatic Colors of #E65D0A
Black with #E65D0A
Text Example
Text Example
White with #E65D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65D0A; }
p { color: rgb(230,93,10); }
H1.HeaderClassName
{
color: #E65D0A;
}
.AnyTagClassName
{
color: #E65D0A;
}
</style>
background-color css
<style>
a { background-color: #E65D0A; }
a { background-color: rgb(230,93,10); }
div.DivClassName
{
background-color: #E65D0A;
}
.BgClassName
{
background-color: #E65D0A;
}
</style>
border-color css
<style>
span { border-color: #E65D0A; }
span { border-color: rgb(230,93,10); }
td.TdClassName
{
border-color: #E65D0A;
}
.TagClassName
{
border-color: #E65D0A;
}
</style>