Shades of Persimmon #E3540F
Tints of Persimmon #E3540F
RGB
CMYK
RGB Variations
Color information
#E3540F (or 0xE3540F) is known color: Persimmon. HEX triplet: E3, 54 and 0F. RGB value is (227,84,15). Sum of RGB (Red+Green+Blue) = 227+84+15=326 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.63% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 227 - color contains mainly: red. Hex color #E3540F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3540F is #1CABF0. Grayscale: #777777. Windows color (decimal): -1879025 or 1004771. OLE color: 1004771.
HSL color Cylindrical-coordinate representation of color #E3540F: hue angle of 19.53º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3540F is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 84 | 15 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.11 |
| HSL | 19.53º | 0.88% | 0.47% | - |
| HSV(B) | 19.53º | 0.93% | 0.89% | - |
| XYZ | 34.94 | 22.71 | 2.99 | - |
| YUV | 118.89 | 69.38 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 84 | 15 | 0 | 0.63 | 0.93 | 0.11 | 19.53 | 0.88 | 0.47 |
| Hex | E3 | 54 | F | 0 | 3F | 5D | B | 14 | 58 | 2F |
| Octal | 343 | 124 | 17 | 0 | 77 | 135 | 13 | 24 | 130 | 57 |
| Binary | 11100011 | 1010100 | 1111 | 0 | 111111 | 1011101 | 1011 | 10100 | 1011000 | 101111 |
Color Harmonies of #E3540F
Complementary color
Monochromatic Colors of #E3540F
Black with #E3540F
Text Example
Text Example
White with #E3540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3540F; }
p { color: rgb(227,84,15); }
H1.HeaderClassName
{
color: #E3540F;
}
.AnyTagClassName
{
color: #E3540F;
}
</style>
background-color css
<style>
a { background-color: #E3540F; }
a { background-color: rgb(227,84,15); }
div.DivClassName
{
background-color: #E3540F;
}
.BgClassName
{
background-color: #E3540F;
}
</style>
border-color css
<style>
span { border-color: #E3540F; }
span { border-color: rgb(227,84,15); }
td.TdClassName
{
border-color: #E3540F;
}
.TagClassName
{
border-color: #E3540F;
}
</style>