Shades of Persimmon #E45317
Tints of Persimmon #E45317
RGB
CMYK
RGB Variations
Color information
#E45317 (or 0xE45317) is known color: Persimmon. HEX triplet: E4, 53 and 17. RGB value is (228,83,23). Sum of RGB (Red+Green+Blue) = 228+83+23=334 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.26% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 228 - color contains mainly: red. Hex color #E45317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45317 is #1BACE8. Grayscale: #777777. Windows color (decimal): -1813737 or 1528804. OLE color: 1528804.
HSL color Cylindrical-coordinate representation of color #E45317: hue angle of 17.56º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E45317 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 83 | 23 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.11 |
| HSL | 17.56º | 0.82% | 0.49% | - |
| HSV(B) | 17.56º | 0.9% | 0.89% | - |
| XYZ | 35.24 | 22.74 | 3.34 | - |
| YUV | 119.52 | 73.54 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 83 | 23 | 0 | 0.64 | 0.90 | 0.11 | 17.56 | 0.82 | 0.49 |
| Hex | E4 | 53 | 17 | 0 | 40 | 5A | B | 12 | 52 | 31 |
| Octal | 344 | 123 | 27 | 0 | 100 | 132 | 13 | 22 | 122 | 61 |
| Binary | 11100100 | 1010011 | 10111 | 0 | 1000000 | 1011010 | 1011 | 10010 | 1010010 | 110001 |
Color Harmonies of #E45317
Complementary color
Monochromatic Colors of #E45317
Black with #E45317
Text Example
Text Example
White with #E45317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45317; }
p { color: rgb(228,83,23); }
H1.HeaderClassName
{
color: #E45317;
}
.AnyTagClassName
{
color: #E45317;
}
</style>
background-color css
<style>
a { background-color: #E45317; }
a { background-color: rgb(228,83,23); }
div.DivClassName
{
background-color: #E45317;
}
.BgClassName
{
background-color: #E45317;
}
</style>
border-color css
<style>
span { border-color: #E45317; }
span { border-color: rgb(228,83,23); }
td.TdClassName
{
border-color: #E45317;
}
.TagClassName
{
border-color: #E45317;
}
</style>