Shades of Persimmon #E75D09
Tints of Persimmon #E75D09
RGB
CMYK
RGB Variations
Color information
#E75D09 (or 0xE75D09) is known color: Persimmon. HEX triplet: E7, 5D and 09. RGB value is (231,93,9). Sum of RGB (Red+Green+Blue) = 231+93+9=333 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.37% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 9 (3.91% from 255 or 2.70% from 333); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75D09 is #18A2F6. Grayscale: #7D7D7D. Windows color (decimal): -1614583 or 613863. OLE color: 613863.
HSL color Cylindrical-coordinate representation of color #E75D09: hue angle of 22.7º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E75D09 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 93 | 9 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.09 |
| HSL | 22.7º | 0.93% | 0.47% | - |
| HSV(B) | 22.7º | 0.96% | 0.91% | - |
| XYZ | 36.92 | 24.84 | 3.11 | - |
| YUV | 124.69 | 62.72 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 93 | 9 | 0 | 0.60 | 0.96 | 0.09 | 22.7 | 0.93 | 0.47 |
| Hex | E7 | 5D | 9 | 0 | 3C | 60 | 9 | 17 | 5C | 2F |
| Octal | 347 | 135 | 11 | 0 | 74 | 140 | 11 | 27 | 134 | 57 |
| Binary | 11100111 | 1011101 | 1001 | 0 | 111100 | 1100000 | 1001 | 10111 | 1011100 | 101111 |
Color Harmonies of #E75D09
Complementary color
Monochromatic Colors of #E75D09
Black with #E75D09
Text Example
Text Example
White with #E75D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75D09; }
p { color: rgb(231,93,9); }
H1.HeaderClassName
{
color: #E75D09;
}
.AnyTagClassName
{
color: #E75D09;
}
</style>
background-color css
<style>
a { background-color: #E75D09; }
a { background-color: rgb(231,93,9); }
div.DivClassName
{
background-color: #E75D09;
}
.BgClassName
{
background-color: #E75D09;
}
</style>
border-color css
<style>
span { border-color: #E75D09; }
span { border-color: rgb(231,93,9); }
td.TdClassName
{
border-color: #E75D09;
}
.TagClassName
{
border-color: #E75D09;
}
</style>