Shades of Persimmon #E75C17
Tints of Persimmon #E75C17
RGB
CMYK
RGB Variations
Color information
#E75C17 (or 0xE75C17) is known color: Persimmon. HEX triplet: E7, 5C and 17. RGB value is (231,92,23). Sum of RGB (Red+Green+Blue) = 231+92+23=346 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.76% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75C17 is #18A3E8. Grayscale: #7E7E7E. Windows color (decimal): -1614825 or 1531111. OLE color: 1531111.
HSL color Cylindrical-coordinate representation of color #E75C17: hue angle of 19.9º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E75C17 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 92 | 23 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.09 |
| HSL | 19.9º | 0.82% | 0.5% | - |
| HSV(B) | 19.9º | 0.9% | 0.91% | - |
| XYZ | 36.94 | 24.71 | 3.63 | - |
| YUV | 125.7 | 70.05 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 23 | 0 | 0.60 | 0.90 | 0.09 | 19.9 | 0.82 | 0.5 |
| Hex | E7 | 5C | 17 | 0 | 3C | 5A | 9 | 14 | 52 | 32 |
| Octal | 347 | 134 | 27 | 0 | 74 | 132 | 11 | 24 | 122 | 62 |
| Binary | 11100111 | 1011100 | 10111 | 0 | 111100 | 1011010 | 1001 | 10100 | 1010010 | 110010 |
Color Harmonies of #E75C17
Complementary color
Monochromatic Colors of #E75C17
Black with #E75C17
Text Example
Text Example
White with #E75C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75C17; }
p { color: rgb(231,92,23); }
H1.HeaderClassName
{
color: #E75C17;
}
.AnyTagClassName
{
color: #E75C17;
}
</style>
background-color css
<style>
a { background-color: #E75C17; }
a { background-color: rgb(231,92,23); }
div.DivClassName
{
background-color: #E75C17;
}
.BgClassName
{
background-color: #E75C17;
}
</style>
border-color css
<style>
span { border-color: #E75C17; }
span { border-color: rgb(231,92,23); }
td.TdClassName
{
border-color: #E75C17;
}
.TagClassName
{
border-color: #E75C17;
}
</style>