Shades of Persimmon #E7640F
Tints of Persimmon #E7640F
RGB
CMYK
RGB Variations
Color information
#E7640F (or 0xE7640F) is known color: Persimmon. HEX triplet: E7, 64 and 0F. RGB value is (231,100,15). Sum of RGB (Red+Green+Blue) = 231+100+15=346 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.76% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 231 - color contains mainly: red. Hex color #E7640F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7640F is #189BF0. Grayscale: #818181. Windows color (decimal): -1612785 or 1008871. OLE color: 1008871.
HSL color Cylindrical-coordinate representation of color #E7640F: hue angle of 23.61º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7640F is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 15 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.09 |
| HSL | 23.61º | 0.88% | 0.48% | - |
| HSV(B) | 23.61º | 0.94% | 0.91% | - |
| XYZ | 37.6 | 26.14 | 3.52 | - |
| YUV | 129.48 | 63.4 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 15 | 0 | 0.57 | 0.94 | 0.09 | 23.61 | 0.88 | 0.48 |
| Hex | E7 | 64 | F | 0 | 39 | 5E | 9 | 18 | 58 | 30 |
| Octal | 347 | 144 | 17 | 0 | 71 | 136 | 11 | 30 | 130 | 60 |
| Binary | 11100111 | 1100100 | 1111 | 0 | 111001 | 1011110 | 1001 | 11000 | 1011000 | 110000 |
Color Harmonies of #E7640F
Complementary color
Monochromatic Colors of #E7640F
Black with #E7640F
Text Example
Text Example
White with #E7640F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7640F; }
p { color: rgb(231,100,15); }
H1.HeaderClassName
{
color: #E7640F;
}
.AnyTagClassName
{
color: #E7640F;
}
</style>
background-color css
<style>
a { background-color: #E7640F; }
a { background-color: rgb(231,100,15); }
div.DivClassName
{
background-color: #E7640F;
}
.BgClassName
{
background-color: #E7640F;
}
</style>
border-color css
<style>
span { border-color: #E7640F; }
span { border-color: rgb(231,100,15); }
td.TdClassName
{
border-color: #E7640F;
}
.TagClassName
{
border-color: #E7640F;
}
</style>