Shades of Persimmon #EF5315
Tints of Persimmon #EF5315
RGB
CMYK
RGB Variations
Color information
#EF5315 (or 0xEF5315) is known color: Persimmon. HEX triplet: EF, 53 and 15. RGB value is (239,83,21). Sum of RGB (Red+Green+Blue) = 239+83+21=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5315 is #10ACEA. Grayscale: #7A7A7A. Windows color (decimal): -1092843 or 1397743. OLE color: 1397743.
HSL color Cylindrical-coordinate representation of color #EF5315: hue angle of 17.06º 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 #EF5315 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 21 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.06 |
| HSL | 17.06º | 0.87% | 0.51% | - |
| HSV(B) | 17.06º | 0.91% | 0.94% | - |
| XYZ | 38.83 | 24.59 | 3.41 | - |
| YUV | 122.58 | 70.68 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 21 | 0 | 0.65 | 0.91 | 0.06 | 17.06 | 0.87 | 0.51 |
| Hex | EF | 53 | 15 | 0 | 41 | 5B | 6 | 11 | 57 | 33 |
| Octal | 357 | 123 | 25 | 0 | 101 | 133 | 6 | 21 | 127 | 63 |
| Binary | 11101111 | 1010011 | 10101 | 0 | 1000001 | 1011011 | 110 | 10001 | 1010111 | 110011 |
Color Harmonies of #EF5315
Complementary color
Monochromatic Colors of #EF5315
Black with #EF5315
Text Example
Text Example
White with #EF5315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5315; }
p { color: rgb(239,83,21); }
H1.HeaderClassName
{
color: #EF5315;
}
.AnyTagClassName
{
color: #EF5315;
}
</style>
background-color css
<style>
a { background-color: #EF5315; }
a { background-color: rgb(239,83,21); }
div.DivClassName
{
background-color: #EF5315;
}
.BgClassName
{
background-color: #EF5315;
}
</style>
border-color css
<style>
span { border-color: #EF5315; }
span { border-color: rgb(239,83,21); }
td.TdClassName
{
border-color: #EF5315;
}
.TagClassName
{
border-color: #EF5315;
}
</style>