Shades of Persimmon #EF620F
Tints of Persimmon #EF620F
RGB
CMYK
RGB Variations
Color information
#EF620F (or 0xEF620F) is known color: Persimmon. HEX triplet: EF, 62 and 0F. RGB value is (239,98,15). Sum of RGB (Red+Green+Blue) = 239+98+15=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF620F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF620F is #109DF0. Grayscale: #838383. Windows color (decimal): -1089009 or 1008367. OLE color: 1008367.
HSL color Cylindrical-coordinate representation of color #EF620F: hue angle of 22.23º degrees, saturation: 0.88, 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 #EF620F is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 15 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.06 |
| HSL | 22.23º | 0.88% | 0.5% | - |
| HSV(B) | 22.23º | 0.94% | 0.94% | - |
| XYZ | 40.05 | 27.12 | 3.58 | - |
| YUV | 130.7 | 62.71 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 15 | 0 | 0.59 | 0.94 | 0.06 | 22.23 | 0.88 | 0.5 |
| Hex | EF | 62 | F | 0 | 3B | 5E | 6 | 16 | 58 | 32 |
| Octal | 357 | 142 | 17 | 0 | 73 | 136 | 6 | 26 | 130 | 62 |
| Binary | 11101111 | 1100010 | 1111 | 0 | 111011 | 1011110 | 110 | 10110 | 1011000 | 110010 |
Color Harmonies of #EF620F
Complementary color
Monochromatic Colors of #EF620F
Black with #EF620F
Text Example
Text Example
White with #EF620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF620F; }
p { color: rgb(239,98,15); }
H1.HeaderClassName
{
color: #EF620F;
}
.AnyTagClassName
{
color: #EF620F;
}
</style>
background-color css
<style>
a { background-color: #EF620F; }
a { background-color: rgb(239,98,15); }
div.DivClassName
{
background-color: #EF620F;
}
.BgClassName
{
background-color: #EF620F;
}
</style>
border-color css
<style>
span { border-color: #EF620F; }
span { border-color: rgb(239,98,15); }
td.TdClassName
{
border-color: #EF620F;
}
.TagClassName
{
border-color: #EF620F;
}
</style>