Shades of Persimmon #EF6501
Tints of Persimmon #EF6501
RGB
CMYK
RGB Variations
Color information
#EF6501 (or 0xEF6501) is known color: Persimmon. HEX triplet: EF, 65 and 01. RGB value is (239,101,1). Sum of RGB (Red+Green+Blue) = 239+101+1=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6501 is #109AFE. Grayscale: #838383. Windows color (decimal): -1088255 or 91631. OLE color: 91631.
HSL color Cylindrical-coordinate representation of color #EF6501: hue angle of 25.21º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF6501 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 1 | - |
| CMYK | 0 | 0.58 | 1.00 | 0.06 |
| HSL | 25.21º | 0.99% | 0.47% | - |
| HSV(B) | 25.21º | 1% | 0.94% | - |
| XYZ | 40.26 | 27.66 | 3.25 | - |
| YUV | 130.86 | 54.72 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 1 | 0 | 0.58 | 1.00 | 0.06 | 25.21 | 0.99 | 0.47 |
| Hex | EF | 65 | 1 | 0 | 3A | 64 | 6 | 19 | 63 | 2F |
| Octal | 357 | 145 | 1 | 0 | 72 | 144 | 6 | 31 | 143 | 57 |
| Binary | 11101111 | 1100101 | 1 | 0 | 111010 | 1100100 | 110 | 11001 | 1100011 | 101111 |
Color Harmonies of #EF6501
Complementary color
Monochromatic Colors of #EF6501
Black with #EF6501
Text Example
Text Example
White with #EF6501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6501; }
p { color: rgb(239,101,1); }
H1.HeaderClassName
{
color: #EF6501;
}
.AnyTagClassName
{
color: #EF6501;
}
</style>
background-color css
<style>
a { background-color: #EF6501; }
a { background-color: rgb(239,101,1); }
div.DivClassName
{
background-color: #EF6501;
}
.BgClassName
{
background-color: #EF6501;
}
</style>
border-color css
<style>
span { border-color: #EF6501; }
span { border-color: rgb(239,101,1); }
td.TdClassName
{
border-color: #EF6501;
}
.TagClassName
{
border-color: #EF6501;
}
</style>