Shades of Persimmon #E04301
Tints of Persimmon #E04301
RGB
CMYK
RGB Variations
Color information
#E04301 (or 0xE04301) is known color: Persimmon. HEX triplet: E0, 43 and 01. RGB value is (224,67,1). Sum of RGB (Red+Green+Blue) = 224+67+1=292 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.71% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 224 - color contains mainly: red. Hex color #E04301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04301 is #1FBCFE. Grayscale: #6A6A6A. Windows color (decimal): -2079999 or 82912. OLE color: 82912.
HSL color Cylindrical-coordinate representation of color #E04301: hue angle of 17.76º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E04301 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 67 | 1 | - |
| CMYK | 0 | 0.70 | 1.00 | 0.12 |
| HSL | 17.76º | 0.99% | 0.44% | - |
| HSV(B) | 17.76º | 1% | 0.88% | - |
| XYZ | 32.75 | 19.86 | 2.14 | - |
| YUV | 106.42 | 68.51 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 67 | 1 | 0 | 0.70 | 1.00 | 0.12 | 17.76 | 0.99 | 0.44 |
| Hex | E0 | 43 | 1 | 0 | 46 | 64 | C | 12 | 63 | 2C |
| Octal | 340 | 103 | 1 | 0 | 106 | 144 | 14 | 22 | 143 | 54 |
| Binary | 11100000 | 1000011 | 1 | 0 | 1000110 | 1100100 | 1100 | 10010 | 1100011 | 101100 |
Color Harmonies of #E04301
Complementary color
Monochromatic Colors of #E04301
Black with #E04301
Text Example
Text Example
White with #E04301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04301; }
p { color: rgb(224,67,1); }
H1.HeaderClassName
{
color: #E04301;
}
.AnyTagClassName
{
color: #E04301;
}
</style>
background-color css
<style>
a { background-color: #E04301; }
a { background-color: rgb(224,67,1); }
div.DivClassName
{
background-color: #E04301;
}
.BgClassName
{
background-color: #E04301;
}
</style>
border-color css
<style>
span { border-color: #E04301; }
span { border-color: rgb(224,67,1); }
td.TdClassName
{
border-color: #E04301;
}
.TagClassName
{
border-color: #E04301;
}
</style>