Shades of Persimmon #E35714
Tints of Persimmon #E35714
RGB
CMYK
RGB Variations
Color information
#E35714 (or 0xE35714) is known color: Persimmon. HEX triplet: E3, 57 and 14. RGB value is (227,87,20). Sum of RGB (Red+Green+Blue) = 227+87+20=334 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.96% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 227 - color contains mainly: red. Hex color #E35714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35714 is #1CA8EB. Grayscale: #797979. Windows color (decimal): -1878252 or 1333219. OLE color: 1333219.
HSL color Cylindrical-coordinate representation of color #E35714: hue angle of 19.42º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E35714 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 87 | 20 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.11 |
| HSL | 19.42º | 0.84% | 0.48% | - |
| HSV(B) | 19.42º | 0.91% | 0.89% | - |
| XYZ | 35.21 | 23.2 | 3.28 | - |
| YUV | 121.22 | 70.88 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 87 | 20 | 0 | 0.62 | 0.91 | 0.11 | 19.42 | 0.84 | 0.48 |
| Hex | E3 | 57 | 14 | 0 | 3E | 5B | B | 13 | 54 | 30 |
| Octal | 343 | 127 | 24 | 0 | 76 | 133 | 13 | 23 | 124 | 60 |
| Binary | 11100011 | 1010111 | 10100 | 0 | 111110 | 1011011 | 1011 | 10011 | 1010100 | 110000 |
Color Harmonies of #E35714
Complementary color
Monochromatic Colors of #E35714
Black with #E35714
Text Example
Text Example
White with #E35714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35714; }
p { color: rgb(227,87,20); }
H1.HeaderClassName
{
color: #E35714;
}
.AnyTagClassName
{
color: #E35714;
}
</style>
background-color css
<style>
a { background-color: #E35714; }
a { background-color: rgb(227,87,20); }
div.DivClassName
{
background-color: #E35714;
}
.BgClassName
{
background-color: #E35714;
}
</style>
border-color css
<style>
span { border-color: #E35714; }
span { border-color: rgb(227,87,20); }
td.TdClassName
{
border-color: #E35714;
}
.TagClassName
{
border-color: #E35714;
}
</style>