Shades of Persimmon #E65305
Tints of Persimmon #E65305
RGB
CMYK
RGB Variations
Color information
#E65305 (or 0xE65305) is known color: Persimmon. HEX triplet: E6, 53 and 05. RGB value is (230,83,5). Sum of RGB (Red+Green+Blue) = 230+83+5=318 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.33% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 230 - color contains mainly: red. Hex color #E65305 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65305 is #19ACFA. Grayscale: #767676. Windows color (decimal): -1682683 or 349158. OLE color: 349158.
HSL color Cylindrical-coordinate representation of color #E65305: hue angle of 20.8º 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 #E65305 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 83 | 5 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.10 |
| HSL | 20.8º | 0.96% | 0.46% | - |
| HSV(B) | 20.8º | 0.98% | 0.9% | - |
| XYZ | 35.75 | 23.02 | 2.7 | - |
| YUV | 118.06 | 64.2 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 5 | 0 | 0.64 | 0.98 | 0.10 | 20.8 | 0.96 | 0.46 |
| Hex | E6 | 53 | 5 | 0 | 40 | 62 | A | 15 | 60 | 2E |
| Octal | 346 | 123 | 5 | 0 | 100 | 142 | 12 | 25 | 140 | 56 |
| Binary | 11100110 | 1010011 | 101 | 0 | 1000000 | 1100010 | 1010 | 10101 | 1100000 | 101110 |
Color Harmonies of #E65305
Complementary color
Monochromatic Colors of #E65305
Black with #E65305
Text Example
Text Example
White with #E65305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65305; }
p { color: rgb(230,83,5); }
H1.HeaderClassName
{
color: #E65305;
}
.AnyTagClassName
{
color: #E65305;
}
</style>
background-color css
<style>
a { background-color: #E65305; }
a { background-color: rgb(230,83,5); }
div.DivClassName
{
background-color: #E65305;
}
.BgClassName
{
background-color: #E65305;
}
</style>
border-color css
<style>
span { border-color: #E65305; }
span { border-color: rgb(230,83,5); }
td.TdClassName
{
border-color: #E65305;
}
.TagClassName
{
border-color: #E65305;
}
</style>