Shades of Persimmon #E44F0C
Tints of Persimmon #E44F0C
RGB
CMYK
RGB Variations
Color information
#E44F0C (or 0xE44F0C) is known color: Persimmon. HEX triplet: E4, 4F and 0C. RGB value is (228,79,12). Sum of RGB (Red+Green+Blue) = 228+79+12=319 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.47% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 228 - color contains mainly: red. Hex color #E44F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E44F0C is #1BB0F3. Grayscale: #747474. Windows color (decimal): -1814772 or 806884. OLE color: 806884.
HSL color Cylindrical-coordinate representation of color #E44F0C: hue angle of 18.61º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E44F0C is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 79 | 12 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.11 |
| HSL | 18.61º | 0.9% | 0.47% | - |
| HSV(B) | 18.61º | 0.95% | 0.89% | - |
| XYZ | 34.86 | 22.11 | 2.78 | - |
| YUV | 115.91 | 69.36 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 79 | 12 | 0 | 0.65 | 0.95 | 0.11 | 18.61 | 0.9 | 0.47 |
| Hex | E4 | 4F | C | 0 | 41 | 5F | B | 13 | 5A | 2F |
| Octal | 344 | 117 | 14 | 0 | 101 | 137 | 13 | 23 | 132 | 57 |
| Binary | 11100100 | 1001111 | 1100 | 0 | 1000001 | 1011111 | 1011 | 10011 | 1011010 | 101111 |
Color Harmonies of #E44F0C
Complementary color
Monochromatic Colors of #E44F0C
Black with #E44F0C
Text Example
Text Example
White with #E44F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44F0C; }
p { color: rgb(228,79,12); }
H1.HeaderClassName
{
color: #E44F0C;
}
.AnyTagClassName
{
color: #E44F0C;
}
</style>
background-color css
<style>
a { background-color: #E44F0C; }
a { background-color: rgb(228,79,12); }
div.DivClassName
{
background-color: #E44F0C;
}
.BgClassName
{
background-color: #E44F0C;
}
</style>
border-color css
<style>
span { border-color: #E44F0C; }
span { border-color: rgb(228,79,12); }
td.TdClassName
{
border-color: #E44F0C;
}
.TagClassName
{
border-color: #E44F0C;
}
</style>