Shades of Persimmon #E65A11
Tints of Persimmon #E65A11
RGB
CMYK
RGB Variations
Color information
#E65A11 (or 0xE65A11) is known color: Persimmon. HEX triplet: E6, 5A and 11. RGB value is (230,90,17). Sum of RGB (Red+Green+Blue) = 230+90+17=337 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.25% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65A11 is #19A5EE. Grayscale: #7B7B7B. Windows color (decimal): -1680879 or 1137382. OLE color: 1137382.
HSL color Cylindrical-coordinate representation of color #E65A11: hue angle of 20.56º 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 #E65A11 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 17 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.10 |
| HSL | 20.56º | 0.86% | 0.48% | - |
| HSV(B) | 20.56º | 0.93% | 0.9% | - |
| XYZ | 36.39 | 24.18 | 3.28 | - |
| YUV | 123.54 | 67.88 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 17 | 0 | 0.61 | 0.93 | 0.10 | 20.56 | 0.86 | 0.48 |
| Hex | E6 | 5A | 11 | 0 | 3D | 5D | A | 15 | 56 | 30 |
| Octal | 346 | 132 | 21 | 0 | 75 | 135 | 12 | 25 | 126 | 60 |
| Binary | 11100110 | 1011010 | 10001 | 0 | 111101 | 1011101 | 1010 | 10101 | 1010110 | 110000 |
Color Harmonies of #E65A11
Complementary color
Monochromatic Colors of #E65A11
Black with #E65A11
Text Example
Text Example
White with #E65A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65A11; }
p { color: rgb(230,90,17); }
H1.HeaderClassName
{
color: #E65A11;
}
.AnyTagClassName
{
color: #E65A11;
}
</style>
background-color css
<style>
a { background-color: #E65A11; }
a { background-color: rgb(230,90,17); }
div.DivClassName
{
background-color: #E65A11;
}
.BgClassName
{
background-color: #E65A11;
}
</style>
border-color css
<style>
span { border-color: #E65A11; }
span { border-color: rgb(230,90,17); }
td.TdClassName
{
border-color: #E65A11;
}
.TagClassName
{
border-color: #E65A11;
}
</style>