Shades of Persimmon #E34C07
Tints of Persimmon #E34C07
RGB
CMYK
RGB Variations
Color information
#E34C07 (or 0xE34C07) is known color: Persimmon. HEX triplet: E3, 4C and 07. RGB value is (227,76,7). Sum of RGB (Red+Green+Blue) = 227+76+7=310 (41% of max value = 765). Red value is 227 (89.06% from 255 or 73.23% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34C07 is #1CB3F8. Grayscale: #717171. Windows color (decimal): -1881081 or 478435. OLE color: 478435.
HSL color Cylindrical-coordinate representation of color #E34C07: hue angle of 18.82º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E34C07 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 76 | 7 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.11 |
| HSL | 18.82º | 0.94% | 0.46% | - |
| HSV(B) | 18.82º | 0.97% | 0.89% | - |
| XYZ | 34.3 | 21.52 | 2.55 | - |
| YUV | 113.28 | 68.03 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 76 | 7 | 0 | 0.67 | 0.97 | 0.11 | 18.82 | 0.94 | 0.46 |
| Hex | E3 | 4C | 7 | 0 | 43 | 61 | B | 13 | 5E | 2E |
| Octal | 343 | 114 | 7 | 0 | 103 | 141 | 13 | 23 | 136 | 56 |
| Binary | 11100011 | 1001100 | 111 | 0 | 1000011 | 1100001 | 1011 | 10011 | 1011110 | 101110 |
Color Harmonies of #E34C07
Complementary color
Monochromatic Colors of #E34C07
Black with #E34C07
Text Example
Text Example
White with #E34C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34C07; }
p { color: rgb(227,76,7); }
H1.HeaderClassName
{
color: #E34C07;
}
.AnyTagClassName
{
color: #E34C07;
}
</style>
background-color css
<style>
a { background-color: #E34C07; }
a { background-color: rgb(227,76,7); }
div.DivClassName
{
background-color: #E34C07;
}
.BgClassName
{
background-color: #E34C07;
}
</style>
border-color css
<style>
span { border-color: #E34C07; }
span { border-color: rgb(227,76,7); }
td.TdClassName
{
border-color: #E34C07;
}
.TagClassName
{
border-color: #E34C07;
}
</style>