Shades of Persimmon #EF6605
Tints of Persimmon #EF6605
RGB
CMYK
RGB Variations
Color information
#EF6605 (or 0xEF6605) is known color: Persimmon. HEX triplet: EF, 66 and 05. RGB value is (239,102,5). Sum of RGB (Red+Green+Blue) = 239+102+5=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6605 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6605 is #1099FA. Grayscale: #848484. Windows color (decimal): -1087995 or 354031. OLE color: 354031.
HSL color Cylindrical-coordinate representation of color #EF6605: hue angle of 24.87º 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 #EF6605 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 5 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.06 |
| HSL | 24.87º | 0.96% | 0.48% | - |
| HSV(B) | 24.87º | 0.98% | 0.94% | - |
| XYZ | 40.38 | 27.86 | 3.39 | - |
| YUV | 131.91 | 56.39 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 5 | 0 | 0.57 | 0.98 | 0.06 | 24.87 | 0.96 | 0.48 |
| Hex | EF | 66 | 5 | 0 | 39 | 62 | 6 | 19 | 60 | 30 |
| Octal | 357 | 146 | 5 | 0 | 71 | 142 | 6 | 31 | 140 | 60 |
| Binary | 11101111 | 1100110 | 101 | 0 | 111001 | 1100010 | 110 | 11001 | 1100000 | 110000 |
Color Harmonies of #EF6605
Complementary color
Monochromatic Colors of #EF6605
Black with #EF6605
Text Example
Text Example
White with #EF6605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6605; }
p { color: rgb(239,102,5); }
H1.HeaderClassName
{
color: #EF6605;
}
.AnyTagClassName
{
color: #EF6605;
}
</style>
background-color css
<style>
a { background-color: #EF6605; }
a { background-color: rgb(239,102,5); }
div.DivClassName
{
background-color: #EF6605;
}
.BgClassName
{
background-color: #EF6605;
}
</style>
border-color css
<style>
span { border-color: #EF6605; }
span { border-color: rgb(239,102,5); }
td.TdClassName
{
border-color: #EF6605;
}
.TagClassName
{
border-color: #EF6605;
}
</style>