Shades of Persimmon #E65105
Tints of Persimmon #E65105
RGB
CMYK
RGB Variations
Color information
#E65105 (or 0xE65105) is known color: Persimmon. HEX triplet: E6, 51 and 05. RGB value is (230,81,5). Sum of RGB (Red+Green+Blue) = 230+81+5=316 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.78% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 230 - color contains mainly: red. Hex color #E65105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65105 is #19AEFA. Grayscale: #757575. Windows color (decimal): -1683195 or 348646. OLE color: 348646.
HSL color Cylindrical-coordinate representation of color #E65105: hue angle of 20.27º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E65105 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 5 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.10 |
| HSL | 20.27º | 0.96% | 0.46% | - |
| HSV(B) | 20.27º | 0.98% | 0.9% | - |
| XYZ | 35.6 | 22.72 | 2.65 | - |
| YUV | 116.89 | 64.86 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 5 | 0 | 0.65 | 0.98 | 0.10 | 20.27 | 0.96 | 0.46 |
| Hex | E6 | 51 | 5 | 0 | 41 | 62 | A | 14 | 60 | 2E |
| Octal | 346 | 121 | 5 | 0 | 101 | 142 | 12 | 24 | 140 | 56 |
| Binary | 11100110 | 1010001 | 101 | 0 | 1000001 | 1100010 | 1010 | 10100 | 1100000 | 101110 |
Color Harmonies of #E65105
Complementary color
Monochromatic Colors of #E65105
Black with #E65105
Text Example
Text Example
White with #E65105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65105; }
p { color: rgb(230,81,5); }
H1.HeaderClassName
{
color: #E65105;
}
.AnyTagClassName
{
color: #E65105;
}
</style>
background-color css
<style>
a { background-color: #E65105; }
a { background-color: rgb(230,81,5); }
div.DivClassName
{
background-color: #E65105;
}
.BgClassName
{
background-color: #E65105;
}
</style>
border-color css
<style>
span { border-color: #E65105; }
span { border-color: rgb(230,81,5); }
td.TdClassName
{
border-color: #E65105;
}
.TagClassName
{
border-color: #E65105;
}
</style>