Shades of Persimmon #E95105
Tints of Persimmon #E95105
RGB
CMYK
RGB Variations
Color information
#E95105 (or 0xE95105) is known color: Persimmon. HEX triplet: E9, 51 and 05. RGB value is (233,81,5). Sum of RGB (Red+Green+Blue) = 233+81+5=319 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.04% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 233 - color contains mainly: red. Hex color #E95105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95105 is #16AEFA. Grayscale: #767676. Windows color (decimal): -1486587 or 348649. OLE color: 348649.
HSL color Cylindrical-coordinate representation of color #E95105: hue angle of 20º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E95105 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 5 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.09 |
| HSL | 20º | 0.96% | 0.47% | - |
| HSV(B) | 20º | 0.98% | 0.91% | - |
| XYZ | 36.57 | 23.22 | 2.7 | - |
| YUV | 117.78 | 64.36 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 5 | 0 | 0.65 | 0.98 | 0.09 | 20 | 0.96 | 0.47 |
| Hex | E9 | 51 | 5 | 0 | 41 | 62 | 9 | 14 | 60 | 2F |
| Octal | 351 | 121 | 5 | 0 | 101 | 142 | 11 | 24 | 140 | 57 |
| Binary | 11101001 | 1010001 | 101 | 0 | 1000001 | 1100010 | 1001 | 10100 | 1100000 | 101111 |
Color Harmonies of #E95105
Complementary color
Monochromatic Colors of #E95105
Black with #E95105
Text Example
Text Example
White with #E95105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95105; }
p { color: rgb(233,81,5); }
H1.HeaderClassName
{
color: #E95105;
}
.AnyTagClassName
{
color: #E95105;
}
</style>
background-color css
<style>
a { background-color: #E95105; }
a { background-color: rgb(233,81,5); }
div.DivClassName
{
background-color: #E95105;
}
.BgClassName
{
background-color: #E95105;
}
</style>
border-color css
<style>
span { border-color: #E95105; }
span { border-color: rgb(233,81,5); }
td.TdClassName
{
border-color: #E95105;
}
.TagClassName
{
border-color: #E95105;
}
</style>