Shades of Persimmon #E14A00
Tints of Persimmon #E14A00
RGB
CMYK
RGB Variations
Color information
#E14A00 (or 0xE14A00) is known color: Persimmon. HEX triplet: E1, 4A and 00. RGB value is (225,74,0). Sum of RGB (Red+Green+Blue) = 225+74+0=299 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.25% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14A00 is #1EB5FF. Grayscale: #6F6F6F. Windows color (decimal): -2012672 or 19169. OLE color: 19169.
HSL color Cylindrical-coordinate representation of color #E14A00: hue angle of 19.73º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E14A00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.12 |
| HSL | 19.73º | 1% | 0.44% | - |
| HSV(B) | 19.73º | 1% | 0.88% | - |
| XYZ | 33.5 | 20.91 | 2.27 | - |
| YUV | 110.71 | 65.53 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 0 | 0 | 0.67 | 1 | 0.12 | 19.73 | 1 | 0.44 |
| Hex | E1 | 4A | 0 | 0 | 43 | 64 | C | 14 | 64 | 2C |
| Octal | 341 | 112 | 0 | 0 | 103 | 144 | 14 | 24 | 144 | 54 |
| Binary | 11100001 | 1001010 | 0 | 0 | 1000011 | 1100100 | 1100 | 10100 | 1100100 | 101100 |
Color Harmonies of #E14A00
Complementary color
Monochromatic Colors of #E14A00
Black with #E14A00
Text Example
Text Example
White with #E14A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14A00; }
p { color: rgb(225,74,0); }
H1.HeaderClassName
{
color: #E14A00;
}
.AnyTagClassName
{
color: #E14A00;
}
</style>
background-color css
<style>
a { background-color: #E14A00; }
a { background-color: rgb(225,74,0); }
div.DivClassName
{
background-color: #E14A00;
}
.BgClassName
{
background-color: #E14A00;
}
</style>
border-color css
<style>
span { border-color: #E14A00; }
span { border-color: rgb(225,74,0); }
td.TdClassName
{
border-color: #E14A00;
}
.TagClassName
{
border-color: #E14A00;
}
</style>