Shades of Persimmon #E44F0D
Tints of Persimmon #E44F0D
RGB
CMYK
RGB Variations
Color information
#E44F0D (or 0xE44F0D) is known color: Persimmon. HEX triplet: E4, 4F and 0D. RGB value is (228,79,13). Sum of RGB (Red+Green+Blue) = 228+79+13=320 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.25% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 228 - color contains mainly: red. Hex color #E44F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E44F0D is #1BB0F2. Grayscale: #747474. Windows color (decimal): -1814771 or 872420. OLE color: 872420.
HSL color Cylindrical-coordinate representation of color #E44F0D: hue angle of 18.42º 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 #E44F0D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 79 | 13 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.11 |
| HSL | 18.42º | 0.89% | 0.47% | - |
| HSV(B) | 18.42º | 0.94% | 0.89% | - |
| XYZ | 34.86 | 22.12 | 2.81 | - |
| YUV | 116.03 | 69.86 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 79 | 13 | 0 | 0.65 | 0.94 | 0.11 | 18.42 | 0.89 | 0.47 |
| Hex | E4 | 4F | D | 0 | 41 | 5E | B | 12 | 59 | 2F |
| Octal | 344 | 117 | 15 | 0 | 101 | 136 | 13 | 22 | 131 | 57 |
| Binary | 11100100 | 1001111 | 1101 | 0 | 1000001 | 1011110 | 1011 | 10010 | 1011001 | 101111 |
Color Harmonies of #E44F0D
Complementary color
Monochromatic Colors of #E44F0D
Black with #E44F0D
Text Example
Text Example
White with #E44F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44F0D; }
p { color: rgb(228,79,13); }
H1.HeaderClassName
{
color: #E44F0D;
}
.AnyTagClassName
{
color: #E44F0D;
}
</style>
background-color css
<style>
a { background-color: #E44F0D; }
a { background-color: rgb(228,79,13); }
div.DivClassName
{
background-color: #E44F0D;
}
.BgClassName
{
background-color: #E44F0D;
}
</style>
border-color css
<style>
span { border-color: #E44F0D; }
span { border-color: rgb(228,79,13); }
td.TdClassName
{
border-color: #E44F0D;
}
.TagClassName
{
border-color: #E44F0D;
}
</style>