Shades of Persimmon #E14A04
Tints of Persimmon #E14A04
RGB
CMYK
RGB Variations
Color information
#E14A04 (or 0xE14A04) is known color: Persimmon. HEX triplet: E1, 4A and 04. RGB value is (225,74,4). Sum of RGB (Red+Green+Blue) = 225+74+4=303 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.26% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14A04 is #1EB5FB. Grayscale: #6F6F6F. Windows color (decimal): -2012668 or 281313. OLE color: 281313.
HSL color Cylindrical-coordinate representation of color #E14A04: hue angle of 19º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E14A04 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.12 |
| HSL | 19º | 0.97% | 0.45% | - |
| HSV(B) | 19º | 0.98% | 0.88% | - |
| XYZ | 33.52 | 20.91 | 2.38 | - |
| YUV | 111.17 | 67.53 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 4 | 0 | 0.67 | 0.98 | 0.12 | 19 | 0.97 | 0.45 |
| Hex | E1 | 4A | 4 | 0 | 43 | 62 | C | 13 | 61 | 2D |
| Octal | 341 | 112 | 4 | 0 | 103 | 142 | 14 | 23 | 141 | 55 |
| Binary | 11100001 | 1001010 | 100 | 0 | 1000011 | 1100010 | 1100 | 10011 | 1100001 | 101101 |
Color Harmonies of #E14A04
Complementary color
Monochromatic Colors of #E14A04
Black with #E14A04
Text Example
Text Example
White with #E14A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14A04; }
p { color: rgb(225,74,4); }
H1.HeaderClassName
{
color: #E14A04;
}
.AnyTagClassName
{
color: #E14A04;
}
</style>
background-color css
<style>
a { background-color: #E14A04; }
a { background-color: rgb(225,74,4); }
div.DivClassName
{
background-color: #E14A04;
}
.BgClassName
{
background-color: #E14A04;
}
</style>
border-color css
<style>
span { border-color: #E14A04; }
span { border-color: rgb(225,74,4); }
td.TdClassName
{
border-color: #E14A04;
}
.TagClassName
{
border-color: #E14A04;
}
</style>