Shades of Persimmon #E95201
Tints of Persimmon #E95201
RGB
CMYK
RGB Variations
Color information
#E95201 (or 0xE95201) is known color: Persimmon. HEX triplet: E9, 52 and 01. RGB value is (233,82,1). Sum of RGB (Red+Green+Blue) = 233+82+1=316 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.73% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 233 - color contains mainly: red. Hex color #E95201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95201 is #16ADFE. Grayscale: #767676. Windows color (decimal): -1486335 or 86761. OLE color: 86761.
HSL color Cylindrical-coordinate representation of color #E95201: hue angle of 20.95º 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 #E95201 is Cyan = 0, Magento = 0.65, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 1 | - |
| CMYK | 0 | 0.65 | 1.00 | 0.09 |
| HSL | 20.95º | 0.99% | 0.46% | - |
| HSV(B) | 20.95º | 1% | 0.91% | - |
| XYZ | 36.63 | 23.36 | 2.61 | - |
| YUV | 117.92 | 62.03 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 1 | 0 | 0.65 | 1.00 | 0.09 | 20.95 | 0.99 | 0.46 |
| Hex | E9 | 52 | 1 | 0 | 41 | 64 | 9 | 15 | 63 | 2E |
| Octal | 351 | 122 | 1 | 0 | 101 | 144 | 11 | 25 | 143 | 56 |
| Binary | 11101001 | 1010010 | 1 | 0 | 1000001 | 1100100 | 1001 | 10101 | 1100011 | 101110 |
Color Harmonies of #E95201
Complementary color
Monochromatic Colors of #E95201
Black with #E95201
Text Example
Text Example
White with #E95201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95201; }
p { color: rgb(233,82,1); }
H1.HeaderClassName
{
color: #E95201;
}
.AnyTagClassName
{
color: #E95201;
}
</style>
background-color css
<style>
a { background-color: #E95201; }
a { background-color: rgb(233,82,1); }
div.DivClassName
{
background-color: #E95201;
}
.BgClassName
{
background-color: #E95201;
}
</style>
border-color css
<style>
span { border-color: #E95201; }
span { border-color: rgb(233,82,1); }
td.TdClassName
{
border-color: #E95201;
}
.TagClassName
{
border-color: #E95201;
}
</style>