Shades of Persimmon #E95D14
Tints of Persimmon #E95D14
RGB
CMYK
RGB Variations
Color information
#E95D14 (or 0xE95D14) is known color: Persimmon. HEX triplet: E9, 5D and 14. RGB value is (233,93,20). Sum of RGB (Red+Green+Blue) = 233+93+20=346 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.34% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 233 - color contains mainly: red. Hex color #E95D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95D14 is #16A2EB. Grayscale: #7E7E7E. Windows color (decimal): -1483500 or 1334761. OLE color: 1334761.
HSL color Cylindrical-coordinate representation of color #E95D14: hue angle of 20.56º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E95D14 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 93 | 20 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.09 |
| HSL | 20.56º | 0.84% | 0.5% | - |
| HSV(B) | 20.56º | 0.91% | 0.91% | - |
| XYZ | 37.64 | 25.2 | 3.54 | - |
| YUV | 126.54 | 67.88 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 20 | 0 | 0.60 | 0.91 | 0.09 | 20.56 | 0.84 | 0.5 |
| Hex | E9 | 5D | 14 | 0 | 3C | 5B | 9 | 15 | 54 | 32 |
| Octal | 351 | 135 | 24 | 0 | 74 | 133 | 11 | 25 | 124 | 62 |
| Binary | 11101001 | 1011101 | 10100 | 0 | 111100 | 1011011 | 1001 | 10101 | 1010100 | 110010 |
Color Harmonies of #E95D14
Complementary color
Monochromatic Colors of #E95D14
Black with #E95D14
Text Example
Text Example
White with #E95D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95D14; }
p { color: rgb(233,93,20); }
H1.HeaderClassName
{
color: #E95D14;
}
.AnyTagClassName
{
color: #E95D14;
}
</style>
background-color css
<style>
a { background-color: #E95D14; }
a { background-color: rgb(233,93,20); }
div.DivClassName
{
background-color: #E95D14;
}
.BgClassName
{
background-color: #E95D14;
}
</style>
border-color css
<style>
span { border-color: #E95D14; }
span { border-color: rgb(233,93,20); }
td.TdClassName
{
border-color: #E95D14;
}
.TagClassName
{
border-color: #E95D14;
}
</style>