Shades of Persimmon #E14C0B
Tints of Persimmon #E14C0B
RGB
CMYK
RGB Variations
Color information
#E14C0B (or 0xE14C0B) is known color: Persimmon. HEX triplet: E1, 4C and 0B. RGB value is (225,76,11). Sum of RGB (Red+Green+Blue) = 225+76+11=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14C0B is #1EB3F4. Grayscale: #717171. Windows color (decimal): -2012149 or 740577. OLE color: 740577.
HSL color Cylindrical-coordinate representation of color #E14C0B: hue angle of 18.22º 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 #E14C0B is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 11 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.12 |
| HSL | 18.22º | 0.91% | 0.46% | - |
| HSV(B) | 18.22º | 0.95% | 0.88% | - |
| XYZ | 33.7 | 21.2 | 2.63 | - |
| YUV | 113.14 | 70.36 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 11 | 0 | 0.66 | 0.95 | 0.12 | 18.22 | 0.91 | 0.46 |
| Hex | E1 | 4C | B | 0 | 42 | 5F | C | 12 | 5B | 2E |
| Octal | 341 | 114 | 13 | 0 | 102 | 137 | 14 | 22 | 133 | 56 |
| Binary | 11100001 | 1001100 | 1011 | 0 | 1000010 | 1011111 | 1100 | 10010 | 1011011 | 101110 |
Color Harmonies of #E14C0B
Complementary color
Monochromatic Colors of #E14C0B
Black with #E14C0B
Text Example
Text Example
White with #E14C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14C0B; }
p { color: rgb(225,76,11); }
H1.HeaderClassName
{
color: #E14C0B;
}
.AnyTagClassName
{
color: #E14C0B;
}
</style>
background-color css
<style>
a { background-color: #E14C0B; }
a { background-color: rgb(225,76,11); }
div.DivClassName
{
background-color: #E14C0B;
}
.BgClassName
{
background-color: #E14C0B;
}
</style>
border-color css
<style>
span { border-color: #E14C0B; }
span { border-color: rgb(225,76,11); }
td.TdClassName
{
border-color: #E14C0B;
}
.TagClassName
{
border-color: #E14C0B;
}
</style>