Shades of Persimmon #E95C10
Tints of Persimmon #E95C10
RGB
CMYK
RGB Variations
Color information
#E95C10 (or 0xE95C10) is known color: Persimmon. HEX triplet: E9, 5C and 10. RGB value is (233,92,16). Sum of RGB (Red+Green+Blue) = 233+92+16=341 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.33% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95C10 is #16A3EF. Grayscale: #7D7D7D. Windows color (decimal): -1483760 or 1072361. OLE color: 1072361.
HSL color Cylindrical-coordinate representation of color #E95C10: hue angle of 21.01º 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 #E95C10 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 92 | 16 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.09 |
| HSL | 21.01º | 0.87% | 0.49% | - |
| HSV(B) | 21.01º | 0.93% | 0.91% | - |
| XYZ | 37.52 | 25.02 | 3.34 | - |
| YUV | 125.5 | 66.21 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 92 | 16 | 0 | 0.61 | 0.93 | 0.09 | 21.01 | 0.87 | 0.49 |
| Hex | E9 | 5C | 10 | 0 | 3D | 5D | 9 | 15 | 57 | 31 |
| Octal | 351 | 134 | 20 | 0 | 75 | 135 | 11 | 25 | 127 | 61 |
| Binary | 11101001 | 1011100 | 10000 | 0 | 111101 | 1011101 | 1001 | 10101 | 1010111 | 110001 |
Color Harmonies of #E95C10
Complementary color
Monochromatic Colors of #E95C10
Black with #E95C10
Text Example
Text Example
White with #E95C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95C10; }
p { color: rgb(233,92,16); }
H1.HeaderClassName
{
color: #E95C10;
}
.AnyTagClassName
{
color: #E95C10;
}
</style>
background-color css
<style>
a { background-color: #E95C10; }
a { background-color: rgb(233,92,16); }
div.DivClassName
{
background-color: #E95C10;
}
.BgClassName
{
background-color: #E95C10;
}
</style>
border-color css
<style>
span { border-color: #E95C10; }
span { border-color: rgb(233,92,16); }
td.TdClassName
{
border-color: #E95C10;
}
.TagClassName
{
border-color: #E95C10;
}
</style>