Shades of Persimmon #E65C0C
Tints of Persimmon #E65C0C
RGB
CMYK
RGB Variations
Color information
#E65C0C (or 0xE65C0C) is known color: Persimmon. HEX triplet: E6, 5C and 0C. RGB value is (230,92,12). Sum of RGB (Red+Green+Blue) = 230+92+12=334 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.86% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65C0C is #19A3F3. Grayscale: #7C7C7C. Windows color (decimal): -1680372 or 810214. OLE color: 810214.
HSL color Cylindrical-coordinate representation of color #E65C0C: hue angle of 22.02º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E65C0C is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 12 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.10 |
| HSL | 22.02º | 0.9% | 0.47% | - |
| HSV(B) | 22.02º | 0.95% | 0.9% | - |
| XYZ | 36.53 | 24.5 | 3.15 | - |
| YUV | 124.14 | 64.72 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 12 | 0 | 0.60 | 0.95 | 0.10 | 22.02 | 0.9 | 0.47 |
| Hex | E6 | 5C | C | 0 | 3C | 5F | A | 16 | 5A | 2F |
| Octal | 346 | 134 | 14 | 0 | 74 | 137 | 12 | 26 | 132 | 57 |
| Binary | 11100110 | 1011100 | 1100 | 0 | 111100 | 1011111 | 1010 | 10110 | 1011010 | 101111 |
Color Harmonies of #E65C0C
Complementary color
Monochromatic Colors of #E65C0C
Black with #E65C0C
Text Example
Text Example
White with #E65C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65C0C; }
p { color: rgb(230,92,12); }
H1.HeaderClassName
{
color: #E65C0C;
}
.AnyTagClassName
{
color: #E65C0C;
}
</style>
background-color css
<style>
a { background-color: #E65C0C; }
a { background-color: rgb(230,92,12); }
div.DivClassName
{
background-color: #E65C0C;
}
.BgClassName
{
background-color: #E65C0C;
}
</style>
border-color css
<style>
span { border-color: #E65C0C; }
span { border-color: rgb(230,92,12); }
td.TdClassName
{
border-color: #E65C0C;
}
.TagClassName
{
border-color: #E65C0C;
}
</style>