Shades of Persimmon #E5430E
Tints of Persimmon #E5430E
RGB
CMYK
RGB Variations
Color information
#E5430E (or 0xE5430E) is known color: Persimmon. HEX triplet: E5, 43 and 0E. RGB value is (229,67,14). Sum of RGB (Red+Green+Blue) = 229+67+14=310 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.87% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 229 - color contains mainly: red. Hex color #E5430E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5430E is #1ABCF1. Grayscale: #6D6D6D. Windows color (decimal): -1752306 or 934885. OLE color: 934885.
HSL color Cylindrical-coordinate representation of color #E5430E: hue angle of 14.79º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5430E is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 67 | 14 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.10 |
| HSL | 14.79º | 0.88% | 0.48% | - |
| HSV(B) | 14.79º | 0.94% | 0.9% | - |
| XYZ | 34.4 | 20.7 | 2.6 | - |
| YUV | 109.4 | 74.17 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 14 | 0 | 0.71 | 0.94 | 0.10 | 14.79 | 0.88 | 0.48 |
| Hex | E5 | 43 | E | 0 | 47 | 5E | A | F | 58 | 30 |
| Octal | 345 | 103 | 16 | 0 | 107 | 136 | 12 | 17 | 130 | 60 |
| Binary | 11100101 | 1000011 | 1110 | 0 | 1000111 | 1011110 | 1010 | 1111 | 1011000 | 110000 |
Color Harmonies of #E5430E
Complementary color
Monochromatic Colors of #E5430E
Black with #E5430E
Text Example
Text Example
White with #E5430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5430E; }
p { color: rgb(229,67,14); }
H1.HeaderClassName
{
color: #E5430E;
}
.AnyTagClassName
{
color: #E5430E;
}
</style>
background-color css
<style>
a { background-color: #E5430E; }
a { background-color: rgb(229,67,14); }
div.DivClassName
{
background-color: #E5430E;
}
.BgClassName
{
background-color: #E5430E;
}
</style>
border-color css
<style>
span { border-color: #E5430E; }
span { border-color: rgb(229,67,14); }
td.TdClassName
{
border-color: #E5430E;
}
.TagClassName
{
border-color: #E5430E;
}
</style>