Shades of Persimmon #EF560D
Tints of Persimmon #EF560D
RGB
CMYK
RGB Variations
Color information
#EF560D (or 0xEF560D) is known color: Persimmon. HEX triplet: EF, 56 and 0D. RGB value is (239,86,13). Sum of RGB (Red+Green+Blue) = 239+86+13=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF560D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF560D is #10A9F2. Grayscale: #7B7B7B. Windows color (decimal): -1092083 or 874223. OLE color: 874223.
HSL color Cylindrical-coordinate representation of color #EF560D: hue angle of 19.38º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF560D is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 13 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.06 |
| HSL | 19.38º | 0.9% | 0.49% | - |
| HSV(B) | 19.38º | 0.95% | 0.94% | - |
| XYZ | 39 | 25.04 | 3.16 | - |
| YUV | 123.43 | 65.69 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 13 | 0 | 0.64 | 0.95 | 0.06 | 19.38 | 0.9 | 0.49 |
| Hex | EF | 56 | D | 0 | 40 | 5F | 6 | 13 | 5A | 31 |
| Octal | 357 | 126 | 15 | 0 | 100 | 137 | 6 | 23 | 132 | 61 |
| Binary | 11101111 | 1010110 | 1101 | 0 | 1000000 | 1011111 | 110 | 10011 | 1011010 | 110001 |
Color Harmonies of #EF560D
Complementary color
Monochromatic Colors of #EF560D
Black with #EF560D
Text Example
Text Example
White with #EF560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF560D; }
p { color: rgb(239,86,13); }
H1.HeaderClassName
{
color: #EF560D;
}
.AnyTagClassName
{
color: #EF560D;
}
</style>
background-color css
<style>
a { background-color: #EF560D; }
a { background-color: rgb(239,86,13); }
div.DivClassName
{
background-color: #EF560D;
}
.BgClassName
{
background-color: #EF560D;
}
</style>
border-color css
<style>
span { border-color: #EF560D; }
span { border-color: rgb(239,86,13); }
td.TdClassName
{
border-color: #EF560D;
}
.TagClassName
{
border-color: #EF560D;
}
</style>