Shades of Persimmon #E5600F
Tints of Persimmon #E5600F
RGB
CMYK
RGB Variations
Color information
#E5600F (or 0xE5600F) is known color: Persimmon. HEX triplet: E5, 60 and 0F. RGB value is (229,96,15). Sum of RGB (Red+Green+Blue) = 229+96+15=340 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.35% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 229 - color contains mainly: red. Hex color #E5600F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5600F is #1A9FF0. Grayscale: #7E7E7E. Windows color (decimal): -1744881 or 1007845. OLE color: 1007845.
HSL color Cylindrical-coordinate representation of color #E5600F: hue angle of 22.71º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5600F is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 15 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.10 |
| HSL | 22.71º | 0.88% | 0.48% | - |
| HSV(B) | 22.71º | 0.93% | 0.9% | - |
| XYZ | 36.58 | 25.06 | 3.36 | - |
| YUV | 126.53 | 65.06 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 15 | 0 | 0.58 | 0.93 | 0.10 | 22.71 | 0.88 | 0.48 |
| Hex | E5 | 60 | F | 0 | 3A | 5D | A | 17 | 58 | 30 |
| Octal | 345 | 140 | 17 | 0 | 72 | 135 | 12 | 27 | 130 | 60 |
| Binary | 11100101 | 1100000 | 1111 | 0 | 111010 | 1011101 | 1010 | 10111 | 1011000 | 110000 |
Color Harmonies of #E5600F
Complementary color
Monochromatic Colors of #E5600F
Black with #E5600F
Text Example
Text Example
White with #E5600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5600F; }
p { color: rgb(229,96,15); }
H1.HeaderClassName
{
color: #E5600F;
}
.AnyTagClassName
{
color: #E5600F;
}
</style>
background-color css
<style>
a { background-color: #E5600F; }
a { background-color: rgb(229,96,15); }
div.DivClassName
{
background-color: #E5600F;
}
.BgClassName
{
background-color: #E5600F;
}
</style>
border-color css
<style>
span { border-color: #E5600F; }
span { border-color: rgb(229,96,15); }
td.TdClassName
{
border-color: #E5600F;
}
.TagClassName
{
border-color: #E5600F;
}
</style>