Shades of Persimmon #E65F12
Tints of Persimmon #E65F12
RGB
CMYK
RGB Variations
Color information
#E65F12 (or 0xE65F12) is known color: Persimmon. HEX triplet: E6, 5F and 12. RGB value is (230,95,18). Sum of RGB (Red+Green+Blue) = 230+95+18=343 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.06% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65F12 is #19A0ED. Grayscale: #7F7F7F. Windows color (decimal): -1679598 or 1204198. OLE color: 1204198.
HSL color Cylindrical-coordinate representation of color #E65F12: hue angle of 21.79º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E65F12 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 18 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.10 |
| HSL | 21.79º | 0.85% | 0.49% | - |
| HSV(B) | 21.79º | 0.92% | 0.9% | - |
| XYZ | 36.83 | 25.05 | 3.47 | - |
| YUV | 126.59 | 66.73 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 18 | 0 | 0.59 | 0.92 | 0.10 | 21.79 | 0.85 | 0.49 |
| Hex | E6 | 5F | 12 | 0 | 3B | 5C | A | 16 | 55 | 31 |
| Octal | 346 | 137 | 22 | 0 | 73 | 134 | 12 | 26 | 125 | 61 |
| Binary | 11100110 | 1011111 | 10010 | 0 | 111011 | 1011100 | 1010 | 10110 | 1010101 | 110001 |
Color Harmonies of #E65F12
Complementary color
Monochromatic Colors of #E65F12
Black with #E65F12
Text Example
Text Example
White with #E65F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65F12; }
p { color: rgb(230,95,18); }
H1.HeaderClassName
{
color: #E65F12;
}
.AnyTagClassName
{
color: #E65F12;
}
</style>
background-color css
<style>
a { background-color: #E65F12; }
a { background-color: rgb(230,95,18); }
div.DivClassName
{
background-color: #E65F12;
}
.BgClassName
{
background-color: #E65F12;
}
</style>
border-color css
<style>
span { border-color: #E65F12; }
span { border-color: rgb(230,95,18); }
td.TdClassName
{
border-color: #E65F12;
}
.TagClassName
{
border-color: #E65F12;
}
</style>