Shades of Persimmon #E75D16
Tints of Persimmon #E75D16
RGB
CMYK
RGB Variations
Color information
#E75D16 (or 0xE75D16) is known color: Persimmon. HEX triplet: E7, 5D and 16. RGB value is (231,93,22). Sum of RGB (Red+Green+Blue) = 231+93+22=346 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.76% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75D16 is #18A2E9. Grayscale: #7E7E7E. Windows color (decimal): -1614570 or 1465831. OLE color: 1465831.
HSL color Cylindrical-coordinate representation of color #E75D16: hue angle of 20.38º degrees, saturation: 0.83, 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 #E75D16 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 93 | 22 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.09 |
| HSL | 20.38º | 0.83% | 0.5% | - |
| HSV(B) | 20.38º | 0.9% | 0.91% | - |
| XYZ | 37.01 | 24.88 | 3.61 | - |
| YUV | 126.17 | 69.22 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 93 | 22 | 0 | 0.60 | 0.90 | 0.09 | 20.38 | 0.83 | 0.5 |
| Hex | E7 | 5D | 16 | 0 | 3C | 5A | 9 | 14 | 53 | 32 |
| Octal | 347 | 135 | 26 | 0 | 74 | 132 | 11 | 24 | 123 | 62 |
| Binary | 11100111 | 1011101 | 10110 | 0 | 111100 | 1011010 | 1001 | 10100 | 1010011 | 110010 |
Color Harmonies of #E75D16
Complementary color
Monochromatic Colors of #E75D16
Black with #E75D16
Text Example
Text Example
White with #E75D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75D16; }
p { color: rgb(231,93,22); }
H1.HeaderClassName
{
color: #E75D16;
}
.AnyTagClassName
{
color: #E75D16;
}
</style>
background-color css
<style>
a { background-color: #E75D16; }
a { background-color: rgb(231,93,22); }
div.DivClassName
{
background-color: #E75D16;
}
.BgClassName
{
background-color: #E75D16;
}
</style>
border-color css
<style>
span { border-color: #E75D16; }
span { border-color: rgb(231,93,22); }
td.TdClassName
{
border-color: #E75D16;
}
.TagClassName
{
border-color: #E75D16;
}
</style>