Shades of Persimmon #E54107
Tints of Persimmon #E54107
RGB
CMYK
RGB Variations
Color information
#E54107 (or 0xE54107) is known color: Persimmon. HEX triplet: E5, 41 and 07. RGB value is (229,65,7). Sum of RGB (Red+Green+Blue) = 229+65+7=301 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.08% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 229 - color contains mainly: red. Hex color #E54107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54107 is #1ABEF8. Grayscale: #6B6B6B. Windows color (decimal): -1752825 or 475621. OLE color: 475621.
HSL color Cylindrical-coordinate representation of color #E54107: hue angle of 15.68º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E54107 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 7 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.10 |
| HSL | 15.68º | 0.94% | 0.46% | - |
| HSV(B) | 15.68º | 0.97% | 0.9% | - |
| XYZ | 34.24 | 20.45 | 2.34 | - |
| YUV | 107.42 | 71.33 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 7 | 0 | 0.72 | 0.97 | 0.10 | 15.68 | 0.94 | 0.46 |
| Hex | E5 | 41 | 7 | 0 | 48 | 61 | A | 10 | 5E | 2E |
| Octal | 345 | 101 | 7 | 0 | 110 | 141 | 12 | 20 | 136 | 56 |
| Binary | 11100101 | 1000001 | 111 | 0 | 1001000 | 1100001 | 1010 | 10000 | 1011110 | 101110 |
Color Harmonies of #E54107
Complementary color
Monochromatic Colors of #E54107
Black with #E54107
Text Example
Text Example
White with #E54107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54107; }
p { color: rgb(229,65,7); }
H1.HeaderClassName
{
color: #E54107;
}
.AnyTagClassName
{
color: #E54107;
}
</style>
background-color css
<style>
a { background-color: #E54107; }
a { background-color: rgb(229,65,7); }
div.DivClassName
{
background-color: #E54107;
}
.BgClassName
{
background-color: #E54107;
}
</style>
border-color css
<style>
span { border-color: #E54107; }
span { border-color: rgb(229,65,7); }
td.TdClassName
{
border-color: #E54107;
}
.TagClassName
{
border-color: #E54107;
}
</style>