Shades of Persimmon #E95314
Tints of Persimmon #E95314
RGB
CMYK
RGB Variations
Color information
#E95314 (or 0xE95314) is known color: Persimmon. HEX triplet: E9, 53 and 14. RGB value is (233,83,20). Sum of RGB (Red+Green+Blue) = 233+83+20=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E95314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95314 is #16ACEB. Grayscale: #797979. Windows color (decimal): -1486060 or 1332201. OLE color: 1332201.
HSL color Cylindrical-coordinate representation of color #E95314: hue angle of 17.75º 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 #E95314 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 20 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.09 |
| HSL | 17.75º | 0.84% | 0.5% | - |
| HSV(B) | 17.75º | 0.91% | 0.91% | - |
| XYZ | 36.82 | 23.56 | 3.27 | - |
| YUV | 120.67 | 71.2 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 20 | 0 | 0.64 | 0.91 | 0.09 | 17.75 | 0.84 | 0.5 |
| Hex | E9 | 53 | 14 | 0 | 40 | 5B | 9 | 12 | 54 | 32 |
| Octal | 351 | 123 | 24 | 0 | 100 | 133 | 11 | 22 | 124 | 62 |
| Binary | 11101001 | 1010011 | 10100 | 0 | 1000000 | 1011011 | 1001 | 10010 | 1010100 | 110010 |
Color Harmonies of #E95314
Complementary color
Monochromatic Colors of #E95314
Black with #E95314
Text Example
Text Example
White with #E95314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95314; }
p { color: rgb(233,83,20); }
H1.HeaderClassName
{
color: #E95314;
}
.AnyTagClassName
{
color: #E95314;
}
</style>
background-color css
<style>
a { background-color: #E95314; }
a { background-color: rgb(233,83,20); }
div.DivClassName
{
background-color: #E95314;
}
.BgClassName
{
background-color: #E95314;
}
</style>
border-color css
<style>
span { border-color: #E95314; }
span { border-color: rgb(233,83,20); }
td.TdClassName
{
border-color: #E95314;
}
.TagClassName
{
border-color: #E95314;
}
</style>