Shades of Persimmon #EF6505
Tints of Persimmon #EF6505
RGB
CMYK
RGB Variations
Color information
#EF6505 (or 0xEF6505) is known color: Persimmon. HEX triplet: EF, 65 and 05. RGB value is (239,101,5). Sum of RGB (Red+Green+Blue) = 239+101+5=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6505 is #109AFA. Grayscale: #838383. Windows color (decimal): -1088251 or 353775. OLE color: 353775.
HSL color Cylindrical-coordinate representation of color #EF6505: hue angle of 24.62º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF6505 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 5 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.06 |
| HSL | 24.62º | 0.96% | 0.48% | - |
| HSV(B) | 24.62º | 0.98% | 0.94% | - |
| XYZ | 40.28 | 27.67 | 3.36 | - |
| YUV | 131.32 | 56.72 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 5 | 0 | 0.58 | 0.98 | 0.06 | 24.62 | 0.96 | 0.48 |
| Hex | EF | 65 | 5 | 0 | 3A | 62 | 6 | 19 | 60 | 30 |
| Octal | 357 | 145 | 5 | 0 | 72 | 142 | 6 | 31 | 140 | 60 |
| Binary | 11101111 | 1100101 | 101 | 0 | 111010 | 1100010 | 110 | 11001 | 1100000 | 110000 |
Color Harmonies of #EF6505
Complementary color
Monochromatic Colors of #EF6505
Black with #EF6505
Text Example
Text Example
White with #EF6505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6505; }
p { color: rgb(239,101,5); }
H1.HeaderClassName
{
color: #EF6505;
}
.AnyTagClassName
{
color: #EF6505;
}
</style>
background-color css
<style>
a { background-color: #EF6505; }
a { background-color: rgb(239,101,5); }
div.DivClassName
{
background-color: #EF6505;
}
.BgClassName
{
background-color: #EF6505;
}
</style>
border-color css
<style>
span { border-color: #EF6505; }
span { border-color: rgb(239,101,5); }
td.TdClassName
{
border-color: #EF6505;
}
.TagClassName
{
border-color: #EF6505;
}
</style>