Shades of Persimmon #EF5D1C
Tints of Persimmon #EF5D1C
RGB
CMYK
RGB Variations
Color information
#EF5D1C (or 0xEF5D1C) is known color: Persimmon. HEX triplet: EF, 5D and 1C. RGB value is (239,93,28). Sum of RGB (Red+Green+Blue) = 239+93+28=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5D1C is #10A2E3. Grayscale: #818181. Windows color (decimal): -1090276 or 1859055. OLE color: 1859055.
HSL color Cylindrical-coordinate representation of color #EF5D1C: hue angle of 18.48º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF5D1C is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 28 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.06 |
| HSL | 18.48º | 0.87% | 0.52% | - |
| HSV(B) | 18.48º | 0.88% | 0.94% | - |
| XYZ | 39.72 | 26.26 | 4.07 | - |
| YUV | 129.24 | 70.87 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 28 | 0 | 0.61 | 0.88 | 0.06 | 18.48 | 0.87 | 0.52 |
| Hex | EF | 5D | 1C | 0 | 3D | 58 | 6 | 12 | 57 | 34 |
| Octal | 357 | 135 | 34 | 0 | 75 | 130 | 6 | 22 | 127 | 64 |
| Binary | 11101111 | 1011101 | 11100 | 0 | 111101 | 1011000 | 110 | 10010 | 1010111 | 110100 |
Color Harmonies of #EF5D1C
Complementary color
Monochromatic Colors of #EF5D1C
Black with #EF5D1C
Text Example
Text Example
White with #EF5D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5D1C; }
p { color: rgb(239,93,28); }
H1.HeaderClassName
{
color: #EF5D1C;
}
.AnyTagClassName
{
color: #EF5D1C;
}
</style>
background-color css
<style>
a { background-color: #EF5D1C; }
a { background-color: rgb(239,93,28); }
div.DivClassName
{
background-color: #EF5D1C;
}
.BgClassName
{
background-color: #EF5D1C;
}
</style>
border-color css
<style>
span { border-color: #EF5D1C; }
span { border-color: rgb(239,93,28); }
td.TdClassName
{
border-color: #EF5D1C;
}
.TagClassName
{
border-color: #EF5D1C;
}
</style>