Shades of Persimmon #E7640C
Tints of Persimmon #E7640C
RGB
CMYK
RGB Variations
Color information
#E7640C (or 0xE7640C) is known color: Persimmon. HEX triplet: E7, 64 and 0C. RGB value is (231,100,12). Sum of RGB (Red+Green+Blue) = 231+100+12=343 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.35% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 231 - color contains mainly: red. Hex color #E7640C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7640C is #189BF3. Grayscale: #818181. Windows color (decimal): -1612788 or 812263. OLE color: 812263.
HSL color Cylindrical-coordinate representation of color #E7640C: hue angle of 24.11º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7640C is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 12 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.09 |
| HSL | 24.11º | 0.9% | 0.48% | - |
| HSV(B) | 24.11º | 0.95% | 0.91% | - |
| XYZ | 37.58 | 26.13 | 3.41 | - |
| YUV | 129.14 | 61.9 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 12 | 0 | 0.57 | 0.95 | 0.09 | 24.11 | 0.9 | 0.48 |
| Hex | E7 | 64 | C | 0 | 39 | 5F | 9 | 18 | 5A | 30 |
| Octal | 347 | 144 | 14 | 0 | 71 | 137 | 11 | 30 | 132 | 60 |
| Binary | 11100111 | 1100100 | 1100 | 0 | 111001 | 1011111 | 1001 | 11000 | 1011010 | 110000 |
Color Harmonies of #E7640C
Complementary color
Monochromatic Colors of #E7640C
Black with #E7640C
Text Example
Text Example
White with #E7640C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7640C; }
p { color: rgb(231,100,12); }
H1.HeaderClassName
{
color: #E7640C;
}
.AnyTagClassName
{
color: #E7640C;
}
</style>
background-color css
<style>
a { background-color: #E7640C; }
a { background-color: rgb(231,100,12); }
div.DivClassName
{
background-color: #E7640C;
}
.BgClassName
{
background-color: #E7640C;
}
</style>
border-color css
<style>
span { border-color: #E7640C; }
span { border-color: rgb(231,100,12); }
td.TdClassName
{
border-color: #E7640C;
}
.TagClassName
{
border-color: #E7640C;
}
</style>