Shades of Persimmon #E65416
Tints of Persimmon #E65416
RGB
CMYK
RGB Variations
Color information
#E65416 (or 0xE65416) is known color: Persimmon. HEX triplet: E6, 54 and 16. RGB value is (230,84,22). Sum of RGB (Red+Green+Blue) = 230+84+22=336 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.45% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 230 - color contains mainly: red. Hex color #E65416 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65416 is #19ABE9. Grayscale: #787878. Windows color (decimal): -1682410 or 1463526. OLE color: 1463526.
HSL color Cylindrical-coordinate representation of color #E65416: hue angle of 17.88º 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 #E65416 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 22 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.10 |
| HSL | 17.88º | 0.83% | 0.49% | - |
| HSV(B) | 17.88º | 0.9% | 0.9% | - |
| XYZ | 35.95 | 23.22 | 3.35 | - |
| YUV | 120.59 | 72.37 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 22 | 0 | 0.63 | 0.90 | 0.10 | 17.88 | 0.83 | 0.49 |
| Hex | E6 | 54 | 16 | 0 | 3F | 5A | A | 12 | 53 | 31 |
| Octal | 346 | 124 | 26 | 0 | 77 | 132 | 12 | 22 | 123 | 61 |
| Binary | 11100110 | 1010100 | 10110 | 0 | 111111 | 1011010 | 1010 | 10010 | 1010011 | 110001 |
Color Harmonies of #E65416
Complementary color
Monochromatic Colors of #E65416
Black with #E65416
Text Example
Text Example
White with #E65416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65416; }
p { color: rgb(230,84,22); }
H1.HeaderClassName
{
color: #E65416;
}
.AnyTagClassName
{
color: #E65416;
}
</style>
background-color css
<style>
a { background-color: #E65416; }
a { background-color: rgb(230,84,22); }
div.DivClassName
{
background-color: #E65416;
}
.BgClassName
{
background-color: #E65416;
}
</style>
border-color css
<style>
span { border-color: #E65416; }
span { border-color: rgb(230,84,22); }
td.TdClassName
{
border-color: #E65416;
}
.TagClassName
{
border-color: #E65416;
}
</style>