Shades of Persimmon #E5440F
Tints of Persimmon #E5440F
RGB
CMYK
RGB Variations
Color information
#E5440F (or 0xE5440F) is known color: Persimmon. HEX triplet: E5, 44 and 0F. RGB value is (229,68,15). Sum of RGB (Red+Green+Blue) = 229+68+15=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E5440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5440F is #1ABBF0. Grayscale: #6E6E6E. Windows color (decimal): -1752049 or 1000677. OLE color: 1000677.
HSL color Cylindrical-coordinate representation of color #E5440F: hue angle of 14.86º 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 #E5440F is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 68 | 15 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.10 |
| HSL | 14.86º | 0.88% | 0.48% | - |
| HSV(B) | 14.86º | 0.93% | 0.9% | - |
| XYZ | 34.47 | 20.83 | 2.66 | - |
| YUV | 110.1 | 74.34 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 15 | 0 | 0.70 | 0.93 | 0.10 | 14.86 | 0.88 | 0.48 |
| Hex | E5 | 44 | F | 0 | 46 | 5D | A | F | 58 | 30 |
| Octal | 345 | 104 | 17 | 0 | 106 | 135 | 12 | 17 | 130 | 60 |
| Binary | 11100101 | 1000100 | 1111 | 0 | 1000110 | 1011101 | 1010 | 1111 | 1011000 | 110000 |
Color Harmonies of #E5440F
Complementary color
Monochromatic Colors of #E5440F
Black with #E5440F
Text Example
Text Example
White with #E5440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5440F; }
p { color: rgb(229,68,15); }
H1.HeaderClassName
{
color: #E5440F;
}
.AnyTagClassName
{
color: #E5440F;
}
</style>
background-color css
<style>
a { background-color: #E5440F; }
a { background-color: rgb(229,68,15); }
div.DivClassName
{
background-color: #E5440F;
}
.BgClassName
{
background-color: #E5440F;
}
</style>
border-color css
<style>
span { border-color: #E5440F; }
span { border-color: rgb(229,68,15); }
td.TdClassName
{
border-color: #E5440F;
}
.TagClassName
{
border-color: #E5440F;
}
</style>