Shades of Persimmon #E4550D
Tints of Persimmon #E4550D
RGB
CMYK
RGB Variations
Color information
#E4550D (or 0xE4550D) is known color: Persimmon. HEX triplet: E4, 55 and 0D. RGB value is (228,85,13). Sum of RGB (Red+Green+Blue) = 228+85+13=326 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.94% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 228 - color contains mainly: red. Hex color #E4550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4550D is #1BAAF2. Grayscale: #777777. Windows color (decimal): -1813235 or 873956. OLE color: 873956.
HSL color Cylindrical-coordinate representation of color #E4550D: hue angle of 20.09º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E4550D is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 13 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.11 |
| HSL | 20.09º | 0.89% | 0.47% | - |
| HSV(B) | 20.09º | 0.94% | 0.89% | - |
| XYZ | 35.32 | 23.02 | 2.96 | - |
| YUV | 119.55 | 67.88 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 13 | 0 | 0.63 | 0.94 | 0.11 | 20.09 | 0.89 | 0.47 |
| Hex | E4 | 55 | D | 0 | 3F | 5E | B | 14 | 59 | 2F |
| Octal | 344 | 125 | 15 | 0 | 77 | 136 | 13 | 24 | 131 | 57 |
| Binary | 11100100 | 1010101 | 1101 | 0 | 111111 | 1011110 | 1011 | 10100 | 1011001 | 101111 |
Color Harmonies of #E4550D
Complementary color
Monochromatic Colors of #E4550D
Black with #E4550D
Text Example
Text Example
White with #E4550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4550D; }
p { color: rgb(228,85,13); }
H1.HeaderClassName
{
color: #E4550D;
}
.AnyTagClassName
{
color: #E4550D;
}
</style>
background-color css
<style>
a { background-color: #E4550D; }
a { background-color: rgb(228,85,13); }
div.DivClassName
{
background-color: #E4550D;
}
.BgClassName
{
background-color: #E4550D;
}
</style>
border-color css
<style>
span { border-color: #E4550D; }
span { border-color: rgb(228,85,13); }
td.TdClassName
{
border-color: #E4550D;
}
.TagClassName
{
border-color: #E4550D;
}
</style>