Shades of Persimmon #E65716
Tints of Persimmon #E65716
RGB
CMYK
RGB Variations
Color information
#E65716 (or 0xE65716) is known color: Persimmon. HEX triplet: E6, 57 and 16. RGB value is (230,87,22). Sum of RGB (Red+Green+Blue) = 230+87+22=339 (44% of max value = 765). Red value is 230 (90.23% from 255 or 67.85% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 230 - color contains mainly: red. Hex color #E65716 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65716 is #19A8E9. Grayscale: #7A7A7A. Windows color (decimal): -1681642 or 1464294. OLE color: 1464294.
HSL color Cylindrical-coordinate representation of color #E65716: hue angle of 18.75º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E65716 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 87 | 22 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.10 |
| HSL | 18.75º | 0.83% | 0.49% | - |
| HSV(B) | 18.75º | 0.9% | 0.9% | - |
| XYZ | 36.19 | 23.7 | 3.43 | - |
| YUV | 122.35 | 71.38 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 87 | 22 | 0 | 0.62 | 0.90 | 0.10 | 18.75 | 0.83 | 0.49 |
| Hex | E6 | 57 | 16 | 0 | 3E | 5A | A | 13 | 53 | 31 |
| Octal | 346 | 127 | 26 | 0 | 76 | 132 | 12 | 23 | 123 | 61 |
| Binary | 11100110 | 1010111 | 10110 | 0 | 111110 | 1011010 | 1010 | 10011 | 1010011 | 110001 |
Color Harmonies of #E65716
Complementary color
Monochromatic Colors of #E65716
Black with #E65716
Text Example
Text Example
White with #E65716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65716; }
p { color: rgb(230,87,22); }
H1.HeaderClassName
{
color: #E65716;
}
.AnyTagClassName
{
color: #E65716;
}
</style>
background-color css
<style>
a { background-color: #E65716; }
a { background-color: rgb(230,87,22); }
div.DivClassName
{
background-color: #E65716;
}
.BgClassName
{
background-color: #E65716;
}
</style>
border-color css
<style>
span { border-color: #E65716; }
span { border-color: rgb(230,87,22); }
td.TdClassName
{
border-color: #E65716;
}
.TagClassName
{
border-color: #E65716;
}
</style>