Shades of Persimmon #E95101
Tints of Persimmon #E95101
RGB
CMYK
RGB Variations
Color information
#E95101 (or 0xE95101) is known color: Persimmon. HEX triplet: E9, 51 and 01. RGB value is (233,81,1). Sum of RGB (Red+Green+Blue) = 233+81+1=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E95101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95101 is #16AEFE. Grayscale: #757575. Windows color (decimal): -1486591 or 86505. OLE color: 86505.
HSL color Cylindrical-coordinate representation of color #E95101: hue angle of 20.69º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E95101 is Cyan = 0, Magento = 0.65, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 1 | - |
| CMYK | 0 | 0.65 | 1.00 | 0.09 |
| HSL | 20.69º | 0.99% | 0.46% | - |
| HSV(B) | 20.69º | 1% | 0.91% | - |
| XYZ | 36.55 | 23.21 | 2.58 | - |
| YUV | 117.33 | 62.36 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 1 | 0 | 0.65 | 1.00 | 0.09 | 20.69 | 0.99 | 0.46 |
| Hex | E9 | 51 | 1 | 0 | 41 | 64 | 9 | 15 | 63 | 2E |
| Octal | 351 | 121 | 1 | 0 | 101 | 144 | 11 | 25 | 143 | 56 |
| Binary | 11101001 | 1010001 | 1 | 0 | 1000001 | 1100100 | 1001 | 10101 | 1100011 | 101110 |
Color Harmonies of #E95101
Complementary color
Monochromatic Colors of #E95101
Black with #E95101
Text Example
Text Example
White with #E95101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95101; }
p { color: rgb(233,81,1); }
H1.HeaderClassName
{
color: #E95101;
}
.AnyTagClassName
{
color: #E95101;
}
</style>
background-color css
<style>
a { background-color: #E95101; }
a { background-color: rgb(233,81,1); }
div.DivClassName
{
background-color: #E95101;
}
.BgClassName
{
background-color: #E95101;
}
</style>
border-color css
<style>
span { border-color: #E95101; }
span { border-color: rgb(233,81,1); }
td.TdClassName
{
border-color: #E95101;
}
.TagClassName
{
border-color: #E95101;
}
</style>