Shades of Persimmon #EF620E
Tints of Persimmon #EF620E
RGB
CMYK
RGB Variations
Color information
#EF620E (or 0xEF620E) is known color: Persimmon. HEX triplet: EF, 62 and 0E. RGB value is (239,98,14). Sum of RGB (Red+Green+Blue) = 239+98+14=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF620E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF620E is #109DF1. Grayscale: #838383. Windows color (decimal): -1089010 or 942831. OLE color: 942831.
HSL color Cylindrical-coordinate representation of color #EF620E: hue angle of 22.4º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF620E is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 14 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.06 |
| HSL | 22.4º | 0.89% | 0.5% | - |
| HSV(B) | 22.4º | 0.94% | 0.94% | - |
| XYZ | 40.04 | 27.12 | 3.54 | - |
| YUV | 130.58 | 62.21 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 14 | 0 | 0.59 | 0.94 | 0.06 | 22.4 | 0.89 | 0.5 |
| Hex | EF | 62 | E | 0 | 3B | 5E | 6 | 16 | 59 | 32 |
| Octal | 357 | 142 | 16 | 0 | 73 | 136 | 6 | 26 | 131 | 62 |
| Binary | 11101111 | 1100010 | 1110 | 0 | 111011 | 1011110 | 110 | 10110 | 1011001 | 110010 |
Color Harmonies of #EF620E
Complementary color
Monochromatic Colors of #EF620E
Black with #EF620E
Text Example
Text Example
White with #EF620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF620E; }
p { color: rgb(239,98,14); }
H1.HeaderClassName
{
color: #EF620E;
}
.AnyTagClassName
{
color: #EF620E;
}
</style>
background-color css
<style>
a { background-color: #EF620E; }
a { background-color: rgb(239,98,14); }
div.DivClassName
{
background-color: #EF620E;
}
.BgClassName
{
background-color: #EF620E;
}
</style>
border-color css
<style>
span { border-color: #EF620E; }
span { border-color: rgb(239,98,14); }
td.TdClassName
{
border-color: #EF620E;
}
.TagClassName
{
border-color: #EF620E;
}
</style>