Shades of Persimmon #E64A11
Tints of Persimmon #E64A11
RGB
CMYK
RGB Variations
Color information
#E64A11 (or 0xE64A11) is known color: Persimmon. HEX triplet: E6, 4A and 11. RGB value is (230,74,17). Sum of RGB (Red+Green+Blue) = 230+74+17=321 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.65% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64A11 is #19B5EE. Grayscale: #727272. Windows color (decimal): -1684975 or 1133286. OLE color: 1133286.
HSL color Cylindrical-coordinate representation of color #E64A11: hue angle of 16.06º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E64A11 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 17 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.10 |
| HSL | 16.06º | 0.86% | 0.48% | - |
| HSV(B) | 16.06º | 0.93% | 0.9% | - |
| XYZ | 35.18 | 21.76 | 2.88 | - |
| YUV | 114.15 | 73.18 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 17 | 0 | 0.68 | 0.93 | 0.10 | 16.06 | 0.86 | 0.48 |
| Hex | E6 | 4A | 11 | 0 | 44 | 5D | A | 10 | 56 | 30 |
| Octal | 346 | 112 | 21 | 0 | 104 | 135 | 12 | 20 | 126 | 60 |
| Binary | 11100110 | 1001010 | 10001 | 0 | 1000100 | 1011101 | 1010 | 10000 | 1010110 | 110000 |
Color Harmonies of #E64A11
Complementary color
Monochromatic Colors of #E64A11
Black with #E64A11
Text Example
Text Example
White with #E64A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A11; }
p { color: rgb(230,74,17); }
H1.HeaderClassName
{
color: #E64A11;
}
.AnyTagClassName
{
color: #E64A11;
}
</style>
background-color css
<style>
a { background-color: #E64A11; }
a { background-color: rgb(230,74,17); }
div.DivClassName
{
background-color: #E64A11;
}
.BgClassName
{
background-color: #E64A11;
}
</style>
border-color css
<style>
span { border-color: #E64A11; }
span { border-color: rgb(230,74,17); }
td.TdClassName
{
border-color: #E64A11;
}
.TagClassName
{
border-color: #E64A11;
}
</style>