Shades of Persimmon #EF4F1C
Tints of Persimmon #EF4F1C
RGB
CMYK
RGB Variations
Color information
#EF4F1C (or 0xEF4F1C) is known color: Persimmon. HEX triplet: EF, 4F and 1C. RGB value is (239,79,28). Sum of RGB (Red+Green+Blue) = 239+79+28=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4F1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF4F1C is #10B0E3. Grayscale: #797979. Windows color (decimal): -1093860 or 1855471. OLE color: 1855471.
HSL color Cylindrical-coordinate representation of color #EF4F1C: hue angle of 14.5º 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 #EF4F1C is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 79 | 28 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.06 |
| HSL | 14.5º | 0.87% | 0.52% | - |
| HSV(B) | 14.5º | 0.88% | 0.94% | - |
| XYZ | 38.6 | 24.03 | 3.7 | - |
| YUV | 121.03 | 75.51 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 79 | 28 | 0 | 0.67 | 0.88 | 0.06 | 14.5 | 0.87 | 0.52 |
| Hex | EF | 4F | 1C | 0 | 43 | 58 | 6 | F | 57 | 34 |
| Octal | 357 | 117 | 34 | 0 | 103 | 130 | 6 | 17 | 127 | 64 |
| Binary | 11101111 | 1001111 | 11100 | 0 | 1000011 | 1011000 | 110 | 1111 | 1010111 | 110100 |
Color Harmonies of #EF4F1C
Complementary color
Monochromatic Colors of #EF4F1C
Black with #EF4F1C
Text Example
Text Example
White with #EF4F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4F1C; }
p { color: rgb(239,79,28); }
H1.HeaderClassName
{
color: #EF4F1C;
}
.AnyTagClassName
{
color: #EF4F1C;
}
</style>
background-color css
<style>
a { background-color: #EF4F1C; }
a { background-color: rgb(239,79,28); }
div.DivClassName
{
background-color: #EF4F1C;
}
.BgClassName
{
background-color: #EF4F1C;
}
</style>
border-color css
<style>
span { border-color: #EF4F1C; }
span { border-color: rgb(239,79,28); }
td.TdClassName
{
border-color: #EF4F1C;
}
.TagClassName
{
border-color: #EF4F1C;
}
</style>