Shades of Persimmon #E75A19
Tints of Persimmon #E75A19
RGB
CMYK
RGB Variations
Color information
#E75A19 (or 0xE75A19) is known color: Persimmon. HEX triplet: E7, 5A and 19. RGB value is (231,90,25). Sum of RGB (Red+Green+Blue) = 231+90+25=346 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.76% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75A19 is #18A5E6. Grayscale: #7D7D7D. Windows color (decimal): -1615335 or 1661671. OLE color: 1661671.
HSL color Cylindrical-coordinate representation of color #E75A19: hue angle of 18.93º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E75A19 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 25 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.09 |
| HSL | 18.93º | 0.81% | 0.5% | - |
| HSV(B) | 18.93º | 0.89% | 0.91% | - |
| XYZ | 36.79 | 24.37 | 3.68 | - |
| YUV | 124.75 | 71.71 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 25 | 0 | 0.61 | 0.89 | 0.09 | 18.93 | 0.81 | 0.5 |
| Hex | E7 | 5A | 19 | 0 | 3D | 59 | 9 | 13 | 51 | 32 |
| Octal | 347 | 132 | 31 | 0 | 75 | 131 | 11 | 23 | 121 | 62 |
| Binary | 11100111 | 1011010 | 11001 | 0 | 111101 | 1011001 | 1001 | 10011 | 1010001 | 110010 |
Color Harmonies of #E75A19
Complementary color
Monochromatic Colors of #E75A19
Black with #E75A19
Text Example
Text Example
White with #E75A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75A19; }
p { color: rgb(231,90,25); }
H1.HeaderClassName
{
color: #E75A19;
}
.AnyTagClassName
{
color: #E75A19;
}
</style>
background-color css
<style>
a { background-color: #E75A19; }
a { background-color: rgb(231,90,25); }
div.DivClassName
{
background-color: #E75A19;
}
.BgClassName
{
background-color: #E75A19;
}
</style>
border-color css
<style>
span { border-color: #E75A19; }
span { border-color: rgb(231,90,25); }
td.TdClassName
{
border-color: #E75A19;
}
.TagClassName
{
border-color: #E75A19;
}
</style>