Shades of Persimmon #EF5314
Tints of Persimmon #EF5314
RGB
CMYK
RGB Variations
Color information
#EF5314 (or 0xEF5314) is known color: Persimmon. HEX triplet: EF, 53 and 14. RGB value is (239,83,20). Sum of RGB (Red+Green+Blue) = 239+83+20=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5314 is #10ACEB. Grayscale: #7A7A7A. Windows color (decimal): -1092844 or 1332207. OLE color: 1332207.
HSL color Cylindrical-coordinate representation of color #EF5314: hue angle of 17.26º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF5314 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 20 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.06 |
| HSL | 17.26º | 0.87% | 0.51% | - |
| HSV(B) | 17.26º | 0.92% | 0.94% | - |
| XYZ | 38.82 | 24.59 | 3.36 | - |
| YUV | 122.46 | 70.18 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 20 | 0 | 0.65 | 0.92 | 0.06 | 17.26 | 0.87 | 0.51 |
| Hex | EF | 53 | 14 | 0 | 41 | 5C | 6 | 11 | 57 | 33 |
| Octal | 357 | 123 | 24 | 0 | 101 | 134 | 6 | 21 | 127 | 63 |
| Binary | 11101111 | 1010011 | 10100 | 0 | 1000001 | 1011100 | 110 | 10001 | 1010111 | 110011 |
Color Harmonies of #EF5314
Complementary color
Monochromatic Colors of #EF5314
Black with #EF5314
Text Example
Text Example
White with #EF5314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5314; }
p { color: rgb(239,83,20); }
H1.HeaderClassName
{
color: #EF5314;
}
.AnyTagClassName
{
color: #EF5314;
}
</style>
background-color css
<style>
a { background-color: #EF5314; }
a { background-color: rgb(239,83,20); }
div.DivClassName
{
background-color: #EF5314;
}
.BgClassName
{
background-color: #EF5314;
}
</style>
border-color css
<style>
span { border-color: #EF5314; }
span { border-color: rgb(239,83,20); }
td.TdClassName
{
border-color: #EF5314;
}
.TagClassName
{
border-color: #EF5314;
}
</style>