Shades of Persimmon #E65D00
Tints of Persimmon #E65D00
RGB
CMYK
RGB Variations
Color information
#E65D00 (or 0xE65D00) is known color: Persimmon. HEX triplet: E6, 5D and 00. RGB value is (230,93,0). Sum of RGB (Red+Green+Blue) = 230+93+0=323 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.21% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65D00 is #19A2FF. Grayscale: #7B7B7B. Windows color (decimal): -1680128 or 24038. OLE color: 24038.
HSL color Cylindrical-coordinate representation of color #E65D00: hue angle of 24.26º 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 #E65D00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.10 |
| HSL | 24.26º | 1% | 0.45% | - |
| HSV(B) | 24.26º | 1% | 0.9% | - |
| XYZ | 36.55 | 24.65 | 2.83 | - |
| YUV | 123.36 | 58.39 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 0 | 0 | 0.60 | 1 | 0.10 | 24.26 | 1 | 0.45 |
| Hex | E6 | 5D | 0 | 0 | 3C | 64 | A | 18 | 64 | 2D |
| Octal | 346 | 135 | 0 | 0 | 74 | 144 | 12 | 30 | 144 | 55 |
| Binary | 11100110 | 1011101 | 0 | 0 | 111100 | 1100100 | 1010 | 11000 | 1100100 | 101101 |
Color Harmonies of #E65D00
Complementary color
Monochromatic Colors of #E65D00
Black with #E65D00
Text Example
Text Example
White with #E65D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65D00; }
p { color: rgb(230,93,0); }
H1.HeaderClassName
{
color: #E65D00;
}
.AnyTagClassName
{
color: #E65D00;
}
</style>
background-color css
<style>
a { background-color: #E65D00; }
a { background-color: rgb(230,93,0); }
div.DivClassName
{
background-color: #E65D00;
}
.BgClassName
{
background-color: #E65D00;
}
</style>
border-color css
<style>
span { border-color: #E65D00; }
span { border-color: rgb(230,93,0); }
td.TdClassName
{
border-color: #E65D00;
}
.TagClassName
{
border-color: #E65D00;
}
</style>