Shades of Persimmon #EF4D06
Tints of Persimmon #EF4D06
RGB
CMYK
RGB Variations
Color information
#EF4D06 (or 0xEF4D06) is known color: Persimmon. HEX triplet: EF, 4D and 06. RGB value is (239,77,6). Sum of RGB (Red+Green+Blue) = 239+77+6=322 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.22% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4D06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF4D06 is #10B2F9. Grayscale: #757575. Windows color (decimal): -1094394 or 413167. OLE color: 413167.
HSL color Cylindrical-coordinate representation of color #EF4D06: hue angle of 18.28º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF4D06 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 6 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.06 |
| HSL | 18.28º | 0.95% | 0.48% | - |
| HSV(B) | 18.28º | 0.97% | 0.94% | - |
| XYZ | 38.28 | 23.67 | 2.72 | - |
| YUV | 117.34 | 65.17 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 6 | 0 | 0.68 | 0.97 | 0.06 | 18.28 | 0.95 | 0.48 |
| Hex | EF | 4D | 6 | 0 | 44 | 61 | 6 | 12 | 5F | 30 |
| Octal | 357 | 115 | 6 | 0 | 104 | 141 | 6 | 22 | 137 | 60 |
| Binary | 11101111 | 1001101 | 110 | 0 | 1000100 | 1100001 | 110 | 10010 | 1011111 | 110000 |
Color Harmonies of #EF4D06
Complementary color
Monochromatic Colors of #EF4D06
Black with #EF4D06
Text Example
Text Example
White with #EF4D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4D06; }
p { color: rgb(239,77,6); }
H1.HeaderClassName
{
color: #EF4D06;
}
.AnyTagClassName
{
color: #EF4D06;
}
</style>
background-color css
<style>
a { background-color: #EF4D06; }
a { background-color: rgb(239,77,6); }
div.DivClassName
{
background-color: #EF4D06;
}
.BgClassName
{
background-color: #EF4D06;
}
</style>
border-color css
<style>
span { border-color: #EF4D06; }
span { border-color: rgb(239,77,6); }
td.TdClassName
{
border-color: #EF4D06;
}
.TagClassName
{
border-color: #EF4D06;
}
</style>