Shades of Persimmon #E65C18
Tints of Persimmon #E65C18
RGB
CMYK
RGB Variations
Color information
#E65C18 (or 0xE65C18) is known color: Persimmon. HEX triplet: E6, 5C and 18. RGB value is (230,92,24). Sum of RGB (Red+Green+Blue) = 230+92+24=346 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.47% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65C18 is #19A3E7. Grayscale: #7D7D7D. Windows color (decimal): -1680360 or 1596646. OLE color: 1596646.
HSL color Cylindrical-coordinate representation of color #E65C18: hue angle of 19.81º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E65C18 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 24 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.10 |
| HSL | 19.81º | 0.81% | 0.5% | - |
| HSV(B) | 19.81º | 0.9% | 0.9% | - |
| XYZ | 36.63 | 24.54 | 3.67 | - |
| YUV | 125.51 | 70.72 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 24 | 0 | 0.60 | 0.90 | 0.10 | 19.81 | 0.81 | 0.5 |
| Hex | E6 | 5C | 18 | 0 | 3C | 5A | A | 14 | 51 | 32 |
| Octal | 346 | 134 | 30 | 0 | 74 | 132 | 12 | 24 | 121 | 62 |
| Binary | 11100110 | 1011100 | 11000 | 0 | 111100 | 1011010 | 1010 | 10100 | 1010001 | 110010 |
Color Harmonies of #E65C18
Complementary color
Monochromatic Colors of #E65C18
Black with #E65C18
Text Example
Text Example
White with #E65C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65C18; }
p { color: rgb(230,92,24); }
H1.HeaderClassName
{
color: #E65C18;
}
.AnyTagClassName
{
color: #E65C18;
}
</style>
background-color css
<style>
a { background-color: #E65C18; }
a { background-color: rgb(230,92,24); }
div.DivClassName
{
background-color: #E65C18;
}
.BgClassName
{
background-color: #E65C18;
}
</style>
border-color css
<style>
span { border-color: #E65C18; }
span { border-color: rgb(230,92,24); }
td.TdClassName
{
border-color: #E65C18;
}
.TagClassName
{
border-color: #E65C18;
}
</style>