Shades of Persimmon #E75315
Tints of Persimmon #E75315
RGB
CMYK
RGB Variations
Color information
#E75315 (or 0xE75315) is known color: Persimmon. HEX triplet: E7, 53 and 15. RGB value is (231,83,21). Sum of RGB (Red+Green+Blue) = 231+83+21=335 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.96% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 231 - color contains mainly: red. Hex color #E75315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75315 is #18ACEA. Grayscale: #787878. Windows color (decimal): -1617131 or 1397735. OLE color: 1397735.
HSL color Cylindrical-coordinate representation of color #E75315: hue angle of 17.71º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E75315 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 83 | 21 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.09 |
| HSL | 17.71º | 0.83% | 0.49% | - |
| HSV(B) | 17.71º | 0.91% | 0.91% | - |
| XYZ | 36.18 | 23.23 | 3.29 | - |
| YUV | 120.18 | 72.03 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 21 | 0 | 0.64 | 0.91 | 0.09 | 17.71 | 0.83 | 0.49 |
| Hex | E7 | 53 | 15 | 0 | 40 | 5B | 9 | 12 | 53 | 31 |
| Octal | 347 | 123 | 25 | 0 | 100 | 133 | 11 | 22 | 123 | 61 |
| Binary | 11100111 | 1010011 | 10101 | 0 | 1000000 | 1011011 | 1001 | 10010 | 1010011 | 110001 |
Color Harmonies of #E75315
Complementary color
Monochromatic Colors of #E75315
Black with #E75315
Text Example
Text Example
White with #E75315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75315; }
p { color: rgb(231,83,21); }
H1.HeaderClassName
{
color: #E75315;
}
.AnyTagClassName
{
color: #E75315;
}
</style>
background-color css
<style>
a { background-color: #E75315; }
a { background-color: rgb(231,83,21); }
div.DivClassName
{
background-color: #E75315;
}
.BgClassName
{
background-color: #E75315;
}
</style>
border-color css
<style>
span { border-color: #E75315; }
span { border-color: rgb(231,83,21); }
td.TdClassName
{
border-color: #E75315;
}
.TagClassName
{
border-color: #E75315;
}
</style>