Shades of Persimmon #E35409
Tints of Persimmon #E35409
RGB
CMYK
RGB Variations
Color information
#E35409 (or 0xE35409) is known color: Persimmon. HEX triplet: E3, 54 and 09. RGB value is (227,84,9). Sum of RGB (Red+Green+Blue) = 227+84+9=320 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.94% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 9 (3.91% from 255 or 2.81% from 320); Max value from RGB is 227 - color contains mainly: red. Hex color #E35409 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35409 is #1CABF6. Grayscale: #767676. Windows color (decimal): -1879031 or 611555. OLE color: 611555.
HSL color Cylindrical-coordinate representation of color #E35409: hue angle of 20.64º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E35409 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 84 | 9 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.11 |
| HSL | 20.64º | 0.92% | 0.46% | - |
| HSV(B) | 20.64º | 0.96% | 0.89% | - |
| XYZ | 34.9 | 22.69 | 2.8 | - |
| YUV | 118.21 | 66.38 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 84 | 9 | 0 | 0.63 | 0.96 | 0.11 | 20.64 | 0.92 | 0.46 |
| Hex | E3 | 54 | 9 | 0 | 3F | 60 | B | 15 | 5C | 2E |
| Octal | 343 | 124 | 11 | 0 | 77 | 140 | 13 | 25 | 134 | 56 |
| Binary | 11100011 | 1010100 | 1001 | 0 | 111111 | 1100000 | 1011 | 10101 | 1011100 | 101110 |
Color Harmonies of #E35409
Complementary color
Monochromatic Colors of #E35409
Black with #E35409
Text Example
Text Example
White with #E35409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35409; }
p { color: rgb(227,84,9); }
H1.HeaderClassName
{
color: #E35409;
}
.AnyTagClassName
{
color: #E35409;
}
</style>
background-color css
<style>
a { background-color: #E35409; }
a { background-color: rgb(227,84,9); }
div.DivClassName
{
background-color: #E35409;
}
.BgClassName
{
background-color: #E35409;
}
</style>
border-color css
<style>
span { border-color: #E35409; }
span { border-color: rgb(227,84,9); }
td.TdClassName
{
border-color: #E35409;
}
.TagClassName
{
border-color: #E35409;
}
</style>