Shades of Persimmon #E55316
Tints of Persimmon #E55316
RGB
CMYK
RGB Variations
Color information
#E55316 (or 0xE55316) is known color: Persimmon. HEX triplet: E5, 53 and 16. RGB value is (229,83,22). Sum of RGB (Red+Green+Blue) = 229+83+22=334 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.56% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 229 - color contains mainly: red. Hex color #E55316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55316 is #1AACE9. Grayscale: #787878. Windows color (decimal): -1748202 or 1463269. OLE color: 1463269.
HSL color Cylindrical-coordinate representation of color #E55316: hue angle of 17.68º degrees, saturation: 0.82, 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 #E55316 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 83 | 22 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.10 |
| HSL | 17.68º | 0.82% | 0.49% | - |
| HSV(B) | 17.68º | 0.9% | 0.9% | - |
| XYZ | 35.55 | 22.9 | 3.31 | - |
| YUV | 119.7 | 72.87 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 22 | 0 | 0.64 | 0.90 | 0.10 | 17.68 | 0.82 | 0.49 |
| Hex | E5 | 53 | 16 | 0 | 40 | 5A | A | 12 | 52 | 31 |
| Octal | 345 | 123 | 26 | 0 | 100 | 132 | 12 | 22 | 122 | 61 |
| Binary | 11100101 | 1010011 | 10110 | 0 | 1000000 | 1011010 | 1010 | 10010 | 1010010 | 110001 |
Color Harmonies of #E55316
Complementary color
Monochromatic Colors of #E55316
Black with #E55316
Text Example
Text Example
White with #E55316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55316; }
p { color: rgb(229,83,22); }
H1.HeaderClassName
{
color: #E55316;
}
.AnyTagClassName
{
color: #E55316;
}
</style>
background-color css
<style>
a { background-color: #E55316; }
a { background-color: rgb(229,83,22); }
div.DivClassName
{
background-color: #E55316;
}
.BgClassName
{
background-color: #E55316;
}
</style>
border-color css
<style>
span { border-color: #E55316; }
span { border-color: rgb(229,83,22); }
td.TdClassName
{
border-color: #E55316;
}
.TagClassName
{
border-color: #E55316;
}
</style>