Shades of Persimmon #EF5C07
Tints of Persimmon #EF5C07
RGB
CMYK
RGB Variations
Color information
#EF5C07 (or 0xEF5C07) is known color: Persimmon. HEX triplet: EF, 5C and 07. RGB value is (239,92,7). Sum of RGB (Red+Green+Blue) = 239+92+7=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF5C07 is #10A3F8. Grayscale: #7E7E7E. Windows color (decimal): -1090553 or 482543. OLE color: 482543.
HSL color Cylindrical-coordinate representation of color #EF5C07: hue angle of 21.98º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF5C07 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 7 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.06 |
| HSL | 21.98º | 0.94% | 0.48% | - |
| HSV(B) | 21.98º | 0.97% | 0.94% | - |
| XYZ | 39.46 | 26.02 | 3.14 | - |
| YUV | 126.26 | 60.7 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 7 | 0 | 0.62 | 0.97 | 0.06 | 21.98 | 0.94 | 0.48 |
| Hex | EF | 5C | 7 | 0 | 3E | 61 | 6 | 16 | 5E | 30 |
| Octal | 357 | 134 | 7 | 0 | 76 | 141 | 6 | 26 | 136 | 60 |
| Binary | 11101111 | 1011100 | 111 | 0 | 111110 | 1100001 | 110 | 10110 | 1011110 | 110000 |
Color Harmonies of #EF5C07
Complementary color
Monochromatic Colors of #EF5C07
Black with #EF5C07
Text Example
Text Example
White with #EF5C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5C07; }
p { color: rgb(239,92,7); }
H1.HeaderClassName
{
color: #EF5C07;
}
.AnyTagClassName
{
color: #EF5C07;
}
</style>
background-color css
<style>
a { background-color: #EF5C07; }
a { background-color: rgb(239,92,7); }
div.DivClassName
{
background-color: #EF5C07;
}
.BgClassName
{
background-color: #EF5C07;
}
</style>
border-color css
<style>
span { border-color: #EF5C07; }
span { border-color: rgb(239,92,7); }
td.TdClassName
{
border-color: #EF5C07;
}
.TagClassName
{
border-color: #EF5C07;
}
</style>