Shades of Persimmon #E95407
Tints of Persimmon #E95407
RGB
CMYK
RGB Variations
Color information
#E95407 (or 0xE95407) is known color: Persimmon. HEX triplet: E9, 54 and 07. RGB value is (233,84,7). Sum of RGB (Red+Green+Blue) = 233+84+7=324 (42% of max value = 765). Red value is 233 (91.41% from 255 or 71.91% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 233 - color contains mainly: red. Hex color #E95407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95407 is #16ABF8. Grayscale: #787878. Windows color (decimal): -1485817 or 480489. OLE color: 480489.
HSL color Cylindrical-coordinate representation of color #E95407: hue angle of 20.44º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E95407 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 7 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.09 |
| HSL | 20.44º | 0.94% | 0.47% | - |
| HSV(B) | 20.44º | 0.97% | 0.91% | - |
| XYZ | 36.81 | 23.68 | 2.83 | - |
| YUV | 119.77 | 64.36 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 7 | 0 | 0.64 | 0.97 | 0.09 | 20.44 | 0.94 | 0.47 |
| Hex | E9 | 54 | 7 | 0 | 40 | 61 | 9 | 14 | 5E | 2F |
| Octal | 351 | 124 | 7 | 0 | 100 | 141 | 11 | 24 | 136 | 57 |
| Binary | 11101001 | 1010100 | 111 | 0 | 1000000 | 1100001 | 1001 | 10100 | 1011110 | 101111 |
Color Harmonies of #E95407
Complementary color
Monochromatic Colors of #E95407
Black with #E95407
Text Example
Text Example
White with #E95407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95407; }
p { color: rgb(233,84,7); }
H1.HeaderClassName
{
color: #E95407;
}
.AnyTagClassName
{
color: #E95407;
}
</style>
background-color css
<style>
a { background-color: #E95407; }
a { background-color: rgb(233,84,7); }
div.DivClassName
{
background-color: #E95407;
}
.BgClassName
{
background-color: #E95407;
}
</style>
border-color css
<style>
span { border-color: #E95407; }
span { border-color: rgb(233,84,7); }
td.TdClassName
{
border-color: #E95407;
}
.TagClassName
{
border-color: #E95407;
}
</style>