Shades of Persimmon #EF4D15
Tints of Persimmon #EF4D15
RGB
CMYK
RGB Variations
Color information
#EF4D15 (or 0xEF4D15) is known color: Persimmon. HEX triplet: EF, 4D and 15. RGB value is (239,77,21). Sum of RGB (Red+Green+Blue) = 239+77+21=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF4D15 is #10B2EA. Grayscale: #777777. Windows color (decimal): -1094379 or 1396207. OLE color: 1396207.
HSL color Cylindrical-coordinate representation of color #EF4D15: hue angle of 15.41º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF4D15 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 21 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.06 |
| HSL | 15.41º | 0.87% | 0.51% | - |
| HSV(B) | 15.41º | 0.91% | 0.94% | - |
| XYZ | 38.39 | 23.71 | 3.26 | - |
| YUV | 119.05 | 72.67 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 21 | 0 | 0.68 | 0.91 | 0.06 | 15.41 | 0.87 | 0.51 |
| Hex | EF | 4D | 15 | 0 | 44 | 5B | 6 | F | 57 | 33 |
| Octal | 357 | 115 | 25 | 0 | 104 | 133 | 6 | 17 | 127 | 63 |
| Binary | 11101111 | 1001101 | 10101 | 0 | 1000100 | 1011011 | 110 | 1111 | 1010111 | 110011 |
Color Harmonies of #EF4D15
Complementary color
Monochromatic Colors of #EF4D15
Black with #EF4D15
Text Example
Text Example
White with #EF4D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4D15; }
p { color: rgb(239,77,21); }
H1.HeaderClassName
{
color: #EF4D15;
}
.AnyTagClassName
{
color: #EF4D15;
}
</style>
background-color css
<style>
a { background-color: #EF4D15; }
a { background-color: rgb(239,77,21); }
div.DivClassName
{
background-color: #EF4D15;
}
.BgClassName
{
background-color: #EF4D15;
}
</style>
border-color css
<style>
span { border-color: #EF4D15; }
span { border-color: rgb(239,77,21); }
td.TdClassName
{
border-color: #EF4D15;
}
.TagClassName
{
border-color: #EF4D15;
}
</style>