Shades of Persimmon #E64B14
Tints of Persimmon #E64B14
RGB
CMYK
RGB Variations
Color information
#E64B14 (or 0xE64B14) is known color: Persimmon. HEX triplet: E6, 4B and 14. RGB value is (230,75,20). Sum of RGB (Red+Green+Blue) = 230+75+20=325 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.77% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64B14 is #19B4EB. Grayscale: #737373. Windows color (decimal): -1684716 or 1330150. OLE color: 1330150.
HSL color Cylindrical-coordinate representation of color #E64B14: hue angle of 15.71º degrees, saturation: 0.84, 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 #E64B14 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 75 | 20 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.10 |
| HSL | 15.71º | 0.84% | 0.49% | - |
| HSV(B) | 15.71º | 0.91% | 0.9% | - |
| XYZ | 35.28 | 21.91 | 3.03 | - |
| YUV | 115.08 | 74.35 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 20 | 0 | 0.67 | 0.91 | 0.10 | 15.71 | 0.84 | 0.49 |
| Hex | E6 | 4B | 14 | 0 | 43 | 5B | A | 10 | 54 | 31 |
| Octal | 346 | 113 | 24 | 0 | 103 | 133 | 12 | 20 | 124 | 61 |
| Binary | 11100110 | 1001011 | 10100 | 0 | 1000011 | 1011011 | 1010 | 10000 | 1010100 | 110001 |
Color Harmonies of #E64B14
Complementary color
Monochromatic Colors of #E64B14
Black with #E64B14
Text Example
Text Example
White with #E64B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64B14; }
p { color: rgb(230,75,20); }
H1.HeaderClassName
{
color: #E64B14;
}
.AnyTagClassName
{
color: #E64B14;
}
</style>
background-color css
<style>
a { background-color: #E64B14; }
a { background-color: rgb(230,75,20); }
div.DivClassName
{
background-color: #E64B14;
}
.BgClassName
{
background-color: #E64B14;
}
</style>
border-color css
<style>
span { border-color: #E64B14; }
span { border-color: rgb(230,75,20); }
td.TdClassName
{
border-color: #E64B14;
}
.TagClassName
{
border-color: #E64B14;
}
</style>