Shades of Persimmon #E64C15
Tints of Persimmon #E64C15
RGB
CMYK
RGB Variations
Color information
#E64C15 (or 0xE64C15) is known color: Persimmon. HEX triplet: E6, 4C and 15. RGB value is (230,76,21). Sum of RGB (Red+Green+Blue) = 230+76+21=327 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.34% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64C15 is #19B3EA. Grayscale: #747474. Windows color (decimal): -1684459 or 1395942. OLE color: 1395942.
HSL color Cylindrical-coordinate representation of color #E64C15: hue angle of 15.79º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E64C15 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 21 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.10 |
| HSL | 15.79º | 0.83% | 0.49% | - |
| HSV(B) | 15.79º | 0.91% | 0.9% | - |
| XYZ | 35.35 | 22.05 | 3.1 | - |
| YUV | 115.78 | 74.52 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 21 | 0 | 0.67 | 0.91 | 0.10 | 15.79 | 0.83 | 0.49 |
| Hex | E6 | 4C | 15 | 0 | 43 | 5B | A | 10 | 53 | 31 |
| Octal | 346 | 114 | 25 | 0 | 103 | 133 | 12 | 20 | 123 | 61 |
| Binary | 11100110 | 1001100 | 10101 | 0 | 1000011 | 1011011 | 1010 | 10000 | 1010011 | 110001 |
Color Harmonies of #E64C15
Complementary color
Monochromatic Colors of #E64C15
Black with #E64C15
Text Example
Text Example
White with #E64C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64C15; }
p { color: rgb(230,76,21); }
H1.HeaderClassName
{
color: #E64C15;
}
.AnyTagClassName
{
color: #E64C15;
}
</style>
background-color css
<style>
a { background-color: #E64C15; }
a { background-color: rgb(230,76,21); }
div.DivClassName
{
background-color: #E64C15;
}
.BgClassName
{
background-color: #E64C15;
}
</style>
border-color css
<style>
span { border-color: #E64C15; }
span { border-color: rgb(230,76,21); }
td.TdClassName
{
border-color: #E64C15;
}
.TagClassName
{
border-color: #E64C15;
}
</style>