Shades of Persimmon #E75A07
Tints of Persimmon #E75A07
RGB
CMYK
RGB Variations
Color information
#E75A07 (or 0xE75A07) is known color: Persimmon. HEX triplet: E7, 5A and 07. RGB value is (231,90,7). Sum of RGB (Red+Green+Blue) = 231+90+7=328 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.43% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75A07 is #18A5F8. Grayscale: #7B7B7B. Windows color (decimal): -1615353 or 482023. OLE color: 482023.
HSL color Cylindrical-coordinate representation of color #E75A07: hue angle of 22.23º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E75A07 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 7 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.09 |
| HSL | 22.23º | 0.94% | 0.47% | - |
| HSV(B) | 22.23º | 0.97% | 0.91% | - |
| XYZ | 36.65 | 24.32 | 2.96 | - |
| YUV | 122.7 | 62.71 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 7 | 0 | 0.61 | 0.97 | 0.09 | 22.23 | 0.94 | 0.47 |
| Hex | E7 | 5A | 7 | 0 | 3D | 61 | 9 | 16 | 5E | 2F |
| Octal | 347 | 132 | 7 | 0 | 75 | 141 | 11 | 26 | 136 | 57 |
| Binary | 11100111 | 1011010 | 111 | 0 | 111101 | 1100001 | 1001 | 10110 | 1011110 | 101111 |
Color Harmonies of #E75A07
Complementary color
Monochromatic Colors of #E75A07
Black with #E75A07
Text Example
Text Example
White with #E75A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75A07; }
p { color: rgb(231,90,7); }
H1.HeaderClassName
{
color: #E75A07;
}
.AnyTagClassName
{
color: #E75A07;
}
</style>
background-color css
<style>
a { background-color: #E75A07; }
a { background-color: rgb(231,90,7); }
div.DivClassName
{
background-color: #E75A07;
}
.BgClassName
{
background-color: #E75A07;
}
</style>
border-color css
<style>
span { border-color: #E75A07; }
span { border-color: rgb(231,90,7); }
td.TdClassName
{
border-color: #E75A07;
}
.TagClassName
{
border-color: #E75A07;
}
</style>