Shades of Persimmon #E75B17
Tints of Persimmon #E75B17
RGB
CMYK
RGB Variations
Color information
#E75B17 (or 0xE75B17) is known color: Persimmon. HEX triplet: E7, 5B and 17. RGB value is (231,91,23). Sum of RGB (Red+Green+Blue) = 231+91+23=345 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.96% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 231 - color contains mainly: red. Hex color #E75B17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75B17 is #18A4E8. Grayscale: #7D7D7D. Windows color (decimal): -1615081 or 1530855. OLE color: 1530855.
HSL color Cylindrical-coordinate representation of color #E75B17: hue angle of 19.62º 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 #E75B17 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 91 | 23 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.09 |
| HSL | 19.62º | 0.82% | 0.5% | - |
| HSV(B) | 19.62º | 0.9% | 0.91% | - |
| XYZ | 36.85 | 24.53 | 3.6 | - |
| YUV | 125.11 | 70.38 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 91 | 23 | 0 | 0.61 | 0.90 | 0.09 | 19.62 | 0.82 | 0.5 |
| Hex | E7 | 5B | 17 | 0 | 3D | 5A | 9 | 14 | 52 | 32 |
| Octal | 347 | 133 | 27 | 0 | 75 | 132 | 11 | 24 | 122 | 62 |
| Binary | 11100111 | 1011011 | 10111 | 0 | 111101 | 1011010 | 1001 | 10100 | 1010010 | 110010 |
Color Harmonies of #E75B17
Complementary color
Monochromatic Colors of #E75B17
Black with #E75B17
Text Example
Text Example
White with #E75B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75B17; }
p { color: rgb(231,91,23); }
H1.HeaderClassName
{
color: #E75B17;
}
.AnyTagClassName
{
color: #E75B17;
}
</style>
background-color css
<style>
a { background-color: #E75B17; }
a { background-color: rgb(231,91,23); }
div.DivClassName
{
background-color: #E75B17;
}
.BgClassName
{
background-color: #E75B17;
}
</style>
border-color css
<style>
span { border-color: #E75B17; }
span { border-color: rgb(231,91,23); }
td.TdClassName
{
border-color: #E75B17;
}
.TagClassName
{
border-color: #E75B17;
}
</style>