Shades of Persimmon #E74705
Tints of Persimmon #E74705
RGB
CMYK
RGB Variations
Color information
#E74705 (or 0xE74705) is known color: Persimmon. HEX triplet: E7, 47 and 05. RGB value is (231,71,5). Sum of RGB (Red+Green+Blue) = 231+71+5=307 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.24% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 231 - color contains mainly: red. Hex color #E74705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74705 is #18B8FA. Grayscale: #6F6F6F. Windows color (decimal): -1620219 or 346087. OLE color: 346087.
HSL color Cylindrical-coordinate representation of color #E74705: hue angle of 17.52º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E74705 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 71 | 5 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.09 |
| HSL | 17.52º | 0.96% | 0.46% | - |
| HSV(B) | 17.52º | 0.98% | 0.91% | - |
| XYZ | 35.24 | 21.51 | 2.44 | - |
| YUV | 111.32 | 68.01 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 71 | 5 | 0 | 0.69 | 0.98 | 0.09 | 17.52 | 0.96 | 0.46 |
| Hex | E7 | 47 | 5 | 0 | 45 | 62 | 9 | 12 | 60 | 2E |
| Octal | 347 | 107 | 5 | 0 | 105 | 142 | 11 | 22 | 140 | 56 |
| Binary | 11100111 | 1000111 | 101 | 0 | 1000101 | 1100010 | 1001 | 10010 | 1100000 | 101110 |
Color Harmonies of #E74705
Complementary color
Monochromatic Colors of #E74705
Black with #E74705
Text Example
Text Example
White with #E74705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74705; }
p { color: rgb(231,71,5); }
H1.HeaderClassName
{
color: #E74705;
}
.AnyTagClassName
{
color: #E74705;
}
</style>
background-color css
<style>
a { background-color: #E74705; }
a { background-color: rgb(231,71,5); }
div.DivClassName
{
background-color: #E74705;
}
.BgClassName
{
background-color: #E74705;
}
</style>
border-color css
<style>
span { border-color: #E74705; }
span { border-color: rgb(231,71,5); }
td.TdClassName
{
border-color: #E74705;
}
.TagClassName
{
border-color: #E74705;
}
</style>