Shades of Persimmon #E14F0B
Tints of Persimmon #E14F0B
RGB
CMYK
RGB Variations
Color information
#E14F0B (or 0xE14F0B) is known color: Persimmon. HEX triplet: E1, 4F and 0B. RGB value is (225,79,11). Sum of RGB (Red+Green+Blue) = 225+79+11=315 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.43% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14F0B is #1EB0F4. Grayscale: #737373. Windows color (decimal): -2011381 or 741345. OLE color: 741345.
HSL color Cylindrical-coordinate representation of color #E14F0B: hue angle of 19.07º degrees, saturation: 0.91, 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 #E14F0B is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 79 | 11 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.12 |
| HSL | 19.07º | 0.91% | 0.46% | - |
| HSV(B) | 19.07º | 0.95% | 0.88% | - |
| XYZ | 33.91 | 21.62 | 2.7 | - |
| YUV | 114.9 | 69.37 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 79 | 11 | 0 | 0.65 | 0.95 | 0.12 | 19.07 | 0.91 | 0.46 |
| Hex | E1 | 4F | B | 0 | 41 | 5F | C | 13 | 5B | 2E |
| Octal | 341 | 117 | 13 | 0 | 101 | 137 | 14 | 23 | 133 | 56 |
| Binary | 11100001 | 1001111 | 1011 | 0 | 1000001 | 1011111 | 1100 | 10011 | 1011011 | 101110 |
Color Harmonies of #E14F0B
Complementary color
Monochromatic Colors of #E14F0B
Black with #E14F0B
Text Example
Text Example
White with #E14F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14F0B; }
p { color: rgb(225,79,11); }
H1.HeaderClassName
{
color: #E14F0B;
}
.AnyTagClassName
{
color: #E14F0B;
}
</style>
background-color css
<style>
a { background-color: #E14F0B; }
a { background-color: rgb(225,79,11); }
div.DivClassName
{
background-color: #E14F0B;
}
.BgClassName
{
background-color: #E14F0B;
}
</style>
border-color css
<style>
span { border-color: #E14F0B; }
span { border-color: rgb(225,79,11); }
td.TdClassName
{
border-color: #E14F0B;
}
.TagClassName
{
border-color: #E14F0B;
}
</style>