Shades of Persimmon #E64C0D
Tints of Persimmon #E64C0D
RGB
CMYK
RGB Variations
Color information
#E64C0D (or 0xE64C0D) is known color: Persimmon. HEX triplet: E6, 4C and 0D. RGB value is (230,76,13). Sum of RGB (Red+Green+Blue) = 230+76+13=319 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.10% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64C0D is #19B3F2. Grayscale: #737373. Windows color (decimal): -1684467 or 871654. OLE color: 871654.
HSL color Cylindrical-coordinate representation of color #E64C0D: hue angle of 17.42º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E64C0D is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 13 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.10 |
| HSL | 17.42º | 0.89% | 0.48% | - |
| HSV(B) | 17.42º | 0.94% | 0.9% | - |
| XYZ | 35.29 | 22.02 | 2.77 | - |
| YUV | 114.86 | 70.52 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 13 | 0 | 0.67 | 0.94 | 0.10 | 17.42 | 0.89 | 0.48 |
| Hex | E6 | 4C | D | 0 | 43 | 5E | A | 11 | 59 | 30 |
| Octal | 346 | 114 | 15 | 0 | 103 | 136 | 12 | 21 | 131 | 60 |
| Binary | 11100110 | 1001100 | 1101 | 0 | 1000011 | 1011110 | 1010 | 10001 | 1011001 | 110000 |
Color Harmonies of #E64C0D
Complementary color
Monochromatic Colors of #E64C0D
Black with #E64C0D
Text Example
Text Example
White with #E64C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64C0D; }
p { color: rgb(230,76,13); }
H1.HeaderClassName
{
color: #E64C0D;
}
.AnyTagClassName
{
color: #E64C0D;
}
</style>
background-color css
<style>
a { background-color: #E64C0D; }
a { background-color: rgb(230,76,13); }
div.DivClassName
{
background-color: #E64C0D;
}
.BgClassName
{
background-color: #E64C0D;
}
</style>
border-color css
<style>
span { border-color: #E64C0D; }
span { border-color: rgb(230,76,13); }
td.TdClassName
{
border-color: #E64C0D;
}
.TagClassName
{
border-color: #E64C0D;
}
</style>