Shades of Persimmon #E64A16
Tints of Persimmon #E64A16
RGB
CMYK
RGB Variations
Color information
#E64A16 (or 0xE64A16) is known color: Persimmon. HEX triplet: E6, 4A and 16. RGB value is (230,74,22). Sum of RGB (Red+Green+Blue) = 230+74+22=326 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.55% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64A16 is #19B5E9. Grayscale: #737373. Windows color (decimal): -1684970 or 1460966. OLE color: 1460966.
HSL color Cylindrical-coordinate representation of color #E64A16: hue angle of 15º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E64A16 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 22 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.10 |
| HSL | 15º | 0.83% | 0.49% | - |
| HSV(B) | 15º | 0.9% | 0.9% | - |
| XYZ | 35.23 | 21.78 | 3.11 | - |
| YUV | 114.72 | 75.68 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 22 | 0 | 0.68 | 0.90 | 0.10 | 15 | 0.83 | 0.49 |
| Hex | E6 | 4A | 16 | 0 | 44 | 5A | A | F | 53 | 31 |
| Octal | 346 | 112 | 26 | 0 | 104 | 132 | 12 | 17 | 123 | 61 |
| Binary | 11100110 | 1001010 | 10110 | 0 | 1000100 | 1011010 | 1010 | 1111 | 1010011 | 110001 |
Color Harmonies of #E64A16
Complementary color
Monochromatic Colors of #E64A16
Black with #E64A16
Text Example
Text Example
White with #E64A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A16; }
p { color: rgb(230,74,22); }
H1.HeaderClassName
{
color: #E64A16;
}
.AnyTagClassName
{
color: #E64A16;
}
</style>
background-color css
<style>
a { background-color: #E64A16; }
a { background-color: rgb(230,74,22); }
div.DivClassName
{
background-color: #E64A16;
}
.BgClassName
{
background-color: #E64A16;
}
</style>
border-color css
<style>
span { border-color: #E64A16; }
span { border-color: rgb(230,74,22); }
td.TdClassName
{
border-color: #E64A16;
}
.TagClassName
{
border-color: #E64A16;
}
</style>