Shades of Persimmon #E95E10
Tints of Persimmon #E95E10
RGB
CMYK
RGB Variations
Color information
#E95E10 (or 0xE95E10) is known color: Persimmon. HEX triplet: E9, 5E and 10. RGB value is (233,94,16). Sum of RGB (Red+Green+Blue) = 233+94+16=343 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.93% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 233 - color contains mainly: red. Hex color #E95E10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95E10 is #16A1EF. Grayscale: #7F7F7F. Windows color (decimal): -1483248 or 1072873. OLE color: 1072873.
HSL color Cylindrical-coordinate representation of color #E95E10: hue angle of 21.57º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E95E10 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 94 | 16 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.09 |
| HSL | 21.57º | 0.87% | 0.49% | - |
| HSV(B) | 21.57º | 0.93% | 0.91% | - |
| XYZ | 37.7 | 25.37 | 3.4 | - |
| YUV | 126.67 | 65.55 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 94 | 16 | 0 | 0.60 | 0.93 | 0.09 | 21.57 | 0.87 | 0.49 |
| Hex | E9 | 5E | 10 | 0 | 3C | 5D | 9 | 16 | 57 | 31 |
| Octal | 351 | 136 | 20 | 0 | 74 | 135 | 11 | 26 | 127 | 61 |
| Binary | 11101001 | 1011110 | 10000 | 0 | 111100 | 1011101 | 1001 | 10110 | 1010111 | 110001 |
Color Harmonies of #E95E10
Complementary color
Monochromatic Colors of #E95E10
Black with #E95E10
Text Example
Text Example
White with #E95E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95E10; }
p { color: rgb(233,94,16); }
H1.HeaderClassName
{
color: #E95E10;
}
.AnyTagClassName
{
color: #E95E10;
}
</style>
background-color css
<style>
a { background-color: #E95E10; }
a { background-color: rgb(233,94,16); }
div.DivClassName
{
background-color: #E95E10;
}
.BgClassName
{
background-color: #E95E10;
}
</style>
border-color css
<style>
span { border-color: #E95E10; }
span { border-color: rgb(233,94,16); }
td.TdClassName
{
border-color: #E95E10;
}
.TagClassName
{
border-color: #E95E10;
}
</style>