Shades of Persimmon #E06305
Tints of Persimmon #E06305
RGB
CMYK
RGB Variations
Color information
#E06305 (or 0xE06305) is known color: Persimmon. HEX triplet: E0, 63 and 05. RGB value is (224,99,5). Sum of RGB (Red+Green+Blue) = 224+99+5=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E06305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06305 is #1F9CFA. Grayscale: #7E7E7E. Windows color (decimal): -2071803 or 353248. OLE color: 353248.
HSL color Cylindrical-coordinate representation of color #E06305: hue angle of 25.75º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E06305 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 5 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.12 |
| HSL | 25.75º | 0.96% | 0.45% | - |
| HSV(B) | 25.75º | 0.98% | 0.88% | - |
| XYZ | 35.23 | 24.78 | 3.07 | - |
| YUV | 125.66 | 59.91 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 5 | 0 | 0.56 | 0.98 | 0.12 | 25.75 | 0.96 | 0.45 |
| Hex | E0 | 63 | 5 | 0 | 38 | 62 | C | 1A | 60 | 2D |
| Octal | 340 | 143 | 5 | 0 | 70 | 142 | 14 | 32 | 140 | 55 |
| Binary | 11100000 | 1100011 | 101 | 0 | 111000 | 1100010 | 1100 | 11010 | 1100000 | 101101 |
Color Harmonies of #E06305
Complementary color
Monochromatic Colors of #E06305
Black with #E06305
Text Example
Text Example
White with #E06305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06305; }
p { color: rgb(224,99,5); }
H1.HeaderClassName
{
color: #E06305;
}
.AnyTagClassName
{
color: #E06305;
}
</style>
background-color css
<style>
a { background-color: #E06305; }
a { background-color: rgb(224,99,5); }
div.DivClassName
{
background-color: #E06305;
}
.BgClassName
{
background-color: #E06305;
}
</style>
border-color css
<style>
span { border-color: #E06305; }
span { border-color: rgb(224,99,5); }
td.TdClassName
{
border-color: #E06305;
}
.TagClassName
{
border-color: #E06305;
}
</style>