Shades of Persimmon #EF501D
Tints of Persimmon #EF501D
RGB
CMYK
RGB Variations
Color information
#EF501D (or 0xEF501D) is known color: Persimmon. HEX triplet: EF, 50 and 1D. RGB value is (239,80,29). Sum of RGB (Red+Green+Blue) = 239+80+29=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF501D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF501D is #10AFE2. Grayscale: #7A7A7A. Windows color (decimal): -1093603 or 1921263. OLE color: 1921263.
HSL color Cylindrical-coordinate representation of color #EF501D: hue angle of 14.57º 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 #EF501D is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 29 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.06 |
| HSL | 14.57º | 0.87% | 0.53% | - |
| HSV(B) | 14.57º | 0.88% | 0.94% | - |
| XYZ | 38.69 | 24.18 | 3.79 | - |
| YUV | 121.73 | 75.68 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 29 | 0 | 0.67 | 0.88 | 0.06 | 14.57 | 0.87 | 0.53 |
| Hex | EF | 50 | 1D | 0 | 43 | 58 | 6 | F | 57 | 35 |
| Octal | 357 | 120 | 35 | 0 | 103 | 130 | 6 | 17 | 127 | 65 |
| Binary | 11101111 | 1010000 | 11101 | 0 | 1000011 | 1011000 | 110 | 1111 | 1010111 | 110101 |
Color Harmonies of #EF501D
Complementary color
Monochromatic Colors of #EF501D
Black with #EF501D
Text Example
Text Example
White with #EF501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF501D; }
p { color: rgb(239,80,29); }
H1.HeaderClassName
{
color: #EF501D;
}
.AnyTagClassName
{
color: #EF501D;
}
</style>
background-color css
<style>
a { background-color: #EF501D; }
a { background-color: rgb(239,80,29); }
div.DivClassName
{
background-color: #EF501D;
}
.BgClassName
{
background-color: #EF501D;
}
</style>
border-color css
<style>
span { border-color: #EF501D; }
span { border-color: rgb(239,80,29); }
td.TdClassName
{
border-color: #EF501D;
}
.TagClassName
{
border-color: #EF501D;
}
</style>