Shades of Persimmon #E04D12
Tints of Persimmon #E04D12
RGB
CMYK
RGB Variations
Color information
#E04D12 (or 0xE04D12) is known color: Persimmon. HEX triplet: E0, 4D and 12. RGB value is (224,77,18). Sum of RGB (Red+Green+Blue) = 224+77+18=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E04D12 is #1FB2ED. Grayscale: #727272. Windows color (decimal): -2077422 or 1199584. OLE color: 1199584.
HSL color Cylindrical-coordinate representation of color #E04D12: hue angle of 17.18º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E04D12 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 18 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.12 |
| HSL | 17.18º | 0.85% | 0.47% | - |
| HSV(B) | 17.18º | 0.92% | 0.88% | - |
| XYZ | 33.5 | 21.2 | 2.9 | - |
| YUV | 114.23 | 73.7 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 18 | 0 | 0.66 | 0.92 | 0.12 | 17.18 | 0.85 | 0.47 |
| Hex | E0 | 4D | 12 | 0 | 42 | 5C | C | 11 | 55 | 2F |
| Octal | 340 | 115 | 22 | 0 | 102 | 134 | 14 | 21 | 125 | 57 |
| Binary | 11100000 | 1001101 | 10010 | 0 | 1000010 | 1011100 | 1100 | 10001 | 1010101 | 101111 |
Color Harmonies of #E04D12
Complementary color
Monochromatic Colors of #E04D12
Black with #E04D12
Text Example
Text Example
White with #E04D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04D12; }
p { color: rgb(224,77,18); }
H1.HeaderClassName
{
color: #E04D12;
}
.AnyTagClassName
{
color: #E04D12;
}
</style>
background-color css
<style>
a { background-color: #E04D12; }
a { background-color: rgb(224,77,18); }
div.DivClassName
{
background-color: #E04D12;
}
.BgClassName
{
background-color: #E04D12;
}
</style>
border-color css
<style>
span { border-color: #E04D12; }
span { border-color: rgb(224,77,18); }
td.TdClassName
{
border-color: #E04D12;
}
.TagClassName
{
border-color: #E04D12;
}
</style>