Shades of Persimmon #EF581D
Tints of Persimmon #EF581D
RGB
CMYK
RGB Variations
Color information
#EF581D (or 0xEF581D) is known color: Persimmon. HEX triplet: EF, 58 and 1D. RGB value is (239,88,29). Sum of RGB (Red+Green+Blue) = 239+88+29=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF581D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF581D is #10A7E2. Grayscale: #7E7E7E. Windows color (decimal): -1091555 or 1923311. OLE color: 1923311.
HSL color Cylindrical-coordinate representation of color #EF581D: hue angle of 16.86º 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 #EF581D is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 29 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.06 |
| HSL | 16.86º | 0.87% | 0.53% | - |
| HSV(B) | 16.86º | 0.88% | 0.94% | - |
| XYZ | 39.31 | 25.42 | 4 | - |
| YUV | 126.42 | 73.03 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 29 | 0 | 0.63 | 0.88 | 0.06 | 16.86 | 0.87 | 0.53 |
| Hex | EF | 58 | 1D | 0 | 3F | 58 | 6 | 11 | 57 | 35 |
| Octal | 357 | 130 | 35 | 0 | 77 | 130 | 6 | 21 | 127 | 65 |
| Binary | 11101111 | 1011000 | 11101 | 0 | 111111 | 1011000 | 110 | 10001 | 1010111 | 110101 |
Color Harmonies of #EF581D
Complementary color
Monochromatic Colors of #EF581D
Black with #EF581D
Text Example
Text Example
White with #EF581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF581D; }
p { color: rgb(239,88,29); }
H1.HeaderClassName
{
color: #EF581D;
}
.AnyTagClassName
{
color: #EF581D;
}
</style>
background-color css
<style>
a { background-color: #EF581D; }
a { background-color: rgb(239,88,29); }
div.DivClassName
{
background-color: #EF581D;
}
.BgClassName
{
background-color: #EF581D;
}
</style>
border-color css
<style>
span { border-color: #EF581D; }
span { border-color: rgb(239,88,29); }
td.TdClassName
{
border-color: #EF581D;
}
.TagClassName
{
border-color: #EF581D;
}
</style>