Shades of Persimmon #E35317
Tints of Persimmon #E35317
RGB
CMYK
RGB Variations
Color information
#E35317 (or 0xE35317) is known color: Persimmon. HEX triplet: E3, 53 and 17. RGB value is (227,83,23). Sum of RGB (Red+Green+Blue) = 227+83+23=333 (44% of max value = 765). Red value is 227 (89.06% from 255 or 68.17% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 227 - color contains mainly: red. Hex color #E35317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35317 is #1CACE8. Grayscale: #777777. Windows color (decimal): -1879273 or 1528803. OLE color: 1528803.
HSL color Cylindrical-coordinate representation of color #E35317: hue angle of 17.65º 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 #E35317 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 23 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.11 |
| HSL | 17.65º | 0.82% | 0.49% | - |
| HSV(B) | 17.65º | 0.9% | 0.89% | - |
| XYZ | 34.93 | 22.58 | 3.33 | - |
| YUV | 119.22 | 73.71 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 23 | 0 | 0.63 | 0.90 | 0.11 | 17.65 | 0.82 | 0.49 |
| Hex | E3 | 53 | 17 | 0 | 3F | 5A | B | 12 | 52 | 31 |
| Octal | 343 | 123 | 27 | 0 | 77 | 132 | 13 | 22 | 122 | 61 |
| Binary | 11100011 | 1010011 | 10111 | 0 | 111111 | 1011010 | 1011 | 10010 | 1010010 | 110001 |
Color Harmonies of #E35317
Complementary color
Monochromatic Colors of #E35317
Black with #E35317
Text Example
Text Example
White with #E35317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35317; }
p { color: rgb(227,83,23); }
H1.HeaderClassName
{
color: #E35317;
}
.AnyTagClassName
{
color: #E35317;
}
</style>
background-color css
<style>
a { background-color: #E35317; }
a { background-color: rgb(227,83,23); }
div.DivClassName
{
background-color: #E35317;
}
.BgClassName
{
background-color: #E35317;
}
</style>
border-color css
<style>
span { border-color: #E35317; }
span { border-color: rgb(227,83,23); }
td.TdClassName
{
border-color: #E35317;
}
.TagClassName
{
border-color: #E35317;
}
</style>