Shades of Persimmon #E95F18
Tints of Persimmon #E95F18
RGB
CMYK
RGB Variations
Color information
#E95F18 (or 0xE95F18) is known color: Persimmon. HEX triplet: E9, 5F and 18. RGB value is (233,95,24). Sum of RGB (Red+Green+Blue) = 233+95+24=352 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.19% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95F18 is #16A0E7. Grayscale: #808080. Windows color (decimal): -1482984 or 1597417. OLE color: 1597417.
HSL color Cylindrical-coordinate representation of color #E95F18: hue angle of 20.38º 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 #E95F18 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 95 | 24 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.09 |
| HSL | 20.38º | 0.83% | 0.5% | - |
| HSV(B) | 20.38º | 0.9% | 0.91% | - |
| XYZ | 37.86 | 25.57 | 3.8 | - |
| YUV | 128.17 | 69.22 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 95 | 24 | 0 | 0.59 | 0.90 | 0.09 | 20.38 | 0.83 | 0.5 |
| Hex | E9 | 5F | 18 | 0 | 3B | 5A | 9 | 14 | 53 | 32 |
| Octal | 351 | 137 | 30 | 0 | 73 | 132 | 11 | 24 | 123 | 62 |
| Binary | 11101001 | 1011111 | 11000 | 0 | 111011 | 1011010 | 1001 | 10100 | 1010011 | 110010 |
Color Harmonies of #E95F18
Complementary color
Monochromatic Colors of #E95F18
Black with #E95F18
Text Example
Text Example
White with #E95F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95F18; }
p { color: rgb(233,95,24); }
H1.HeaderClassName
{
color: #E95F18;
}
.AnyTagClassName
{
color: #E95F18;
}
</style>
background-color css
<style>
a { background-color: #E95F18; }
a { background-color: rgb(233,95,24); }
div.DivClassName
{
background-color: #E95F18;
}
.BgClassName
{
background-color: #E95F18;
}
</style>
border-color css
<style>
span { border-color: #E95F18; }
span { border-color: rgb(233,95,24); }
td.TdClassName
{
border-color: #E95F18;
}
.TagClassName
{
border-color: #E95F18;
}
</style>