Shades of Persimmon #E64A0D
Tints of Persimmon #E64A0D
RGB
CMYK
RGB Variations
Color information
#E64A0D (or 0xE64A0D) is known color: Persimmon. HEX triplet: E6, 4A and 0D. RGB value is (230,74,13). Sum of RGB (Red+Green+Blue) = 230+74+13=317 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.56% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64A0D is #19B5F2. Grayscale: #727272. Windows color (decimal): -1684979 or 871142. OLE color: 871142.
HSL color Cylindrical-coordinate representation of color #E64A0D: hue angle of 16.87º 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 #E64A0D is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 13 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.10 |
| HSL | 16.87º | 0.89% | 0.48% | - |
| HSV(B) | 16.87º | 0.94% | 0.9% | - |
| XYZ | 35.15 | 21.75 | 2.73 | - |
| YUV | 113.69 | 71.18 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 13 | 0 | 0.68 | 0.94 | 0.10 | 16.87 | 0.89 | 0.48 |
| Hex | E6 | 4A | D | 0 | 44 | 5E | A | 11 | 59 | 30 |
| Octal | 346 | 112 | 15 | 0 | 104 | 136 | 12 | 21 | 131 | 60 |
| Binary | 11100110 | 1001010 | 1101 | 0 | 1000100 | 1011110 | 1010 | 10001 | 1011001 | 110000 |
Color Harmonies of #E64A0D
Complementary color
Monochromatic Colors of #E64A0D
Black with #E64A0D
Text Example
Text Example
White with #E64A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A0D; }
p { color: rgb(230,74,13); }
H1.HeaderClassName
{
color: #E64A0D;
}
.AnyTagClassName
{
color: #E64A0D;
}
</style>
background-color css
<style>
a { background-color: #E64A0D; }
a { background-color: rgb(230,74,13); }
div.DivClassName
{
background-color: #E64A0D;
}
.BgClassName
{
background-color: #E64A0D;
}
</style>
border-color css
<style>
span { border-color: #E64A0D; }
span { border-color: rgb(230,74,13); }
td.TdClassName
{
border-color: #E64A0D;
}
.TagClassName
{
border-color: #E64A0D;
}
</style>