Shades of Persimmon #E95018
Tints of Persimmon #E95018
RGB
CMYK
RGB Variations
Color information
#E95018 (or 0xE95018) is known color: Persimmon. HEX triplet: E9, 50 and 18. RGB value is (233,80,24). Sum of RGB (Red+Green+Blue) = 233+80+24=337 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.14% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 233 - color contains mainly: red. Hex color #E95018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95018 is #16AFE7. Grayscale: #777777. Windows color (decimal): -1486824 or 1593577. OLE color: 1593577.
HSL color Cylindrical-coordinate representation of color #E95018: hue angle of 16.08º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E95018 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 24 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.09 |
| HSL | 16.08º | 0.83% | 0.5% | - |
| HSV(B) | 16.08º | 0.9% | 0.91% | - |
| XYZ | 36.64 | 23.13 | 3.4 | - |
| YUV | 119.36 | 74.19 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 24 | 0 | 0.66 | 0.90 | 0.09 | 16.08 | 0.83 | 0.5 |
| Hex | E9 | 50 | 18 | 0 | 42 | 5A | 9 | 10 | 53 | 32 |
| Octal | 351 | 120 | 30 | 0 | 102 | 132 | 11 | 20 | 123 | 62 |
| Binary | 11101001 | 1010000 | 11000 | 0 | 1000010 | 1011010 | 1001 | 10000 | 1010011 | 110010 |
Color Harmonies of #E95018
Complementary color
Monochromatic Colors of #E95018
Black with #E95018
Text Example
Text Example
White with #E95018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95018; }
p { color: rgb(233,80,24); }
H1.HeaderClassName
{
color: #E95018;
}
.AnyTagClassName
{
color: #E95018;
}
</style>
background-color css
<style>
a { background-color: #E95018; }
a { background-color: rgb(233,80,24); }
div.DivClassName
{
background-color: #E95018;
}
.BgClassName
{
background-color: #E95018;
}
</style>
border-color css
<style>
span { border-color: #E95018; }
span { border-color: rgb(233,80,24); }
td.TdClassName
{
border-color: #E95018;
}
.TagClassName
{
border-color: #E95018;
}
</style>