Shades of Persimmon #E95010
Tints of Persimmon #E95010
RGB
CMYK
RGB Variations
Color information
#E95010 (or 0xE95010) is known color: Persimmon. HEX triplet: E9, 50 and 10. RGB value is (233,80,16). Sum of RGB (Red+Green+Blue) = 233+80+16=329 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.82% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 233 - color contains mainly: red. Hex color #E95010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95010 is #16AFEF. Grayscale: #767676. Windows color (decimal): -1486832 or 1069289. OLE color: 1069289.
HSL color Cylindrical-coordinate representation of color #E95010: hue angle of 17.7º 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 #E95010 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 16 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.09 |
| HSL | 17.7º | 0.87% | 0.49% | - |
| HSV(B) | 17.7º | 0.93% | 0.91% | - |
| XYZ | 36.57 | 23.1 | 3.02 | - |
| YUV | 118.45 | 70.19 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 16 | 0 | 0.66 | 0.93 | 0.09 | 17.7 | 0.87 | 0.49 |
| Hex | E9 | 50 | 10 | 0 | 42 | 5D | 9 | 12 | 57 | 31 |
| Octal | 351 | 120 | 20 | 0 | 102 | 135 | 11 | 22 | 127 | 61 |
| Binary | 11101001 | 1010000 | 10000 | 0 | 1000010 | 1011101 | 1001 | 10010 | 1010111 | 110001 |
Color Harmonies of #E95010
Complementary color
Monochromatic Colors of #E95010
Black with #E95010
Text Example
Text Example
White with #E95010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95010; }
p { color: rgb(233,80,16); }
H1.HeaderClassName
{
color: #E95010;
}
.AnyTagClassName
{
color: #E95010;
}
</style>
background-color css
<style>
a { background-color: #E95010; }
a { background-color: rgb(233,80,16); }
div.DivClassName
{
background-color: #E95010;
}
.BgClassName
{
background-color: #E95010;
}
</style>
border-color css
<style>
span { border-color: #E95010; }
span { border-color: rgb(233,80,16); }
td.TdClassName
{
border-color: #E95010;
}
.TagClassName
{
border-color: #E95010;
}
</style>