Shades of Persimmon #E35407
Tints of Persimmon #E35407
RGB
CMYK
RGB Variations
Color information
#E35407 (or 0xE35407) is known color: Persimmon. HEX triplet: E3, 54 and 07. RGB value is (227,84,7). Sum of RGB (Red+Green+Blue) = 227+84+7=318 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.38% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 7 (3.12% from 255 or 2.20% from 318); Max value from RGB is 227 - color contains mainly: red. Hex color #E35407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35407 is #1CABF8. Grayscale: #767676. Windows color (decimal): -1879033 or 480483. OLE color: 480483.
HSL color Cylindrical-coordinate representation of color #E35407: hue angle of 21º 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 #E35407 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 84 | 7 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.11 |
| HSL | 21º | 0.94% | 0.46% | - |
| HSV(B) | 21º | 0.97% | 0.89% | - |
| XYZ | 34.89 | 22.69 | 2.74 | - |
| YUV | 117.98 | 65.38 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 84 | 7 | 0 | 0.63 | 0.97 | 0.11 | 21 | 0.94 | 0.46 |
| Hex | E3 | 54 | 7 | 0 | 3F | 61 | B | 15 | 5E | 2E |
| Octal | 343 | 124 | 7 | 0 | 77 | 141 | 13 | 25 | 136 | 56 |
| Binary | 11100011 | 1010100 | 111 | 0 | 111111 | 1100001 | 1011 | 10101 | 1011110 | 101110 |
Color Harmonies of #E35407
Complementary color
Monochromatic Colors of #E35407
Black with #E35407
Text Example
Text Example
White with #E35407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35407; }
p { color: rgb(227,84,7); }
H1.HeaderClassName
{
color: #E35407;
}
.AnyTagClassName
{
color: #E35407;
}
</style>
background-color css
<style>
a { background-color: #E35407; }
a { background-color: rgb(227,84,7); }
div.DivClassName
{
background-color: #E35407;
}
.BgClassName
{
background-color: #E35407;
}
</style>
border-color css
<style>
span { border-color: #E35407; }
span { border-color: rgb(227,84,7); }
td.TdClassName
{
border-color: #E35407;
}
.TagClassName
{
border-color: #E35407;
}
</style>