Shades of Persimmon #E35D0F
Tints of Persimmon #E35D0F
RGB
CMYK
RGB Variations
Color information
#E35D0F (or 0xE35D0F) is known color: Persimmon. HEX triplet: E3, 5D and 0F. RGB value is (227,93,15). Sum of RGB (Red+Green+Blue) = 227+93+15=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35D0F is #1CA2F0. Grayscale: #7C7C7C. Windows color (decimal): -1876721 or 1007075. OLE color: 1007075.
HSL color Cylindrical-coordinate representation of color #E35D0F: hue angle of 22.08º 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 #E35D0F is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 93 | 15 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.11 |
| HSL | 22.08º | 0.88% | 0.47% | - |
| HSV(B) | 22.08º | 0.93% | 0.89% | - |
| XYZ | 35.68 | 24.19 | 3.24 | - |
| YUV | 124.17 | 66.39 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 15 | 0 | 0.59 | 0.93 | 0.11 | 22.08 | 0.88 | 0.47 |
| Hex | E3 | 5D | F | 0 | 3B | 5D | B | 16 | 58 | 2F |
| Octal | 343 | 135 | 17 | 0 | 73 | 135 | 13 | 26 | 130 | 57 |
| Binary | 11100011 | 1011101 | 1111 | 0 | 111011 | 1011101 | 1011 | 10110 | 1011000 | 101111 |
Color Harmonies of #E35D0F
Complementary color
Monochromatic Colors of #E35D0F
Black with #E35D0F
Text Example
Text Example
White with #E35D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35D0F; }
p { color: rgb(227,93,15); }
H1.HeaderClassName
{
color: #E35D0F;
}
.AnyTagClassName
{
color: #E35D0F;
}
</style>
background-color css
<style>
a { background-color: #E35D0F; }
a { background-color: rgb(227,93,15); }
div.DivClassName
{
background-color: #E35D0F;
}
.BgClassName
{
background-color: #E35D0F;
}
</style>
border-color css
<style>
span { border-color: #E35D0F; }
span { border-color: rgb(227,93,15); }
td.TdClassName
{
border-color: #E35D0F;
}
.TagClassName
{
border-color: #E35D0F;
}
</style>