Shades of Persimmon #E65E0C
Tints of Persimmon #E65E0C
RGB
CMYK
RGB Variations
Color information
#E65E0C (or 0xE65E0C) is known color: Persimmon. HEX triplet: E6, 5E and 0C. RGB value is (230,94,12). Sum of RGB (Red+Green+Blue) = 230+94+12=336 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.45% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65E0C is #19A1F3. Grayscale: #7D7D7D. Windows color (decimal): -1679860 or 810726. OLE color: 810726.
HSL color Cylindrical-coordinate representation of color #E65E0C: hue angle of 22.57º 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 #E65E0C is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 12 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.10 |
| HSL | 22.57º | 0.9% | 0.47% | - |
| HSV(B) | 22.57º | 0.95% | 0.9% | - |
| XYZ | 36.7 | 24.85 | 3.21 | - |
| YUV | 125.32 | 64.06 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 12 | 0 | 0.59 | 0.95 | 0.10 | 22.57 | 0.9 | 0.47 |
| Hex | E6 | 5E | C | 0 | 3B | 5F | A | 17 | 5A | 2F |
| Octal | 346 | 136 | 14 | 0 | 73 | 137 | 12 | 27 | 132 | 57 |
| Binary | 11100110 | 1011110 | 1100 | 0 | 111011 | 1011111 | 1010 | 10111 | 1011010 | 101111 |
Color Harmonies of #E65E0C
Complementary color
Monochromatic Colors of #E65E0C
Black with #E65E0C
Text Example
Text Example
White with #E65E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65E0C; }
p { color: rgb(230,94,12); }
H1.HeaderClassName
{
color: #E65E0C;
}
.AnyTagClassName
{
color: #E65E0C;
}
</style>
background-color css
<style>
a { background-color: #E65E0C; }
a { background-color: rgb(230,94,12); }
div.DivClassName
{
background-color: #E65E0C;
}
.BgClassName
{
background-color: #E65E0C;
}
</style>
border-color css
<style>
span { border-color: #E65E0C; }
span { border-color: rgb(230,94,12); }
td.TdClassName
{
border-color: #E65E0C;
}
.TagClassName
{
border-color: #E65E0C;
}
</style>