Shades of Persimmon #EF650A
Tints of Persimmon #EF650A
RGB
CMYK
RGB Variations
Color information
#EF650A (or 0xEF650A) is known color: Persimmon. HEX triplet: EF, 65 and 0A. RGB value is (239,101,10). Sum of RGB (Red+Green+Blue) = 239+101+10=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF650A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF650A is #109AF5. Grayscale: #848484. Windows color (decimal): -1088246 or 681455. OLE color: 681455.
HSL color Cylindrical-coordinate representation of color #EF650A: hue angle of 23.84º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF650A is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 10 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.06 |
| HSL | 23.84º | 0.92% | 0.49% | - |
| HSV(B) | 23.84º | 0.96% | 0.94% | - |
| XYZ | 40.31 | 27.68 | 3.51 | - |
| YUV | 131.89 | 59.22 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 10 | 0 | 0.58 | 0.96 | 0.06 | 23.84 | 0.92 | 0.49 |
| Hex | EF | 65 | A | 0 | 3A | 60 | 6 | 18 | 5C | 31 |
| Octal | 357 | 145 | 12 | 0 | 72 | 140 | 6 | 30 | 134 | 61 |
| Binary | 11101111 | 1100101 | 1010 | 0 | 111010 | 1100000 | 110 | 11000 | 1011100 | 110001 |
Color Harmonies of #EF650A
Complementary color
Monochromatic Colors of #EF650A
Black with #EF650A
Text Example
Text Example
White with #EF650A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF650A; }
p { color: rgb(239,101,10); }
H1.HeaderClassName
{
color: #EF650A;
}
.AnyTagClassName
{
color: #EF650A;
}
</style>
background-color css
<style>
a { background-color: #EF650A; }
a { background-color: rgb(239,101,10); }
div.DivClassName
{
background-color: #EF650A;
}
.BgClassName
{
background-color: #EF650A;
}
</style>
border-color css
<style>
span { border-color: #EF650A; }
span { border-color: rgb(239,101,10); }
td.TdClassName
{
border-color: #EF650A;
}
.TagClassName
{
border-color: #EF650A;
}
</style>