Shades of Persimmon #E6640C
Tints of Persimmon #E6640C
RGB
CMYK
RGB Variations
Color information
#E6640C (or 0xE6640C) is known color: Persimmon. HEX triplet: E6, 64 and 0C. RGB value is (230,100,12). Sum of RGB (Red+Green+Blue) = 230+100+12=342 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.25% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 230 - color contains mainly: red. Hex color #E6640C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6640C is #199BF3. Grayscale: #818181. Windows color (decimal): -1678324 or 812262. OLE color: 812262.
HSL color Cylindrical-coordinate representation of color #E6640C: hue angle of 24.22º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6640C is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 100 | 12 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.10 |
| HSL | 24.22º | 0.9% | 0.47% | - |
| HSV(B) | 24.22º | 0.95% | 0.9% | - |
| XYZ | 37.26 | 25.96 | 3.4 | - |
| YUV | 128.84 | 62.07 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 100 | 12 | 0 | 0.57 | 0.95 | 0.10 | 24.22 | 0.9 | 0.47 |
| Hex | E6 | 64 | C | 0 | 39 | 5F | A | 18 | 5A | 2F |
| Octal | 346 | 144 | 14 | 0 | 71 | 137 | 12 | 30 | 132 | 57 |
| Binary | 11100110 | 1100100 | 1100 | 0 | 111001 | 1011111 | 1010 | 11000 | 1011010 | 101111 |
Color Harmonies of #E6640C
Complementary color
Monochromatic Colors of #E6640C
Black with #E6640C
Text Example
Text Example
White with #E6640C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6640C; }
p { color: rgb(230,100,12); }
H1.HeaderClassName
{
color: #E6640C;
}
.AnyTagClassName
{
color: #E6640C;
}
</style>
background-color css
<style>
a { background-color: #E6640C; }
a { background-color: rgb(230,100,12); }
div.DivClassName
{
background-color: #E6640C;
}
.BgClassName
{
background-color: #E6640C;
}
</style>
border-color css
<style>
span { border-color: #E6640C; }
span { border-color: rgb(230,100,12); }
td.TdClassName
{
border-color: #E6640C;
}
.TagClassName
{
border-color: #E6640C;
}
</style>