Shades of Persimmon #E06304
Tints of Persimmon #E06304
RGB
CMYK
RGB Variations
Color information
#E06304 (or 0xE06304) is known color: Persimmon. HEX triplet: E0, 63 and 04. RGB value is (224,99,4). Sum of RGB (Red+Green+Blue) = 224+99+4=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E06304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06304 is #1F9CFB. Grayscale: #7E7E7E. Windows color (decimal): -2071804 or 287712. OLE color: 287712.
HSL color Cylindrical-coordinate representation of color #E06304: hue angle of 25.91º 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 #E06304 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 4 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.12 |
| HSL | 25.91º | 0.96% | 0.45% | - |
| HSV(B) | 25.91º | 0.98% | 0.88% | - |
| XYZ | 35.22 | 24.78 | 3.04 | - |
| YUV | 125.55 | 59.41 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 4 | 0 | 0.56 | 0.98 | 0.12 | 25.91 | 0.96 | 0.45 |
| Hex | E0 | 63 | 4 | 0 | 38 | 62 | C | 1A | 60 | 2D |
| Octal | 340 | 143 | 4 | 0 | 70 | 142 | 14 | 32 | 140 | 55 |
| Binary | 11100000 | 1100011 | 100 | 0 | 111000 | 1100010 | 1100 | 11010 | 1100000 | 101101 |
Color Harmonies of #E06304
Complementary color
Monochromatic Colors of #E06304
Black with #E06304
Text Example
Text Example
White with #E06304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06304; }
p { color: rgb(224,99,4); }
H1.HeaderClassName
{
color: #E06304;
}
.AnyTagClassName
{
color: #E06304;
}
</style>
background-color css
<style>
a { background-color: #E06304; }
a { background-color: rgb(224,99,4); }
div.DivClassName
{
background-color: #E06304;
}
.BgClassName
{
background-color: #E06304;
}
</style>
border-color css
<style>
span { border-color: #E06304; }
span { border-color: rgb(224,99,4); }
td.TdClassName
{
border-color: #E06304;
}
.TagClassName
{
border-color: #E06304;
}
</style>