Shades of Persimmon #EF5D1D
Tints of Persimmon #EF5D1D
RGB
CMYK
RGB Variations
Color information
#EF5D1D (or 0xEF5D1D) is known color: Persimmon. HEX triplet: EF, 5D and 1D. RGB value is (239,93,29). Sum of RGB (Red+Green+Blue) = 239+93+29=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5D1D is #10A2E2. Grayscale: #818181. Windows color (decimal): -1090275 or 1924591. OLE color: 1924591.
HSL color Cylindrical-coordinate representation of color #EF5D1D: hue angle of 18.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF5D1D is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 29 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.06 |
| HSL | 18.29º | 0.87% | 0.53% | - |
| HSV(B) | 18.29º | 0.88% | 0.94% | - |
| XYZ | 39.73 | 26.27 | 4.14 | - |
| YUV | 129.36 | 71.37 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 29 | 0 | 0.61 | 0.88 | 0.06 | 18.29 | 0.87 | 0.53 |
| Hex | EF | 5D | 1D | 0 | 3D | 58 | 6 | 12 | 57 | 35 |
| Octal | 357 | 135 | 35 | 0 | 75 | 130 | 6 | 22 | 127 | 65 |
| Binary | 11101111 | 1011101 | 11101 | 0 | 111101 | 1011000 | 110 | 10010 | 1010111 | 110101 |
Color Harmonies of #EF5D1D
Complementary color
Monochromatic Colors of #EF5D1D
Black with #EF5D1D
Text Example
Text Example
White with #EF5D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5D1D; }
p { color: rgb(239,93,29); }
H1.HeaderClassName
{
color: #EF5D1D;
}
.AnyTagClassName
{
color: #EF5D1D;
}
</style>
background-color css
<style>
a { background-color: #EF5D1D; }
a { background-color: rgb(239,93,29); }
div.DivClassName
{
background-color: #EF5D1D;
}
.BgClassName
{
background-color: #EF5D1D;
}
</style>
border-color css
<style>
span { border-color: #EF5D1D; }
span { border-color: rgb(239,93,29); }
td.TdClassName
{
border-color: #EF5D1D;
}
.TagClassName
{
border-color: #EF5D1D;
}
</style>