Shades of Persimmon #E04D0C
Tints of Persimmon #E04D0C
RGB
CMYK
RGB Variations
Color information
#E04D0C (or 0xE04D0C) is known color: Persimmon. HEX triplet: E0, 4D and 0C. RGB value is (224,77,12). Sum of RGB (Red+Green+Blue) = 224+77+12=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E04D0C is #1FB2F3. Grayscale: #717171. Windows color (decimal): -2077428 or 806368. OLE color: 806368.
HSL color Cylindrical-coordinate representation of color #E04D0C: hue angle of 18.4º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E04D0C is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 12 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.12 |
| HSL | 18.4º | 0.9% | 0.46% | - |
| HSV(B) | 18.4º | 0.95% | 0.88% | - |
| XYZ | 33.46 | 21.18 | 2.67 | - |
| YUV | 113.54 | 70.7 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 12 | 0 | 0.66 | 0.95 | 0.12 | 18.4 | 0.9 | 0.46 |
| Hex | E0 | 4D | C | 0 | 42 | 5F | C | 12 | 5A | 2E |
| Octal | 340 | 115 | 14 | 0 | 102 | 137 | 14 | 22 | 132 | 56 |
| Binary | 11100000 | 1001101 | 1100 | 0 | 1000010 | 1011111 | 1100 | 10010 | 1011010 | 101110 |
Color Harmonies of #E04D0C
Complementary color
Monochromatic Colors of #E04D0C
Black with #E04D0C
Text Example
Text Example
White with #E04D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04D0C; }
p { color: rgb(224,77,12); }
H1.HeaderClassName
{
color: #E04D0C;
}
.AnyTagClassName
{
color: #E04D0C;
}
</style>
background-color css
<style>
a { background-color: #E04D0C; }
a { background-color: rgb(224,77,12); }
div.DivClassName
{
background-color: #E04D0C;
}
.BgClassName
{
background-color: #E04D0C;
}
</style>
border-color css
<style>
span { border-color: #E04D0C; }
span { border-color: rgb(224,77,12); }
td.TdClassName
{
border-color: #E04D0C;
}
.TagClassName
{
border-color: #E04D0C;
}
</style>