Shades of Persimmon #E64B11
Tints of Persimmon #E64B11
RGB
CMYK
RGB Variations
Color information
#E64B11 (or 0xE64B11) is known color: Persimmon. HEX triplet: E6, 4B and 11. RGB value is (230,75,17). Sum of RGB (Red+Green+Blue) = 230+75+17=322 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.43% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64B11 is #19B4EE. Grayscale: #737373. Windows color (decimal): -1684719 or 1133542. OLE color: 1133542.
HSL color Cylindrical-coordinate representation of color #E64B11: hue angle of 16.34º 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 #E64B11 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 75 | 17 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.10 |
| HSL | 16.34º | 0.86% | 0.48% | - |
| HSV(B) | 16.34º | 0.93% | 0.9% | - |
| XYZ | 35.25 | 21.9 | 2.9 | - |
| YUV | 114.73 | 72.85 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 17 | 0 | 0.67 | 0.93 | 0.10 | 16.34 | 0.86 | 0.48 |
| Hex | E6 | 4B | 11 | 0 | 43 | 5D | A | 10 | 56 | 30 |
| Octal | 346 | 113 | 21 | 0 | 103 | 135 | 12 | 20 | 126 | 60 |
| Binary | 11100110 | 1001011 | 10001 | 0 | 1000011 | 1011101 | 1010 | 10000 | 1010110 | 110000 |
Color Harmonies of #E64B11
Complementary color
Monochromatic Colors of #E64B11
Black with #E64B11
Text Example
Text Example
White with #E64B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64B11; }
p { color: rgb(230,75,17); }
H1.HeaderClassName
{
color: #E64B11;
}
.AnyTagClassName
{
color: #E64B11;
}
</style>
background-color css
<style>
a { background-color: #E64B11; }
a { background-color: rgb(230,75,17); }
div.DivClassName
{
background-color: #E64B11;
}
.BgClassName
{
background-color: #E64B11;
}
</style>
border-color css
<style>
span { border-color: #E64B11; }
span { border-color: rgb(230,75,17); }
td.TdClassName
{
border-color: #E64B11;
}
.TagClassName
{
border-color: #E64B11;
}
</style>