Shades of Persimmon #E65F00
Tints of Persimmon #E65F00
RGB
CMYK
RGB Variations
Color information
#E65F00 (or 0xE65F00) is known color: Persimmon. HEX triplet: E6, 5F and 00. RGB value is (230,95,0). Sum of RGB (Red+Green+Blue) = 230+95+0=325 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.77% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65F00 is #19A0FF. Grayscale: #7D7D7D. Windows color (decimal): -1679616 or 24550. OLE color: 24550.
HSL color Cylindrical-coordinate representation of color #E65F00: hue angle of 24.78º 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 #E65F00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.10 |
| HSL | 24.78º | 1% | 0.45% | - |
| HSV(B) | 24.78º | 1% | 0.9% | - |
| XYZ | 36.73 | 25.01 | 2.89 | - |
| YUV | 124.54 | 57.73 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 0 | 0 | 0.59 | 1 | 0.10 | 24.78 | 1 | 0.45 |
| Hex | E6 | 5F | 0 | 0 | 3B | 64 | A | 19 | 64 | 2D |
| Octal | 346 | 137 | 0 | 0 | 73 | 144 | 12 | 31 | 144 | 55 |
| Binary | 11100110 | 1011111 | 0 | 0 | 111011 | 1100100 | 1010 | 11001 | 1100100 | 101101 |
Color Harmonies of #E65F00
Complementary color
Monochromatic Colors of #E65F00
Black with #E65F00
Text Example
Text Example
White with #E65F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65F00; }
p { color: rgb(230,95,0); }
H1.HeaderClassName
{
color: #E65F00;
}
.AnyTagClassName
{
color: #E65F00;
}
</style>
background-color css
<style>
a { background-color: #E65F00; }
a { background-color: rgb(230,95,0); }
div.DivClassName
{
background-color: #E65F00;
}
.BgClassName
{
background-color: #E65F00;
}
</style>
border-color css
<style>
span { border-color: #E65F00; }
span { border-color: rgb(230,95,0); }
td.TdClassName
{
border-color: #E65F00;
}
.TagClassName
{
border-color: #E65F00;
}
</style>