Shades of Persimmon #E95015
Tints of Persimmon #E95015
RGB
CMYK
RGB Variations
Color information
#E95015 (or 0xE95015) is known color: Persimmon. HEX triplet: E9, 50 and 15. RGB value is (233,80,21). Sum of RGB (Red+Green+Blue) = 233+80+21=334 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.76% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 233 - color contains mainly: red. Hex color #E95015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95015 is #16AFEA. Grayscale: #777777. Windows color (decimal): -1486827 or 1396969. OLE color: 1396969.
HSL color Cylindrical-coordinate representation of color #E95015: hue angle of 16.7º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E95015 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 21 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.09 |
| HSL | 16.7º | 0.83% | 0.5% | - |
| HSV(B) | 16.7º | 0.91% | 0.91% | - |
| XYZ | 36.61 | 23.12 | 3.24 | - |
| YUV | 119.02 | 72.69 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 21 | 0 | 0.66 | 0.91 | 0.09 | 16.7 | 0.83 | 0.5 |
| Hex | E9 | 50 | 15 | 0 | 42 | 5B | 9 | 11 | 53 | 32 |
| Octal | 351 | 120 | 25 | 0 | 102 | 133 | 11 | 21 | 123 | 62 |
| Binary | 11101001 | 1010000 | 10101 | 0 | 1000010 | 1011011 | 1001 | 10001 | 1010011 | 110010 |
Color Harmonies of #E95015
Complementary color
Monochromatic Colors of #E95015
Black with #E95015
Text Example
Text Example
White with #E95015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95015; }
p { color: rgb(233,80,21); }
H1.HeaderClassName
{
color: #E95015;
}
.AnyTagClassName
{
color: #E95015;
}
</style>
background-color css
<style>
a { background-color: #E95015; }
a { background-color: rgb(233,80,21); }
div.DivClassName
{
background-color: #E95015;
}
.BgClassName
{
background-color: #E95015;
}
</style>
border-color css
<style>
span { border-color: #E95015; }
span { border-color: rgb(233,80,21); }
td.TdClassName
{
border-color: #E95015;
}
.TagClassName
{
border-color: #E95015;
}
</style>