Shades of Persimmon #E96101
Tints of Persimmon #E96101
RGB
CMYK
RGB Variations
Color information
#E96101 (or 0xE96101) is known color: Persimmon. HEX triplet: E9, 61 and 01. RGB value is (233,97,1). Sum of RGB (Red+Green+Blue) = 233+97+1=331 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.39% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 233 - color contains mainly: red. Hex color #E96101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96101 is #169EFE. Grayscale: #7F7F7F. Windows color (decimal): -1482495 or 90601. OLE color: 90601.
HSL color Cylindrical-coordinate representation of color #E96101: hue angle of 24.83º 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 #E96101 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 97 | 1 | - |
| CMYK | 0 | 0.58 | 1.00 | 0.09 |
| HSL | 24.83º | 0.99% | 0.46% | - |
| HSV(B) | 24.83º | 1% | 0.91% | - |
| XYZ | 37.88 | 25.88 | 3.03 | - |
| YUV | 126.72 | 57.06 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 97 | 1 | 0 | 0.58 | 1.00 | 0.09 | 24.83 | 0.99 | 0.46 |
| Hex | E9 | 61 | 1 | 0 | 3A | 64 | 9 | 19 | 63 | 2E |
| Octal | 351 | 141 | 1 | 0 | 72 | 144 | 11 | 31 | 143 | 56 |
| Binary | 11101001 | 1100001 | 1 | 0 | 111010 | 1100100 | 1001 | 11001 | 1100011 | 101110 |
Color Harmonies of #E96101
Complementary color
Monochromatic Colors of #E96101
Black with #E96101
Text Example
Text Example
White with #E96101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96101; }
p { color: rgb(233,97,1); }
H1.HeaderClassName
{
color: #E96101;
}
.AnyTagClassName
{
color: #E96101;
}
</style>
background-color css
<style>
a { background-color: #E96101; }
a { background-color: rgb(233,97,1); }
div.DivClassName
{
background-color: #E96101;
}
.BgClassName
{
background-color: #E96101;
}
</style>
border-color css
<style>
span { border-color: #E96101; }
span { border-color: rgb(233,97,1); }
td.TdClassName
{
border-color: #E96101;
}
.TagClassName
{
border-color: #E96101;
}
</style>