Shades of Persimmon #E04C01
Tints of Persimmon #E04C01
RGB
CMYK
RGB Variations
Color information
#E04C01 (or 0xE04C01) is known color: Persimmon. HEX triplet: E0, 4C and 01. RGB value is (224,76,1). Sum of RGB (Red+Green+Blue) = 224+76+1=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04C01 is #1FB3FE. Grayscale: #707070. Windows color (decimal): -2077695 or 85216. OLE color: 85216.
HSL color Cylindrical-coordinate representation of color #E04C01: hue angle of 20.18º 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 #E04C01 is Cyan = 0, Magento = 0.66, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 1 | - |
| CMYK | 0 | 0.66 | 1.00 | 0.12 |
| HSL | 20.18º | 0.99% | 0.44% | - |
| HSV(B) | 20.18º | 1% | 0.88% | - |
| XYZ | 33.33 | 21.02 | 2.33 | - |
| YUV | 111.7 | 65.53 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 1 | 0 | 0.66 | 1.00 | 0.12 | 20.18 | 0.99 | 0.44 |
| Hex | E0 | 4C | 1 | 0 | 42 | 64 | C | 14 | 63 | 2C |
| Octal | 340 | 114 | 1 | 0 | 102 | 144 | 14 | 24 | 143 | 54 |
| Binary | 11100000 | 1001100 | 1 | 0 | 1000010 | 1100100 | 1100 | 10100 | 1100011 | 101100 |
Color Harmonies of #E04C01
Complementary color
Monochromatic Colors of #E04C01
Black with #E04C01
Text Example
Text Example
White with #E04C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04C01; }
p { color: rgb(224,76,1); }
H1.HeaderClassName
{
color: #E04C01;
}
.AnyTagClassName
{
color: #E04C01;
}
</style>
background-color css
<style>
a { background-color: #E04C01; }
a { background-color: rgb(224,76,1); }
div.DivClassName
{
background-color: #E04C01;
}
.BgClassName
{
background-color: #E04C01;
}
</style>
border-color css
<style>
span { border-color: #E04C01; }
span { border-color: rgb(224,76,1); }
td.TdClassName
{
border-color: #E04C01;
}
.TagClassName
{
border-color: #E04C01;
}
</style>