Shades of Persimmon #E04302
Tints of Persimmon #E04302
RGB
CMYK
RGB Variations
Color information
#E04302 (or 0xE04302) is known color: Persimmon. HEX triplet: E0, 43 and 02. RGB value is (224,67,2). Sum of RGB (Red+Green+Blue) = 224+67+2=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E04302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04302 is #1FBCFD. Grayscale: #6A6A6A. Windows color (decimal): -2079998 or 148448. OLE color: 148448.
HSL color Cylindrical-coordinate representation of color #E04302: hue angle of 17.57º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E04302 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 67 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.12 |
| HSL | 17.57º | 0.98% | 0.44% | - |
| HSV(B) | 17.57º | 0.99% | 0.88% | - |
| XYZ | 32.76 | 19.87 | 2.17 | - |
| YUV | 106.53 | 69.01 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 67 | 2 | 0 | 0.70 | 0.99 | 0.12 | 17.57 | 0.98 | 0.44 |
| Hex | E0 | 43 | 2 | 0 | 46 | 63 | C | 12 | 62 | 2C |
| Octal | 340 | 103 | 2 | 0 | 106 | 143 | 14 | 22 | 142 | 54 |
| Binary | 11100000 | 1000011 | 10 | 0 | 1000110 | 1100011 | 1100 | 10010 | 1100010 | 101100 |
Color Harmonies of #E04302
Complementary color
Monochromatic Colors of #E04302
Black with #E04302
Text Example
Text Example
White with #E04302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04302; }
p { color: rgb(224,67,2); }
H1.HeaderClassName
{
color: #E04302;
}
.AnyTagClassName
{
color: #E04302;
}
</style>
background-color css
<style>
a { background-color: #E04302; }
a { background-color: rgb(224,67,2); }
div.DivClassName
{
background-color: #E04302;
}
.BgClassName
{
background-color: #E04302;
}
</style>
border-color css
<style>
span { border-color: #E04302; }
span { border-color: rgb(224,67,2); }
td.TdClassName
{
border-color: #E04302;
}
.TagClassName
{
border-color: #E04302;
}
</style>