Shades of Persimmon #EF501C
Tints of Persimmon #EF501C
RGB
CMYK
RGB Variations
Color information
#EF501C (or 0xEF501C) is known color: Persimmon. HEX triplet: EF, 50 and 1C. RGB value is (239,80,28). Sum of RGB (Red+Green+Blue) = 239+80+28=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF501C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF501C is #10AFE3. Grayscale: #797979. Windows color (decimal): -1093604 or 1855727. OLE color: 1855727.
HSL color Cylindrical-coordinate representation of color #EF501C: hue angle of 14.79º 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 #EF501C is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 28 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.06 |
| HSL | 14.79º | 0.87% | 0.52% | - |
| HSV(B) | 14.79º | 0.88% | 0.94% | - |
| XYZ | 38.67 | 24.17 | 3.73 | - |
| YUV | 121.61 | 75.18 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 28 | 0 | 0.67 | 0.88 | 0.06 | 14.79 | 0.87 | 0.52 |
| Hex | EF | 50 | 1C | 0 | 43 | 58 | 6 | F | 57 | 34 |
| Octal | 357 | 120 | 34 | 0 | 103 | 130 | 6 | 17 | 127 | 64 |
| Binary | 11101111 | 1010000 | 11100 | 0 | 1000011 | 1011000 | 110 | 1111 | 1010111 | 110100 |
Color Harmonies of #EF501C
Complementary color
Monochromatic Colors of #EF501C
Black with #EF501C
Text Example
Text Example
White with #EF501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF501C; }
p { color: rgb(239,80,28); }
H1.HeaderClassName
{
color: #EF501C;
}
.AnyTagClassName
{
color: #EF501C;
}
</style>
background-color css
<style>
a { background-color: #EF501C; }
a { background-color: rgb(239,80,28); }
div.DivClassName
{
background-color: #EF501C;
}
.BgClassName
{
background-color: #EF501C;
}
</style>
border-color css
<style>
span { border-color: #EF501C; }
span { border-color: rgb(239,80,28); }
td.TdClassName
{
border-color: #EF501C;
}
.TagClassName
{
border-color: #EF501C;
}
</style>